Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioRoute.h42 const AudioPortVector &getSources() const { return mSources; } in getSources() function
/frameworks/native/services/inputflinger/
DInputReader.h595 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();
DInputReader.cpp394 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/
Dandroid_view_InputDevice.cpp67 descriptorObj.get(), deviceInfo.isExternal(), deviceInfo.getSources(), in android_view_InputDevice_create()
/frameworks/native/include/input/
DInputDevice.h89 inline uint32_t getSources() const { return mSources; } in getSources() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp157 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/
DInputReader_test.cpp867 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/
DInputDevice.java627 public int getSources() { in getSources() method in InputDevice
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd117 {@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/
DMLand.java258 int sources = dev.getSources(); in isGamePad()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7434 final int sources = device.getSources(); in computeScreenConfigurationLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32255 method public int getSources();
/frameworks/base/api/
Dcurrent.txt40999 method public int getSources();
Dsystem-current.txt43999 method public int getSources();
Dtest-current.txt41078 method public int getSources();