Searched refs:getSource (Results 26 - 50 of 97) sorted by relevance

1234

/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp216 sp<AnotherPacketSource> impl = mParser->getSource(ATSParser::VIDEO);
232 sp<AnotherPacketSource> impl = mParser->getSource(ATSParser::AUDIO);
271 ? mParser->getSource(ATSParser::VIDEO)
272 : mParser->getSource(ATSParser::AUDIO);
428 sp<AnotherPacketSource> src = mParser->getSource(type);
456 sp<AnotherPacketSource> src = mParser->getSource(t);
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java320 "(source: " + detectedCountry.getSource()
328 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
339 || detectedCountry.getSource() >= Country.COUNTRY_SOURCE_LOCATION) {
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.h130 sp<AnotherPacketSource> getSource(bool audio);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.h132 sp<AnotherPacketSource> getSource(bool audio);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceSelectAction.java111 if (cmd.getSource() != getTargetAddress()) {
H A DHdmiCecMessage.java53 public int getSource() { method in class:HdmiCecMessage
H A DPowerStatusMonitorAction.java74 int sourceAddress = cmd.getSource();
H A DVolumeControlAction.java127 if (mState != STATE_WAIT_FOR_NEXT_VOLUME_PRESS || cmd.getSource() != mAvrAddress) {
H A DHdmiUtils.java136 int src = cmd.getSource();
H A DNewDeviceAction.java100 int src = cmd.getSource();
H A DSystemAudioAction.java141 if (cmd.getSource() != mAvrLogicalAddress) {
H A DTimerRecordingAction.java99 || cmd.getSource() != mRecorderAddress) {
H A DHdmiCecLocalDevicePlayback.java258 maySendActiveSource(message.getSource());
313 maySendActiveSource(message.getSource());
H A DHdmiCecController.java568 int dest = message.getSource();
601 errorCode = nativeSendCecCommand(mNativePtr, cecMessage.getSource(),
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java297 country1.getSource() == country2.getSource();
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityRecordCompat.java154 * @deprecated Use {@link AccessibilityRecord#getSource()} directly.
157 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
158 return AccessibilityNodeInfoCompat.wrapNonNullInstance(mRecord.getSource());
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h129 sp<AnotherPacketSource> getSource(SourceType type);
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java169 * {@link #getSource()}
181 * alignment. The Uri source can be retrieved via {@link #getSource()}
263 public String getSource() { method in class:ImageSpan
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp187 ASSERT_EQ(static_cast<int>(AINPUT_SOURCE_GAMEPAD), event.getSource());
199 ASSERT_EQ(static_cast<int>(AINPUT_SOURCE_JOYSTICK), event.getSource());
303 ASSERT_EQ(static_cast<int>(AINPUT_SOURCE_TOUCHSCREEN), event->getSource());
435 ASSERT_EQ(static_cast<int>(AINPUT_SOURCE_JOYSTICK), event.getSource());
H A DInputPublisherAndConsumer_test.cpp106 EXPECT_EQ(source, keyEvent->getSource());
192 EXPECT_EQ(source, motionEvent->getSource());
/frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
H A DFitWidthBitmapDrawable.java128 public Rect getSource() { method in class:FitWidthBitmapDrawable
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp119 event->getDeviceId(), event->getSource(), event->getAction(), event->getFlags(),
140 event->getDeviceId(), event->getSource(),
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp94 bcinfo::MetadataExtractor me(&pScript.getSource().getModule());
116 pScript.getSource().addBuildChecksumMetadata(pBuildChecksum);
/frameworks/base/core/java/android/view/
H A DInputDevice.java198 * by {@link MotionEvent#getSource()}.
218 * by {@link MotionEvent#getSource()}.
874 public int getSource() { method in class:InputDevice.MotionRange
888 return (getSource() & source) == source;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java285 mOpenGesturesInProgress.put(event.getSource(), true);
289 mOpenGesturesInProgress.put(event.getSource(), false);

Completed in 389 milliseconds

1234