Enhance app manager (#1011)
Add app_manager_is_started API per requested by #1004 to support checking the status of app manager in another thread.
This commit is contained in:
@ -183,6 +183,10 @@ app_manager_host_init(host_interface *intf);
|
||||
void
|
||||
app_manager_startup(host_interface *intf);
|
||||
|
||||
/* Return whether app manager is started */
|
||||
bool
|
||||
app_manager_is_started(void);
|
||||
|
||||
/* Get queue of current applet */
|
||||
void *
|
||||
app_manager_get_module_queue(uint32 module_type, void *module_inst);
|
||||
|
||||
Reference in New Issue
Block a user