Home
last modified time | relevance | path

Searched refs:eventId (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h68 uint32_t eventId; member
74 uint32_t eventId; member
81 uint32_t eventId; member
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp174 .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/
Dnanoapp_cmd.c357 msg.hdr.eventId = EVT_APP_FROM_HOST; in sendCmd()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2350 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/
Dbosch_bmi160.c1159 static bool flushData(struct BMI160Sensor *sensor, uint32_t eventId) argument
1164 success = osEnqueueEvtOrFree(eventId, sensor->data_evt, dataEvtFree);