Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java343 public int getSources() { in getSources() method in InputDevice
/frameworks/base/services/input/
DInputReader.cpp1737 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
1770 uint32_t KeyboardInputMapper::getSources() { in getSources() function in android::KeyboardInputMapper
2011 uint32_t CursorInputMapper::getSources() { in getSources() function in android::CursorInputMapper
2336 uint32_t TouchInputMapper::getSources() { in getSources() function in android::TouchInputMapper
5701 uint32_t JoystickInputMapper::getSources() { in getSources() function in android::JoystickInputMapper
DInputReader.h440 inline uint32_t getSources() { return mSources; } in getSources() function
/frameworks/base/include/ui/
DInput.h817 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/base/services/input/tests/
DInputReader_test.cpp768 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper