25 #ifndef _OIPF_APP_MGR_H 26 #define _OIPF_APP_MGR_H 31 extern void *JS_OIPF_APP_MGR_CLASS;
34 void HBBTV_AppMgrReleaseApp(
void *obj,
S_APP *app);
35 S32BIT HBBTV_AppMgrGetKeyset(
void *obj);
37 void* HBBTV_AppMgrCurrentAit(
void *obj);
38 void HBBTV_AppMgrStop(
void);
39 void HBBTV_AppMgrNotifyMissingAit(
void);
40 E_HBBTV_ERR HBBTV_AppMgrLaunchAitApp(
void *obj, U32BIT org_id, U16BIT app_id );
42 BOOLEAN HBBTV_AppMgrTeletextExists(
void *obj);
43 BOOLEAN HBBTV_AppMgrLaunchTeletext(
void *obj);
45 #ifdef NOTIFY_KEYPRESS_REQ 46 void HBBTV_AppMgrNotifyKeyset(
void *obj);
69 void HBBTV_AppMgrLowMemory(
void);
void HBBTV_AppMgr_ChannelChange(void)
Notfies the application manager that the application video/broadcast object is performing a channel c...
Definition: oipf_app_mgr.c:1081
void * HBBTV_AppMgr_getCurrentAppOrigin(void)
Returns the current application's base URL.
Definition: oipf_app_mgr.c:1012
HbbTV Glue: AIT related functions.
void HBBTV_AppMgr_NotifyAit(S_AIT_TABLE *ait)
Notifies the application manager module with a new AIT and performs the required application life-cyc...
Definition: oipf_app_mgr.c:1094
Definition: hbbtv_types.h:167
Internal interface to the application object.