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

/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp398 ASensorEvent flushCompleteEvent; local
399 memset(&flushCompleteEvent, 0, sizeof(flushCompleteEvent));
400 flushCompleteEvent.type = SENSOR_TYPE_META_DATA;
412 flushCompleteEvent.meta_data.sensor = handle;
416 flushCompleteEvent.flags |= WAKE_UP_SENSOR_EVENT_NEEDS_ACK;
418 ssize_t size = SensorEventQueue::write(mChannel, &flushCompleteEvent, 1);
424 flushCompleteEvent.meta_data.sensor);

Completed in 69 milliseconds