Searched refs:SENSOR_DATA_EVENT_FLUSH (Results 1 – 13 of 13) sorted by relevance
/device/google/contexthub/firmware/src/drivers/tilt_detection/ |
D | tilt_detection.c | 220 SENSOR_DATA_EVENT_FLUSH, NULL); in tiltDetectionFlush() 225 if (evtData == SENSOR_DATA_EVENT_FLUSH) in tiltDetectionHandleEvent()
|
/device/google/contexthub/firmware/src/drivers/vsync/ |
D | vsync.c | 143 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_VSYNC), SENSOR_DATA_EVENT_FLUSH, NULL); in vsyncFlush()
|
/device/google/contexthub/firmware/src/drivers/window_orientation/ |
D | window_orientation.c | 539 …return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_WIN_ORIENTATION), SENSOR_DATA_EVENT_FLUSH, NULL… in windowOrientationFlush() 548 if (evtData == SENSOR_DATA_EVENT_FLUSH) in windowOrientationHandleEvent()
|
/device/google/contexthub/firmware/inc/ |
D | sensors.h | 123 #define SENSOR_DATA_EVENT_FLUSH (void *)0xFFFFFFFF // flush for all data macro
|
/device/google/contexthub/firmware/src/drivers/hall/ |
D | hall.c | 178 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_HALL), SENSOR_DATA_EVENT_FLUSH, NULL); in hallFlush()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 227 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_BARO), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushBaro() 297 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_TEMP), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushTemp()
|
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 362 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_ALS), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushAls() 412 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_PROX), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushProx()
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
D | hall_twopole.c | 194 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_HALL), SENSOR_DATA_EVENT_FLUSH, NULL); in hallFlush()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 300 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_ALS), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushAls() 355 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_PROX), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushProx()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1550 osEnqueueEvt(EVT_SENSOR_ACC_DATA_RDY, SENSOR_DATA_EVENT_FLUSH, NULL); in sendFlushEvt() 1554 osEnqueueEvt(EVT_SENSOR_GYR_DATA_RDY, SENSOR_DATA_EVENT_FLUSH, NULL); in sendFlushEvt() 1558 osEnqueueEvt(EVT_SENSOR_MAG_DATA_RDY, SENSOR_DATA_EVENT_FLUSH, NULL); in sendFlushEvt() 1589 return osEnqueueEvt(EVT_SENSOR_STEP, SENSOR_DATA_EVENT_FLUSH, NULL); in stepFlush() 1594 return osEnqueueEvt(EVT_SENSOR_FLAT, SENSOR_DATA_EVENT_FLUSH, NULL); in flatFlush() 1599 return osEnqueueEvt(EVT_SENSOR_DOUBLE_TAP, SENSOR_DATA_EVENT_FLUSH, NULL); in doubleTapFlush() 1604 return osEnqueueEvt(EVT_SENSOR_ANY_MOTION, SENSOR_DATA_EVENT_FLUSH, NULL); in anyMotionFlush() 1609 return osEnqueueEvt(EVT_SENSOR_NO_MOTION, SENSOR_DATA_EVENT_FLUSH, NULL); in noMotionFlush() 1656 osEnqueueEvt(EVT_SENSOR_STEP_COUNTER, SENSOR_DATA_EVENT_FLUSH, NULL); in sendStepCnt()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 410 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_ALS), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushAls() 497 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_PROX), SENSOR_DATA_EVENT_FLUSH, NULL); in sensorFlushProx()
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 699 osEnqueueEvt(evtType, SENSOR_DATA_EVENT_FLUSH, NULL); in fusionFlush() 708 if (evtData == SENSOR_DATA_EVENT_FLUSH) in fusionHandleEvent()
|
/device/google/contexthub/firmware/src/ |
D | hostIntf.c | 1198 if (evtData == SENSOR_DATA_EVENT_FLUSH) { in hostIntfHandleEvent() 1273 } else if (evtData != SENSOR_DATA_EVENT_FLUSH) { in hostIntfHandleEvent()
|