Searched refs:SensorConnectionHolder (Results 1 – 2 of 2) sorted by relevance
213 class SensorConnectionHolder; variable234 friend class SensorConnectionHolder;235 explicit ConnectionSafeAutolock(SensorConnectionHolder& holder, Mutex& mutex);242 SensorConnectionHolder& mConnectionHolder;256 class SensorConnectionHolder {564 SensorConnectionHolder mConnectionHolder;
2771 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()