Searched defs:getSource (Results 1 - 15 of 15) sorted by last modified time

/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompatIcs.java82 public static Object getSource(Object record) { method in class:AccessibilityRecordCompatIcs
83 return ((AccessibilityRecord) record).getSource();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java37 public AccessibilityNodeInfoCompat getSource(Object record); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
142 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
334 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
336 AccessibilityRecordCompatIcs.getSource(record));
596 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
597 return IMPL.getSource(mRecord);
/frameworks/compile/libbcc/include/bcc/
H A DScript.h53 inline Source &getSource() function in class:bcc::Script
55 inline const Source &getSource() const function in class:bcc::Script
/frameworks/base/include/androidfw/
H A DInput.h247 inline int32_t getSource() const { return mSource; } function in class:android::InputEvent
/frameworks/base/location/java/android/location/
H A DCountry.java124 public final int getSource() { method in class:Country
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp63 sp<MediaSource> getSource(SourceType type);
118 sp<MediaSource> getSource(SourceType type);
412 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { function in class:android::ATSParser::Program
416 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type);
885 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { function in class:android::ATSParser::Stream
1193 sp<MediaSource> ATSParser::getSource(SourceType type) { function in class:android::ATSParser
1203 sp<MediaSource> source = program->getSource(type);
/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.java182 * by {@link MotionEvent#getSource()}.
632 public int getSource() { method in class:InputDevice.MotionRange
H A DInputEvent.java75 public abstract int getSource(); method in class:InputEvent
H A DKeyEvent.java1830 public final int getSource() { method in class:KeyEvent
H A DMotionEvent.java1683 public final int getSource() { method in class:MotionEvent
3002 msg.append(", source=0x").append(Integer.toHexString(getSource()));
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java159 public AccessibilityNodeInfo getSource() { method in class:AccessibilityRecord
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DFilePart.java238 protected PartSource getSource() { method in class:FilePart
239 LOG.trace("enter getSource()");
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp288 sp<MediaSource> VideoEditorAudioPlayer::getSource() { function in class:android::VideoEditorAudioPlayer
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp100 sp<AnotherPacketSource> source = getSource(audio);
148 sp<AnotherPacketSource> source = getSource(audio);
162 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
164 sp<MediaSource> source = mTSParser->getSource(
301 sp<AnotherPacketSource> source = getSource(false /* audio */);
306 source = getSource(true /* audio */);
348 sp<AnotherPacketSource> source = getSource(false /* audio */);
353 source = getSource(true /* audio */);

Completed in 799 milliseconds