Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp115 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in addSensor()
147 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in hasOneShotSensors()
191 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in updateLooperRegistrationLocked()
480 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in sendPendingFlushEventsLocked()
671 mService->getSensorInterfaceFromHandle(sensor_event.sensor); in handleEvent()
721 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(mSensorInfo.keyAt(i)); in computeMaxCacheSizeLocked()
DSensorService.cpp681 sp<SensorInterface> si = getSensorInterfaceFromHandle(handle); in cleanupAutoDisabledSensorLocked()
963 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isVirtualSensor()
972 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isWakeUpSensorEvent()
1334 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in cleanupConnection()
1385 sp<SensorInterface> SensorService::getSensorInterfaceFromHandle(int handle) const { in getSensorInterfaceFromHandle() function in android::SensorService
1395 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in enable()
1541 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in disable()
1587 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in setEventRate()
1614 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in flushSensor()
DSensorDirectConnection.cpp107 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in configureChannel()
DSensorService.h291 sp<SensorInterface> getSensorInterfaceFromHandle(int handle) const;