Home
last modified time | relevance | path

Searched refs:EVT_APP_SENSOR_FLUSH (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Deventnums.h125 #define EVT_APP_SENSOR_FLUSH 0x000000EC macro
/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c266 case EVT_APP_SENSOR_FLUSH: in chreappHandle()
/device/google/contexthub/firmware/os/core/
Dsensors.c273 return osEnqueuePrivateEvt(EVT_APP_SENSOR_FLUSH, s->callData, NULL, EXT_APP_TID(s)); in sensorCallFuncFlush()