Home
last modified time | relevance | path

Searched refs:APP_INIT (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/app/test1.app/
Dtest_app1.c41 APP_INIT(0, start_task, end_task, handle_event);
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c76 APP_INIT(0, start_task, end_task, handle_event);
/device/google/contexthub/firmware/os/inc/
Dseos.h346 #ifndef APP_INIT
347 #define APP_INIT(_ver, _init, _end, _event) \ macro