HomeSort by relevance Sort by last modified time
    Searched refs:EVT_APP_TO_HOST (Results 1 - 10 of 10) sorted by null

  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 65 if (!(eOsEnqueueEvt(EVT_APP_TO_HOST, extMsg, mMyTid)))
71 if (aefd->evtType == EVT_APP_TO_HOST)
  /device/google/contexthub/firmware/os/inc/
eventnums.h 29 #define EVT_APP_TO_HOST 0x00000401 //app data to host. Type is struct HostHubRawPacket
99 * When sensor drivers use EVT_APP_TO_HOST, e.g. for reporting calibration data,
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 580 if (resp->evtType == EVT_APP_TO_HOST) {
583 osEnqueueEvtOrFree(EVT_APP_TO_HOST, &resp->respLegacy, writeCookieFree);
749 packet->evtType = htole32(EVT_APP_TO_HOST);
    [all...]
hostIntf.c     [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 441 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
464 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 306 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 299 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 556 if (!osEnqueueEvtOrFree(EVT_APP_TO_HOST, data, heapFree))
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 247 milliseconds