Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp107 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in addSensor()
139 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in hasOneShotSensors()
183 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in updateLooperRegistrationLocked()
432 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in sendPendingFlushEventsLocked()
623 mService->getSensorInterfaceFromHandle(sensor_event.sensor); in handleEvent()
673 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(mSensorInfo.keyAt(i)); in computeMaxCacheSizeLocked()
DSensorService.cpp601 sp<SensorInterface> si = getSensorInterfaceFromHandle(handle); in cleanupAutoDisabledSensorLocked()
894 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isVirtualSensor()
903 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isWakeUpSensorEvent()
1262 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in cleanupConnection()
1305 sp<SensorInterface> SensorService::getSensorInterfaceFromHandle(int handle) const { in getSensorInterfaceFromHandle() function in android::SensorService
1315 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in enable()
1443 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in disable()
1489 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in setEventRate()
1516 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in flushSensor()
DSensorDirectConnection.cpp107 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in configureChannel()
DSensorService.h204 sp<SensorInterface> getSensorInterfaceFromHandle(int handle) const;