/aosp12/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | InputDeviceTest.java | 56 assertEquals(device.getSources(), outDevice.getSources()); in assertDeviceEquals()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/ |
H A D | PolicyConfig.h | 143 for (const auto& source : route->getSources()) { in getSinkDevicesForMixPort() 159 const auto& sources = route->getSources(); in getSourceDevicesForMixPort()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | SwitchInputMapper.h | 29 virtual uint32_t getSources() override;
|
H A D | ExternalStylusInputMapper.h | 33 virtual uint32_t getSources() override;
|
H A D | RotaryEncoderInputMapper.h | 30 virtual uint32_t getSources() override;
|
H A D | VibratorInputMapper.h | 29 virtual uint32_t getSources() override;
|
H A D | SwitchInputMapper.cpp | 28 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
|
H A D | ExternalStylusInputMapper.cpp | 29 uint32_t ExternalStylusInputMapper::getSources() { in getSources() function in android::ExternalStylusInputMapper
|
H A D | CursorInputMapper.h | 59 virtual uint32_t getSources() override;
|
H A D | JoystickInputMapper.h | 29 virtual uint32_t getSources() override;
|
H A D | InputMapper.cpp | 30 info->addSource(getSources()); in populateDeviceInfo()
|
H A D | KeyboardInputMapper.h | 29 virtual uint32_t getSources() override;
|
H A D | RotaryEncoderInputMapper.cpp | 34 uint32_t RotaryEncoderInputMapper::getSources() { in getSources() function in android::RotaryEncoderInputMapper
|
H A D | VibratorInputMapper.cpp | 28 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
|
H A D | InputMapper.h | 53 virtual uint32_t getSources() = 0;
|
H A D | SensorInputMapper.h | 31 uint32_t getSources() override;
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | AudioRoute.h | 42 const PolicyAudioPortVector &getSources() const { return mSources; } in getSources() function
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputReader.cpp | 206 device->getSources()); in addDeviceLocked() 262 device->getDescriptor().c_str(), device->getSources()); in removeDeviceLocked() 534 if (device && !device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 540 if (!device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 584 if (device && !device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked() 590 if (!device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked()
|
H A D | InputDevice.cpp | 112 dump += StringPrintf(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources()); in dump() 356 mSources |= mapper.getSources(); in configure() 451 if (sourcesMatchMask(mapper.getSources(), sourceMask)) { in getState() 470 if (sourcesMatchMask(mapper.getSources(), sourceMask)) { in markSupportedKeyCodes()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
H A D | PolicyConfig.cpp | 174 const auto sources = splitString(route.getSources(), ','); in getSinkDevicesForMixPort() 193 const auto sources = splitString(route->getSources(), ','); in getSourceDevicesForMixPort()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_InputDevice.cpp | 70 deviceInfo.isExternal(), deviceInfo.getSources(), in android_view_InputDevice_create()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | HwModule.cpp | 176 for (const auto& source : route->getSources()) { in getRouteSourceDevices() 218 sp<PolicyAudioPort> source = findByTagName(route->getSources(), stream->getTagName()); in refreshSupportedDevices()
|
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/ |
H A D | DisplayInterface.java | 261 && (inputDevice.getSources() & InputDevice.SOURCE_TOUCHSCREEN) in setDisplayState()
|
/aosp12/frameworks/native/include/input/ |
H A D | InputDevice.h | 221 inline uint32_t getSources() const { return mSources; } in getSources() function
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/ |
H A D | InputDeviceResultTask.java | 220 (device.getSources() & InputDevice.SOURCE_KEYBOARD) in isFullPhysicalKeyboard()
|