Searched refs:SensorConnectionHolder (Results 1 – 2 of 2) sorted by relevance
134 class SensorConnectionHolder; variable154 friend class SensorConnectionHolder;155 explicit ConnectionSafeAutolock(SensorConnectionHolder& holder, Mutex& mutex);162 SensorConnectionHolder& mConnectionHolder;176 class SensorConnectionHolder {468 SensorConnectionHolder mConnectionHolder;
2309 SensorService::SensorConnectionHolder& holder, Mutex& mutex) in ConnectionSafeAutolock()2339 void SensorService::SensorConnectionHolder::addEventConnectionIfNotPresent( in addEventConnectionIfNotPresent()2346 void SensorService::SensorConnectionHolder::removeEventConnection( in removeEventConnection()2351 void SensorService::SensorConnectionHolder::addDirectConnection( in addDirectConnection()2356 void SensorService::SensorConnectionHolder::removeDirectConnection( in removeDirectConnection()2361 SensorService::ConnectionSafeAutolock SensorService::SensorConnectionHolder::lock(Mutex& mutex) { in lock()