Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h101 class SensorConnectionHolder; variable
121 friend class SensorConnectionHolder;
122 explicit ConnectionSafeAutolock(SensorConnectionHolder& holder, Mutex& mutex);
129 SensorConnectionHolder& mConnectionHolder;
143 class SensorConnectionHolder {
385 SensorConnectionHolder mConnectionHolder;
DSensorService.cpp1892 SensorService::SensorConnectionHolder& holder, Mutex& mutex) in ConnectionSafeAutolock()
1922 void SensorService::SensorConnectionHolder::addEventConnectionIfNotPresent( in addEventConnectionIfNotPresent()
1929 void SensorService::SensorConnectionHolder::removeEventConnection( in removeEventConnection()
1934 void SensorService::SensorConnectionHolder::addDirectConnection( in addDirectConnection()
1939 void SensorService::SensorConnectionHolder::removeDirectConnection( in removeDirectConnection()
1944 SensorService::ConnectionSafeAutolock SensorService::SensorConnectionHolder::lock(Mutex& mutex) { in lock()