Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h213 class SensorConnectionHolder; variable
234 friend class SensorConnectionHolder;
235 explicit ConnectionSafeAutolock(SensorConnectionHolder& holder, Mutex& mutex);
242 SensorConnectionHolder& mConnectionHolder;
256 class SensorConnectionHolder {
564 SensorConnectionHolder mConnectionHolder;
DSensorService.cpp2771 SensorService::SensorConnectionHolder& holder, Mutex& mutex) in ConnectionSafeAutolock()
2801 void SensorService::SensorConnectionHolder::addEventConnectionIfNotPresent( in addEventConnectionIfNotPresent()
2808 void SensorService::SensorConnectionHolder::removeEventConnection( in removeEventConnection()
2813 void SensorService::SensorConnectionHolder::addDirectConnection( in addDirectConnection()
2818 void SensorService::SensorConnectionHolder::removeDirectConnection( in removeDirectConnection()
2823 SensorService::ConnectionSafeAutolock SensorService::SensorConnectionHolder::lock(Mutex& mutex) { in lock()