OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSensorInterfaceFromHandle
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/sensorservice/
SensorEventConnection.cpp
107
sp<SensorInterface> si = mService->
getSensorInterfaceFromHandle
(handle);
139
sp<SensorInterface> si = mService->
getSensorInterfaceFromHandle
(handle);
183
sp<SensorInterface> si = mService->
getSensorInterfaceFromHandle
(handle);
432
sp<SensorInterface> si = mService->
getSensorInterfaceFromHandle
(handle);
623
mService->
getSensorInterfaceFromHandle
(sensor_event.sensor);
673
sp<SensorInterface> si = mService->
getSensorInterfaceFromHandle
(mSensorInfo.keyAt(i));
SensorDirectConnection.cpp
107
sp<SensorInterface> si = mService->
getSensorInterfaceFromHandle
(handle);
SensorService.cpp
601
sp<SensorInterface> si =
getSensorInterfaceFromHandle
(handle);
[
all
...]
SensorService.h
204
sp<SensorInterface>
getSensorInterfaceFromHandle
(int handle) const;
Completed in 86 milliseconds