HomeSort by relevance Sort by last modified time
    Searched refs:getSensorInterfaceFromHandle (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/sensorservice/
SensorEventConnection.cpp 92 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle);
124 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle);
168 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle);
390 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(handle);
564 mService->getSensorInterfaceFromHandle(sensor_event.sensor);
614 sp<SensorInterface> si = mService->getSensorInterfaceFromHandle(mSensorInfo.keyAt(i));
SensorService.cpp 480 sp<SensorInterface> si = getSensorInterfaceFromHandle(handle);
774 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle);
783 sp<SensorInterface> sensor = getSensorInterfaceFromHandle(handle);
    [all...]
SensorService.h 161 sp<SensorInterface> getSensorInterfaceFromHandle(int handle) const;

Completed in 147 milliseconds