Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h89 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/base/core/java/android/view/
DInputDevice.java618 public int getSources() { in getSources() method in InputDevice
/frameworks/native/services/inputflinger/
DInputReader.cpp1919 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
1975 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
2091 uint32_t KeyboardInputMapper::getSources() { in getSources() function in android::KeyboardInputMapper
2376 uint32_t CursorInputMapper::getSources() { in getSources() function in android::CursorInputMapper
2744 uint32_t TouchInputMapper::getSources() { in getSources() function in android::TouchInputMapper
6616 uint32_t ExternalStylusInputMapper::getSources() { in getSources() function in android::ExternalStylusInputMapper
6690 uint32_t JoystickInputMapper::getSources() { in getSources() function in android::JoystickInputMapper
DInputReader.h590 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