Lines Matching refs:SensorInterface
538 bool SensorService::registerSensor(std::shared_ptr<SensorInterface> s, bool isDebug, bool isVirtual, in registerSensor()
551 bool SensorService::registerDynamicSensorLocked(std::shared_ptr<SensorInterface> s, bool isDebug) { in registerDynamicSensorLocked()
566 bool SensorService::registerVirtualSensor(std::shared_ptr<SensorInterface> s, bool isDebug) { in registerVirtualSensor()
629 std::shared_ptr<SensorInterface> s = getSensorInterfaceFromHandle(i.first); in dump()
759 std::shared_ptr<SensorInterface> s = getSensorInterfaceFromHandle(i.first); in dumpProtoLocked()
1050 std::shared_ptr<SensorInterface> si = getSensorInterfaceFromHandle(handle); in cleanupAutoDisabledSensorLocked()
1196 std::shared_ptr<SensorInterface> si = getSensorInterfaceFromHandle(handle); in threadLoop()
1425 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isVirtualSensor()
1434 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isWakeUpSensorEvent()
1898 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in cleanupConnection()
2022 std::shared_ptr<SensorInterface> SensorService::getSensorInterfaceFromHandle(int handle) const { in getSensorInterfaceFromHandle()
2045 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in enable()
2192 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in disable()
2235 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in setEventRate()
2261 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in flushSensor()