Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp164 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in addSensor()
205 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in hasOneShotSensors()
248 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in updateLooperRegistrationLocked()
558 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in sendPendingFlushEventsLocked()
692 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in enableDisable()
732 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in setEventRate()
856 mService->getSensorInterfaceFromHandle(sensor_event.sensor); in handleEvent()
906 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(it.first); in computeMaxCacheSizeLocked()
DSensorDirectConnection.cpp155 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in configureChannel()
232 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle); in capRates()
DSensorService.cpp887 sp<SensorInterface> si = getSensorInterfaceFromHandle(handle); in cleanupAutoDisabledSensorLocked()
1173 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isVirtualSensor()
1182 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in isWakeUpSensorEvent()
1558 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in cleanupConnection()
1681 sp<SensorInterface> SensorService::getSensorInterfaceFromHandle(int handle) const { in getSensorInterfaceFromHandle() function in android::SensorService
1691 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in enable()
1837 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in disable()
1883 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in setEventRate()
1909 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle); in flushSensor()
DSensorService.h349 sp<SensorInterface> getSensorInterfaceFromHandle(int handle) const;