Home
last modified time | relevance | path

Searched refs:getSensorInterfaceFromHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp163 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in addSensor()
205 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in hasOneShotSensors()
248 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in updateLooperRegistrationLocked()
562 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in sendPendingFlushEventsLocked()
696 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in enableDisable()
736 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in setEventRate()
865 mService->getSensorInterfaceFromHandle(sensor_event.sensor); in handleEvent()
915 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(it.first); in computeMaxCacheSizeLocked()
DSensorDirectConnection.cpp154 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in configureChannel()
229 std::shared_ptr<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in capRates()
DSensorService.cpp629 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()
1880 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in cleanupConnection()
2004 std::shared_ptr<SensorInterface> SensorService::getSensorInterfaceFromHandle(int handle) const { in getSensorInterfaceFromHandle() function in android::SensorService
2027 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in enable()
2173 std::shared_ptr<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in disable()
[all …]
DSensorService.h415 std::shared_ptr<SensorInterface> getSensorInterfaceFromHandle(int handle) const;