/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 | 595 inline uint32_t getSources() const { return mSources; } in getSources() function 1021 virtual uint32_t getSources() = 0; 1064 virtual uint32_t getSources(); 1084 virtual uint32_t getSources(); 1113 virtual uint32_t getSources(); 1184 virtual uint32_t getSources(); 1249 virtual uint32_t getSources(); 1270 virtual uint32_t getSources(); 1932 virtual uint32_t getSources(); 1954 virtual uint32_t getSources();
|
D | InputReader.cpp | 394 identifier.name.string(), device->getSources()); in addDeviceLocked() 422 device->getId(), device->getName().string(), device->getSources()); in removeDeviceLocked() 677 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 685 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 730 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked() 739 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked() 964 dump.appendFormat(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources()); in dump() 1030 mSources |= mapper->getSources(); in configure() 1128 if (sourcesMatchMask(mapper->getSources(), sourceMask)) { in getState() 1148 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 | 89 inline uint32_t getSources() const { return mSources; } in getSources() function
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | HwModule.cpp | 157 Vector <sp<AudioPort> > sources = route->getSources(); in getRouteSourceDevices() 204 sp<AudioPort> source = routes[j]->getSources().findByTagName(stream->getTagName()); in refreshSupportedDevices()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 867 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper 1040 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); in TEST_F() 1049 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); in TEST_F() 1265 ASSERT_EQ(AINPUT_SOURCE_UNKNOWN, mDevice->getSources()); in TEST_F() 1272 ASSERT_EQ(AINPUT_SOURCE_UNKNOWN, info.getSources()); in TEST_F() 1335 ASSERT_EQ(uint32_t(AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TOUCHSCREEN), mDevice->getSources()); in TEST_F() 1342 ASSERT_EQ(uint32_t(AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TOUCHSCREEN), info.getSources()); in TEST_F() 1505 ASSERT_EQ(uint32_t(AINPUT_SOURCE_SWITCH), mapper->getSources()); in TEST_F() 1569 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, mapper->getSources()); in TEST_F() 1988 ASSERT_EQ(AINPUT_SOURCE_MOUSE, mapper->getSources()); in TEST_F() [all …]
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 627 public int getSources() { in getSources() method in InputDevice
|
/frameworks/base/docs/html/training/game-controllers/ |
D | controller-input.jd | 117 {@link android.view.InputDevice#getSources()} to obtain a combined bit field of 147 int sources = dev.getSources();
|
/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 | WindowManagerService.java | 7434 final int sources = device.getSources(); in computeScreenConfigurationLocked()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32255 method public int getSources();
|
/frameworks/base/api/ |
D | current.txt | 40999 method public int getSources();
|
D | system-current.txt | 43999 method public int getSources();
|
D | test-current.txt | 41078 method public int getSources();
|