Searched refs:handle_event (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/app/test1.app/ |
D | test_app1.c | 34 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/ |
D | test_app0.c | 47 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/ |
D | isl29034.c | 412 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/ |
D | rohm_rpr0521.c | 756 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/ |
D | ams_tmd2772.c | 703 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/ |
D | ams_tmd4903.c | 1012 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);
|