Searched refs:getSources (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 553 inline uint32_t getSources() const { return mSources; } in getSources() function 960 virtual uint32_t getSources() = 0; 998 virtual uint32_t getSources(); 1018 virtual uint32_t getSources(); 1047 virtual uint32_t getSources(); 1116 virtual uint32_t getSources(); 1181 virtual uint32_t getSources(); 1775 virtual uint32_t getSources();
|
D | InputReader.cpp | 379 identifier.name.string(), device->getSources()); in addDeviceLocked() 403 device->getId(), device->getName().string(), device->getSources()); in removeDeviceLocked() 618 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 626 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in getStateLocked() 656 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked() 665 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) { in markSupportedKeyCodesLocked() 880 dump.appendFormat(INDENT2 "Sources: 0x%08x\n", deviceInfo.getSources()); in dump() 946 mSources |= mapper->getSources(); in configure() 1037 if (sourcesMatchMask(mapper->getSources(), sourceMask)) { in getState() 1057 if (sourcesMatchMask(mapper->getSources(), sourceMask)) { in markSupportedKeyCodes() [all …]
|
/frameworks/native/include/input/ |
D | InputDevice.h | 87 inline uint32_t getSources() const { return mSources; } in getSources() function
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 62 descriptorObj.get(), deviceInfo.isExternal(), deviceInfo.getSources(), in android_view_InputDevice_create()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 858 virtual uint32_t getSources() { in getSources() function in android::FakeInputMapper 1032 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); in TEST_F() 1041 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, inputDevices[0].getSources()); in TEST_F() 1257 ASSERT_EQ(AINPUT_SOURCE_UNKNOWN, mDevice->getSources()); in TEST_F() 1264 ASSERT_EQ(AINPUT_SOURCE_UNKNOWN, info.getSources()); in TEST_F() 1327 ASSERT_EQ(uint32_t(AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TOUCHSCREEN), mDevice->getSources()); in TEST_F() 1334 ASSERT_EQ(uint32_t(AINPUT_SOURCE_KEYBOARD | AINPUT_SOURCE_TOUCHSCREEN), info.getSources()); in TEST_F() 1497 ASSERT_EQ(uint32_t(AINPUT_SOURCE_SWITCH), mapper->getSources()); in TEST_F() 1561 ASSERT_EQ(AINPUT_SOURCE_KEYBOARD, mapper->getSources()); in TEST_F() 1980 ASSERT_EQ(AINPUT_SOURCE_MOUSE, mapper->getSources()); in TEST_F() [all …]
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 585 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/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 7272 final int sources = device.getSources(); in computeScreenConfigurationLocked()
|
/frameworks/base/api/ |
D | system-current.txt | 34490 method public int getSources();
|
D | current.txt | 32257 method public int getSources();
|