Home
last modified time | relevance | path

Searched refs:createSensorEventConnection (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/gui/
DISensorServer.cpp64 virtual sp<ISensorEventConnection> createSensorEventConnection() in createSensorEventConnection() function in android::BpSensorServer
93 sp<ISensorEventConnection> connection(createSensorEventConnection()); in onTransact()
DSensorManager.cpp82 mSensorServer->createSensorEventConnection()); in createEventQueue()
/frameworks/base/include/gui/
DISensorServer.h40 virtual sp<ISensorEventConnection> createSensorEventConnection() = 0;
/frameworks/base/services/sensorservice/
DSensorService.h66 virtual sp<ISensorEventConnection> createSensorEventConnection();
DSensorService.cpp290 sp<ISensorEventConnection> SensorService::createSensorEventConnection() in createSensorEventConnection() function in android::SensorService