/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 196 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 226 INTERNAL_APP_INIT(VSYNC_APP_ID, VSYNC_APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 203 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 227 …RNAL_APP_INIT(APP_ID_MAKE(NANOHUB_VENDOR_GOOGLE, 6), APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 147 static void handleEvent(uint32_t evtType, const void *evtData) in handleEvent() function 208 INTERNAL_APP_INIT(LEDS_GPIO_APP_ID, LEDS_GPIO_APP_VERSION, startTask, endTask, handleEvent);
|
D | leds_lp3943.c | 308 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 359 INTERNAL_APP_INIT(LP3943_LEDS_APP_ID, LP3943_LEDS_APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 219 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 250 INTERNAL_APP_INIT(APP_ID, APP_VERSION, startTask, endTask, handleEvent);
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_logger.cpp | 395 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in DebugCommand 531 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in SetLogHandler 678 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in SetAlertHandler 899 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in MemoryDumpCommand 1072 int handleEvent(WifiEvent& event) { in handleEvent() function in PacketFateCommand
|
D | wifi_offload.cpp | 210 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in MKeepAliveCommand
|
D | gscan.cpp | 461 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in FullScanResultsCommand 668 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in ScanCommand 1146 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in BssidHotlistCommand 1346 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in ePNOCommand 1568 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in SignificantWifiChangeCommand 1779 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in AnqpoConfigureCommand
|
D | cpp_bindings.h | 324 virtual int handleEvent(WifiEvent& event) { in handleEvent() function
|
D | wifi_hal.cpp | 855 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in SetRSSIMonitorCommand 1023 int handleEvent(WifiEvent& event) { in handleEvent() function in AndroidPktFilterCommand
|
D | cpp_bindings.cpp | 715 res = cmd->handleEvent(event); in event_handler()
|
D | rtt.cpp | 525 virtual int handleEvent(WifiEvent& event) { in handleEvent() function in RttCommand
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 456 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 519 INTERNAL_APP_INIT(HTS221_APP_ID, 0, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 422 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 503 INTERNAL_APP_INIT(SI7034A10_APP_ID, 0, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 503 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 600 INTERNAL_APP_INIT(S3708_APP_ID, S3708_APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 637 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 741 INTERNAL_APP_INIT(LPS22HB_APP_ID, 0, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 700 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 789 INTERNAL_APP_INIT(BMP280_APP_ID, BMP280_APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 965 static void handleEvent(uint32_t evtType, const void* evtData) in handleEvent() function 1073 INTERNAL_APP_INIT(ST_MAG40_APP_ID, 0, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 3092 static void handleEvent(uint32_t evtType, const void* evtData) function 3272 INTERNAL_APP_INIT(ICM40600_APP_ID, ICM40600_APP_VERSION, startTask, endTask, handleEvent);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3739 static void handleEvent(uint32_t evtType, const void* evtData) function 4367 INTERNAL_APP_INIT(BMI160_APP_ID, BMI160_APP_VERSION, startTask, endTask, handleEvent);
|