Home
last modified time | relevance | path

Searched refs:SensorRecord (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorRecord.cpp23 SensorService::SensorRecord::SensorRecord( in SensorRecord() function in android::SensorService::SensorRecord
29 bool SensorService::SensorRecord::addConnection( in addConnection()
39 bool SensorService::SensorRecord::removeConnection( in removeConnection()
58 void SensorService::SensorRecord::addPendingFlushConnection( in addPendingFlushConnection()
63 void SensorService::SensorRecord::removeFirstPendingFlushConnection() { in removeFirstPendingFlushConnection()
70 SensorService::SensorRecord::getFirstPendingFlushConnection() { in getFirstPendingFlushConnection()
77 void SensorService::SensorRecord::clearAllPendingFlushConnections() { in clearAllPendingFlushConnections()
DSensorRecord.h26 class SensorService::SensorRecord {
28 explicit SensorRecord(const sp<const SensorEventConnection>& connection);
DAndroid.bp23 "SensorRecord.cpp",
DSensorService.h98 class SensorRecord; variable
328 DefaultKeyedVector<int, SensorRecord*> mActiveSensors;
DSensorService.cpp829 SensorRecord* rec = mActiveSensors.valueFor(sensor_handle); in threadLoop()
1377 SensorRecord* rec = mActiveSensors.valueAt(i); in cleanupConnection()
1442 SensorRecord* rec = mActiveSensors.valueFor(handle); in enable()
1444 rec = new SensorRecord(connection); in enable()
1598 SensorRecord* rec = mActiveSensors.valueFor(handle); in cleanupWithoutDisableLocked()
1671 SensorRecord* rec = mActiveSensors.valueFor(handle); in flushSensor()