Searched refs:getSource (Results 1 - 25 of 75) sorted by path

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp151 sp<AnotherPacketSource> source = getSource(audio);
210 sp<AnotherPacketSource> source = getSource(audio);
221 sp<AnotherPacketSource> otherSource = getSource(!audio);
266 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
268 sp<MediaSource> source = mTSParser->getSource(
426 sp<AnotherPacketSource> source = getSource(false /* audio */);
431 source = getSource(true /* audio */);
473 sp<AnotherPacketSource> source = getSource(false /* audio */);
478 source = getSource(true /* audio */);
H A DRTSPSource.h117 sp<AnotherPacketSource> getSource(bool audio);
H A DStreamingSource.cpp146 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
161 static_cast<AnotherPacketSource *>(mTSParser->getSource(type).get());
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp980 mTSParser->getSource(srcType).get());
1209 mTSParser->getSource(type).get());
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp65 sp<MediaSource> getSource(SourceType type);
120 sp<MediaSource> getSource(SourceType type);
422 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { function in class:android::ATSParser::Program
426 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type);
919 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { function in class:android::ATSParser::Stream
1247 sp<MediaSource> ATSParser::getSource(SourceType type) { function in class:android::ATSParser
1257 sp<MediaSource> source = program->getSource(type);
H A DATSParser.h78 sp<MediaSource> getSource(SourceType type);
H A DMPEG2TSExtractor.cpp168 (AnotherPacketSource *)mParser->getSource(
179 (AnotherPacketSource *)mParser->getSource(
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java81 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
89 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
103 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
110 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
122 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
128 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
175 if (source != e.getSource()) {
267 private static final int getSource(int inputSource, int defaultSource) { method in class:Input
/frameworks/base/core/java/android/app/
H A DInstrumentation.java885 int source = event.getSource();
938 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) {
958 if ((event.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) == 0) {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java263 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/base/core/java/android/text/
H A DHtml.java299 out.append(((ImageSpan) style[j]).getSource());
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java94 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java162 public String getSource() { method in class:ImageSpan
/frameworks/base/core/java/android/view/
H A DInputDevice.java195 * by {@link MotionEvent#getSource()}.
764 public int getSource() { method in class:InputDevice.MotionRange
778 return (getSource() & source) == source;
H A DInputEvent.java75 public abstract int getSource(); method in class:InputEvent
94 return (getSource() & source) == source;
H A DInputEventConsistencyVerifier.java176 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
203 final int source = event.getSource();
264 final int source = event.getSource();
339 final int source = event.getSource();
468 final int source = event.getSource();
532 final int source = keyEvent.getSource();
542 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
H A DKeyEvent.java1830 public final int getSource() { method in class:KeyEvent
H A DMotionEvent.java1687 public final int getSource() { method in class:MotionEvent
3004 msg.append(", source=0x").append(Integer.toHexString(getSource()));
H A DView.java8458 final int source = event.getSource();
9108 * {@link MotionEvent#getSource() source} of the motion event specifies
H A DViewRootImpl.java3789 final int source = q.mEvent.getSource();
3885 final int source = q.mEvent.getSource();
4070 final int source = event.getSource();
4096 final int source = event.getSource();
4460 final int source = event.getSource();
4627 final int source = event.getSource();
4748 && mCurrentSource == event.getSource()) {
4943 flags, event.getSource(), null);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java159 public AccessibilityNodeInfo getSource() { method in class:AccessibilityRecord
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4001 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
H A DHorizontalScrollView.java706 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
H A DScrollView.java764 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
H A DStackView.java586 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {

Completed in 364 milliseconds

123