Searched refs:handleEvent (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/firmware/src/drivers/vsync/ |
D | vsync.c | 154 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 179 INTERNAL_APP_INIT(VSYNC_APP_ID, VSYNC_APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/src/drivers/hall/ |
D | hall.c | 203 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 229 …ERNAL_APP_INIT(APP_ID_MAKE(APP_ID_VENDOR_GOOGLE, 6), APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
D | hall_twopole.c | 219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 252 INTERNAL_APP_INIT(APP_ID, APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 495 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 569 INTERNAL_APP_INIT(BMP280_APP_ID, 0, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2937 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 3375 INTERNAL_APP_INIT(BMI160_APP_ID, 1, startTask, endTask, handleEvent);
|