Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/app/test1.app/
Dtest_app1.c34 static void handle_event(uint32_t evtType, const void* evtData) in handle_event() function
41 APP_INIT(0, start_task, end_task, handle_event);
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c47 static void handle_event(uint32_t evtType, const void* evtData) in handle_event() function
76 APP_INIT(0, start_task, end_task, handle_event);
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c412 static void handle_event(uint32_t evtType, const void* evtData) in handle_event() function
446 …NIT(APP_ID_MAKE(NANOHUB_VENDOR_STMICRO, 4), ISL29034_APP_VERSION, init_app, end_app, handle_event);
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c756 static void handle_event(uint32_t evtType, const void* evtData) in handle_event() function
792 …INIT(APP_ID_MAKE(NANOHUB_VENDOR_GOOGLE, 10), RPR0521_APP_VERSION, init_app, end_app, handle_event);
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c703 static void handle_event(uint32_t evtType, const void* evtData) in handle_event() function
743 …T(APP_ID_MAKE(NANOHUB_VENDOR_GOOGLE, 9), AMS_TMD2772_APP_VERSION, init_app, end_app, handle_event);
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c1012 static void handle_event(uint32_t evtType, const void* evtData) in handle_event() function
1063 INTERNAL_APP_INIT(AMS_TMD4903_APP_ID, AMS_TMD4903_APP_VERSION, init_app, end_app, handle_event);