Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioRoute.h42 const AudioPortVector &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/
DInputReader.cpp2025 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
2082 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
2196 uint32_t KeyboardInputMapper::getSources() { in getSources() function in android::KeyboardInputMapper
2533 uint32_t CursorInputMapper::getSources() { in getSources() function in android::CursorInputMapper
2954 uint32_t RotaryEncoderInputMapper::getSources() { in getSources() function in android::RotaryEncoderInputMapper
3069 uint32_t TouchInputMapper::getSources() { in getSources() function in android::TouchInputMapper
7078 uint32_t ExternalStylusInputMapper::getSources() { in getSources() function in android::ExternalStylusInputMapper
7152 uint32_t JoystickInputMapper::getSources() { in getSources() function in android::JoystickInputMapper
DInputReader.h258 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp932 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper