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.h89 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/base/core/java/android/view/
DInputDevice.java627 public int getSources() { in getSources() method in InputDevice
/frameworks/native/services/inputflinger/
DInputReader.cpp1957 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
2013 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
2129 uint32_t KeyboardInputMapper::getSources() { in getSources() function in android::KeyboardInputMapper
2422 uint32_t CursorInputMapper::getSources() { in getSources() function in android::CursorInputMapper
2789 uint32_t RotaryEncoderInputMapper::getSources() { in getSources() function in android::RotaryEncoderInputMapper
2889 uint32_t TouchInputMapper::getSources() { in getSources() function in android::TouchInputMapper
6780 uint32_t ExternalStylusInputMapper::getSources() { in getSources() function in android::ExternalStylusInputMapper
6854 uint32_t JoystickInputMapper::getSources() { in getSources() function in android::JoystickInputMapper
DInputReader.h595 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp867 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper