Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISensorEventConnection.cpp50 virtual sp<BitTube> getSensorChannel() const in getSensorChannel() function in android::BpSensorEventConnection
104 sp<BitTube> channel(getSensorChannel()); in onTransact()
DSensorEventQueue.cpp54 mSensorChannel = mSensorEventConnection->getSensorChannel(); in onFirstRef()
/frameworks/native/include/gui/
DISensorEventConnection.h38 virtual sp<BitTube> getSensorChannel() const = 0;
/frameworks/native/services/sensorservice/
DSensorEventConnection.h72 virtual sp<BitTube> getSensorChannel() const;
DSensorEventConnection.cpp497 sp<BitTube> SensorService::SensorEventConnection::getSensorChannel() const in getSensorChannel() function in android::SensorService::SensorEventConnection