Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h65 uint32_t eventId; member
71 uint32_t eventId; member
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp169 .eventId = APP_FROM_HOST_CHRE_EVENT_ID, in doSendToDevice()
272 dumpBuffer("DEV -> APP", app_name, msg.hdr.eventId, &msg.data[0], msg.hdr.len); in runDeviceRx()
274 doSendToApp(HubMessage(&app_name, msg.hdr.eventId, &msg.data[0], msg.hdr.len)); in runDeviceRx()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c305 mHostMsgHdr->eventId = EVT_APP_FROM_HOST; in removeApps()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1092 static bool flushData(struct BMI160Sensor *sensor, uint32_t eventId) argument
1097 success = osEnqueueEvtOrFree(eventId, sensor->data_evt, dataEvtFree);