Searched refs:getSensorChannel (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/sensor/include/sensor/
H A DISensorEventConnection.h39 virtual sp<BitTube> getSensorChannel() const = 0;
/frameworks/native/services/sensorservice/
H A DSensorDirectConnection.h60 virtual sp<BitTube> getSensorChannel() const;
H A DSensorEventConnection.h72 virtual sp<BitTube> getSensorChannel() const;
H A DSensorDirectConnection.cpp67 sp<BitTube> SensorService::SensorDirectConnection::getSensorChannel() const { function in class:android::SensorService::SensorDirectConnection
H A DSensorEventConnection.cpp519 sp<BitTube> SensorService::SensorEventConnection::getSensorChannel() const function in class:android::SensorService::SensorEventConnection
/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp53 virtual sp<BitTube> getSensorChannel() const function in class:android::BpSensorEventConnection
127 sp<BitTube> channel(getSensorChannel());
H A DSensorEventQueue.cpp51 mSensorChannel = mSensorEventConnection->getSensorChannel();

Completed in 130 milliseconds