Home
last modified time | relevance | path

Searched refs:getSources (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputDeviceTest.java56 assertEquals(device.getSources(), outDevice.getSources()); in assertDeviceEquals()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DPolicyConfig.h143 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 DSwitchInputMapper.h29 virtual uint32_t getSources() override;
H A DExternalStylusInputMapper.h33 virtual uint32_t getSources() override;
H A DRotaryEncoderInputMapper.h30 virtual uint32_t getSources() override;
H A DVibratorInputMapper.h29 virtual uint32_t getSources() override;
H A DSwitchInputMapper.cpp28 uint32_t SwitchInputMapper::getSources() { in getSources() function in android::SwitchInputMapper
H A DExternalStylusInputMapper.cpp29 uint32_t ExternalStylusInputMapper::getSources() { in getSources() function in android::ExternalStylusInputMapper
H A DCursorInputMapper.h59 virtual uint32_t getSources() override;
H A DJoystickInputMapper.h29 virtual uint32_t getSources() override;
H A DInputMapper.cpp30 info->addSource(getSources()); in populateDeviceInfo()
H A DKeyboardInputMapper.h29 virtual uint32_t getSources() override;
H A DRotaryEncoderInputMapper.cpp34 uint32_t RotaryEncoderInputMapper::getSources() { in getSources() function in android::RotaryEncoderInputMapper
H A DVibratorInputMapper.cpp28 uint32_t VibratorInputMapper::getSources() { in getSources() function in android::VibratorInputMapper
H A DInputMapper.h53 virtual uint32_t getSources() = 0;
H A DSensorInputMapper.h31 uint32_t getSources() override;
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioRoute.h42 const PolicyAudioPortVector &getSources() const { return mSources; } in getSources() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp206 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 DInputDevice.cpp112 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 DPolicyConfig.cpp174 const auto sources = splitString(route.getSources(), ','); in getSinkDevicesForMixPort()
193 const auto sources = splitString(route->getSources(), ','); in getSourceDevicesForMixPort()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp70 deviceInfo.isExternal(), deviceInfo.getSources(), in android_view_InputDevice_create()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp176 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 DDisplayInterface.java261 && (inputDevice.getSources() & InputDevice.SOURCE_TOUCHSCREEN) in setDisplayState()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h221 inline uint32_t getSources() const { return mSources; } in getSources() function
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
H A DInputDeviceResultTask.java220 (device.getSources() & InputDevice.SOURCE_KEYBOARD) in isFullPhysicalKeyboard()

12