/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioRoute.h | 42 const AudioPortVector &getSources() const { return mSources; } in getSources() function
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 258 inline uint32_t getSources() const { return mSources; } in getSources() function 759 virtual uint32_t getSources() = 0; 804 virtual uint32_t getSources(); 824 virtual uint32_t getSources(); 853 virtual uint32_t getSources(); 928 virtual uint32_t getSources(); 995 virtual uint32_t getSources(); 1017 virtual uint32_t getSources(); 1704 virtual uint32_t getSources(); 1726 virtual uint32_t getSources();
|
D | InputReader.cpp | 408 identifier.name.c_str(), device->getSources()); in addDeviceLocked() 436 device->getId(), device->getName().c_str(), device->getSources()); in removeDeviceLocked() 693 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 701 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 746 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked() 755 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked() 1033 dump += StringPrintf(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources()); in dump() 1117 mSources |= mapper->getSources(); in configure() 1204 if (sourcesMatchMask(mapper->getSources(), sourceMask)) { in getState() 1222 if (sourcesMatchMask(mapper->getSources(), sourceMask)) { in markSupportedKeyCodes() [all …]
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 67 descriptorObj.get(), deviceInfo.isExternal(), deviceInfo.getSources(), in android_view_InputDevice_create()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 99 inline uint32_t getSources() const { return mSources; } in getSources() function
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | HwModule.cpp | 169 for (const auto& source : route->getSources()) { in getRouteSourceDevices() 211 sp<AudioPort> source = route->getSources().findByTagName(stream->getTagName()); in refreshSupportedDevices()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 932 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper 1319 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); in TEST_F() 1328 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); in TEST_F() 1652 ASSERT_EQ(AINPUT_SOURCE_UNKNOWN, mDevice->getSources()); in TEST_F() 1659 ASSERT_EQ(AINPUT_SOURCE_UNKNOWN, info.getSources()); in TEST_F() 1722 ASSERT_EQ(uint32_t(AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TOUCHSCREEN), mDevice->getSources()); in TEST_F() 1729 ASSERT_EQ(uint32_t(AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TOUCHSCREEN), info.getSources()); in TEST_F() 1904 ASSERT_EQ(uint32_t(AINPUT_SOURCE_SWITCH), mapper->getSources()); in TEST_F() 1980 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, mapper->getSources()); in TEST_F() 2428 ASSERT_EQ(AINPUT_SOURCE_MOUSE, mapper->getSources()); in TEST_F() [all …]
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 641 public int getSources() { in getSources() method in InputDevice
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 258 int sources = dev.getSources(); in isGamePad()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 1747 final int sources = device.getSources(); in computeScreenConfiguration()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |