Searched refs:flushCompleteEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorService.cpp844 ASensorEvent flushCompleteEvent; local
845 flushCompleteEvent.type = SENSOR_TYPE_META_DATA;
846 flushCompleteEvent.sensor = 0;
853 flushCompleteEvent.meta_data.sensor = mSensorInfo.keyAt(i);
854 ssize_t size = SensorEventQueue::write(mChannel, &flushCompleteEvent, 1);
861 flushCompleteEvent.meta_data.sensor);

Completed in 580 milliseconds