Home
last modified time | relevance | path

Searched refs:populateLastEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.h309 bool populateLastEvent(sensors_event_t *event);
DSensorService.cpp874 if(circular_buf->populateLastEvent(&event)) { in enable()
1324 bool SensorService::CircularBuffer::populateLastEvent(sensors_event_t *event) { in populateLastEvent() function in android::SensorService::CircularBuffer