Searched refs:flushCompleteEvent (Results 1 – 1 of 1) sorted by relevance
473 ASensorEvent flushCompleteEvent; in sendPendingFlushEventsLocked() local474 memset(&flushCompleteEvent, 0, sizeof(flushCompleteEvent)); in sendPendingFlushEventsLocked()475 flushCompleteEvent.type = SENSOR_TYPE_META_DATA; in sendPendingFlushEventsLocked()487 flushCompleteEvent.meta_data.sensor = handle; in sendPendingFlushEventsLocked()491 flushCompleteEvent.flags |= WAKE_UP_SENSOR_EVENT_NEEDS_ACK; in sendPendingFlushEventsLocked()493 ssize_t size = SensorEventQueue::write(mChannel, &flushCompleteEvent, 1); in sendPendingFlushEventsLocked()499 flushCompleteEvent.meta_data.sensor); in sendPendingFlushEventsLocked()