Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DInputDevice.h80 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/base/core/java/android/view/
DInputDevice.java485 public int getSources() { in getSources() method in InputDevice
/frameworks/base/services/input/
DInputReader.cpp1825 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
1856 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
1972 uint32_t KeyboardInputMapper::getSources() { in getSources() function in android::KeyboardInputMapper
2234 uint32_t CursorInputMapper::getSources() { in getSources() function in android::CursorInputMapper
2560 uint32_t TouchInputMapper::getSources() { in getSources() function in android::TouchInputMapper
5942 uint32_t JoystickInputMapper::getSources() { in getSources() function in android::JoystickInputMapper
DInputReader.h470 inline uint32_t getSources() { return mSources; } in getSources() function
/frameworks/base/services/input/tests/
DInputReader_test.cpp828 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper