OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSensorEventConnection
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/include/gui/
ISensorServer.h
40
virtual sp<ISensorEventConnection>
createSensorEventConnection
() = 0;
/frameworks/native/libs/gui/
ISensorServer.cpp
64
virtual sp<ISensorEventConnection>
createSensorEventConnection
()
93
sp<ISensorEventConnection> connection(
createSensorEventConnection
());
SensorManager.cpp
137
mSensorServer->
createSensorEventConnection
();
/frameworks/native/services/sensorservice/
SensorService.h
71
virtual sp<ISensorEventConnection>
createSensorEventConnection
();
SensorService.cpp
499
sp<ISensorEventConnection> SensorService::
createSensorEventConnection
()
[
all
...]
Completed in 1092 milliseconds