Home
last modified time | relevance | path

Searched defs:getSources (Results 1 – 13 of 13) 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.cpp28 uint32_t ExternalStylusInputMapper::getSources() { in getSources() function in android::ExternalStylusInputMapper
DVibratorInputMapper.cpp28 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
DRotaryEncoderInputMapper.cpp32 uint32_t RotaryEncoderInputMapper::getSources() { in getSources() function in android::RotaryEncoderInputMapper
DCursorInputMapper.cpp66 uint32_t CursorInputMapper::getSources() { in getSources() function in android::CursorInputMapper
DJoystickInputMapper.cpp27 uint32_t JoystickInputMapper::getSources() { in getSources() function in android::JoystickInputMapper
DKeyboardInputMapper.cpp95 uint32_t KeyboardInputMapper::getSources() { in getSources() function in android::KeyboardInputMapper
DTouchInputMapper.cpp180 uint32_t TouchInputMapper::getSources() { in getSources() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h51 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/native/include/input/
DInputDevice.h99 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/base/core/java/android/view/
DInputDevice.java641 public int getSources() { in getSources() method in InputDevice
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp944 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper