OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flushcompleteevent
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp
233
sensors_event_t
flushCompleteEvent
;
234
flushCompleteEvent
.type = SENSOR_TYPE_META_DATA;
235
flushCompleteEvent
.sensor = 0;
237
flushCompleteEvent
.meta_data.sensor = handle_element->handle;
240
memcpy(data, (void *) &
flushCompleteEvent
, sizeof(
flushCompleteEvent
));
242
flushCompleteEvent
.meta_data.sensor);
/frameworks/native/services/sensorservice/
SensorEventConnection.cpp
383
ASensorEvent
flushCompleteEvent
;
384
memset(&
flushCompleteEvent
, 0, sizeof(
flushCompleteEvent
));
385
flushCompleteEvent
.type = SENSOR_TYPE_META_DATA;
397
flushCompleteEvent
.meta_data.sensor = handle;
401
flushCompleteEvent
.flags |= WAKE_UP_SENSOR_EVENT_NEEDS_ACK;
403
ssize_t size = SensorEventQueue::write(mChannel, &
flushCompleteEvent
, 1);
409
flushCompleteEvent
.meta_data.sensor);
Completed in 99 milliseconds