Home
last modified time | relevance | path

Searched defs:getSources (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioRoute.h42 const PolicyAudioPortVector &getSources() const { return mSources; } in getSources() function
/frameworks/native/services/inputflinger/reader/mapper/
DSwitchInputMapper.cpp28 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
DExternalStylusInputMapper.cpp29 uint32_t ExternalStylusInputMapper::getSources() { in getSources() function in android::ExternalStylusInputMapper
DVibratorInputMapper.cpp28 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
DRotaryEncoderInputMapper.cpp34 uint32_t RotaryEncoderInputMapper::getSources() { in getSources() function in android::RotaryEncoderInputMapper
DCursorInputMapper.cpp69 uint32_t CursorInputMapper::getSources() { in getSources() function in android::CursorInputMapper
DJoystickInputMapper.cpp28 uint32_t JoystickInputMapper::getSources() { in getSources() function in android::JoystickInputMapper
DSensorInputMapper.cpp59 uint32_t SensorInputMapper::getSources() { in getSources() function in android::SensorInputMapper
DKeyboardInputMapper.cpp98 uint32_t KeyboardInputMapper::getSources() { in getSources() function in android::KeyboardInputMapper
DTouchInputMapper.cpp184 uint32_t TouchInputMapper::getSources() { in getSources() function in android::TouchInputMapper
/frameworks/base/core/java/android/view/
DInputDevice.java695 public int getSources() { in getSources() method in InputDevice
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h57 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/native/include/input/
DInputDevice.h221 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1070 uint32_t getSources() override { return mSources; } in getSources() function in android::FakeInputMapper