HomeSort by relevance Sort by last modified time
    Searched full:flushcompleteevent (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorService.cpp 843 ASensorEvent flushCompleteEvent;
844 flushCompleteEvent.type = SENSOR_TYPE_META_DATA;
845 flushCompleteEvent.sensor = 0;
852 flushCompleteEvent.meta_data.sensor = mSensorInfo.keyAt(i);
853 ssize_t size = SensorEventQueue::write(mChannel, &flushCompleteEvent, 1);
860 flushCompleteEvent.meta_data.sensor);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 179 // wait for flushCompleteEvent before unregistering for the sensor.

Completed in 327 milliseconds