Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioRoute.h42 const PolicyAudioPortVector &getSources() const { return mSources; } in getSources() function
/frameworks/native/services/inputflinger/reader/mapper/
DSwitchInputMapper.cpp29 uint32_t SwitchInputMapper::getSources() const { in getSources() function in android::SwitchInputMapper
DExternalStylusInputMapper.cpp30 uint32_t ExternalStylusInputMapper::getSources() const { in getSources() function in android::ExternalStylusInputMapper
DVibratorInputMapper.cpp29 uint32_t VibratorInputMapper::getSources() const { in getSources() function in android::VibratorInputMapper
DRotaryEncoderInputMapper.cpp37 uint32_t RotaryEncoderInputMapper::getSources() const { in getSources() function in android::RotaryEncoderInputMapper
DCursorInputMapper.cpp82 uint32_t CursorInputMapper::getSources() const { in getSources() function in android::CursorInputMapper
DJoystickInputMapper.cpp29 uint32_t JoystickInputMapper::getSources() const { in getSources() function in android::JoystickInputMapper
DSensorInputMapper.cpp61 uint32_t SensorInputMapper::getSources() const { in getSources() function in android::SensorInputMapper
DKeyboardInputMapper.cpp71 uint32_t KeyboardInputMapper::getSources() const { in getSources() function in android::KeyboardInputMapper
DTouchpadInputMapper.cpp331 uint32_t TouchpadInputMapper::getSources() const { in getSources() function in android::TouchpadInputMapper
DTouchInputMapper.cpp132 uint32_t TouchInputMapper::getSources() const { in getSources() function in android::TouchInputMapper
/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.cpp235 const SourceProvider getSources = [&args](const InputDeviceInfo& info) { in notifyKey() local
329 const SourceProvider& getSources) { in onInputDeviceUsage()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h59 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/native/include/input/
DInputDevice.h281 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/base/core/java/android/view/
DInputDevice.java924 public int getSources() { in getSources() method in InputDevice
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp260 uint32_t getSources() const override { return mSources; } in getSources() function in android::FakeInputMapper