Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp92 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in addSensor()
124 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in hasOneShotSensors()
168 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in updateLooperRegistrationLocked()
390 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in sendPendingFlushEventsLocked()
564 mService->getSensorInterfaceFromHandle(sensor_event.sensor); in handleEvent()
614 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(mSensorInfo.keyAt(i)); in computeMaxCacheSizeLocked()
DSensorService.cpp466 sp<SensorInterface> si = getSensorInterfaceFromHandle(handle); in cleanupAutoDisabledSensorLocked()
760 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isVirtualSensor()
769 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isWakeUpSensorEvent()
949 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in cleanupConnection()
981 sp<SensorInterface> SensorService::getSensorInterfaceFromHandle(int handle) const { in getSensorInterfaceFromHandle() function in android::SensorService
992 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in enable()
1122 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in disable()
1176 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in setEventRate()
1203 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in flushSensor()
DSensorService.h161 sp<SensorInterface> getSensorInterfaceFromHandle(int handle) const;