Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DRecentEventLogger.h40 bool populateLastEvent(sensors_event_t *event) const;
DRecentEventLogger.cpp75 bool RecentEventLogger::populateLastEvent(sensors_event_t *event) const { in populateLastEvent() function in android::SensorServiceUtil::RecentEventLogger
DSensorService.cpp1026 if(logger->second->populateLastEvent(&event)) { in enable()