Searched refs:eventId (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/lib/include/nanohub/ |
D | nanohub.h | 68 uint32_t eventId; member 74 uint32_t eventId; member 81 uint32_t eventId; member
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 174 .eventId = APP_FROM_HOST_CHRE_EVENT_ID, in doSendToDevice() 279 … dumpBuffer("(RAW) DEV -> APP", app_name, msg.raw.hdr.eventId, 0, &msg.raw.data[0], len); in runDeviceRx() 281 …doSendToApp(HubMessage(&app_name, msg.raw.hdr.eventId, ENDPOINT_BROADCAST, &msg.raw.data[0], len)); in runDeviceRx()
|
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 357 msg.hdr.eventId = EVT_APP_FROM_HOST; in sendCmd()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 2350 static bool flushData(struct ICM40600Sensor *sensor, uint32_t eventId) argument 2355 success = osEnqueueEvtOrFree(eventId, sensor->data_evt, dataEvtFree);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1159 static bool flushData(struct BMI160Sensor *sensor, uint32_t eventId) argument 1164 success = osEnqueueEvtOrFree(eventId, sensor->data_evt, dataEvtFree);
|