Searched defs:getSource (Results 1 - 21 of 21) sorted by relevance

/frameworks/support/v4/gingerbread/android/support/v4/view/
H A DMotionEventCompatGingerbread.java25 public static int getSource(MotionEvent event) { method in class:MotionEventCompatGingerbread
26 return event.getSource();
/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/core/java/android/text/style/
H A DImageSpan.java163 public String getSource() { method in class:ImageSpan
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DStatement.java35 * {@link Statement} with {@link #getSource} equal to the input parameter, {@link #getRelation}
63 public AbstractAsset getSource() { method in class:Statement
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java53 public int getSource() { method in class:HdmiCecMessage
/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/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp176 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
177 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
207 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { function in class:android::NuPlayer::StreamingSource
212 sp<MediaSource> source = mTSParser->getSource(
219 sp<AnotherPacketSource> source = getSource(audio);
230 sp<AnotherPacketSource> source = getSource(audio);
H A DRTSPSource.cpp152 sp<AnotherPacketSource> source = getSource(audio);
203 sp<AnotherPacketSource> source = getSource(audio);
214 sp<AnotherPacketSource> otherSource = getSource(!audio);
255 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
257 sp<MediaSource> source = mTSParser->getSource(
390 sp<AnotherPacketSource> source = getSource(true /* audio */);
396 source = getSource(false /* video */);
454 sp<AnotherPacketSource> source = getSource(false /* audio */);
459 source = getSource(true /* audio */);
501 sp<AnotherPacketSource> source = getSource(fals
[all...]
/frameworks/base/core/java/android/view/
H A DInputEvent.java75 public abstract int getSource(); method in class:InputEvent
94 return (getSource() & source) == source;
H A DInputDevice.java196 * by {@link MotionEvent#getSource()}.
216 * by {@link MotionEvent#getSource()}.
805 public int getSource() { method in class:InputDevice.MotionRange
819 return (getSource() & source) == source;
H A DMotionEvent.java1747 public final int getSource() { method in class:MotionEvent
3113 msg.append(", source=0x").append(Integer.toHexString(getSource()));
H A DKeyEvent.java1851 public final int getSource() { method in class:KeyEvent
/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/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicTrack.java94 public String getSource() { method in class:MusicTrack
/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/
H A DMotionEventCompat.java36 public int getSource(MotionEvent event); method in interface:MotionEventCompat.MotionEventVersionImpl
81 public int getSource(MotionEvent event) { method in class:MotionEventCompat.BaseMotionEventVersionImpl
127 public int getSource(MotionEvent event) { method in class:MotionEventCompat.GingerbreadMotionEventVersionImpl
128 return MotionEventCompatGingerbread.getSource(event);
487 public static int getSource(MotionEvent event) { method in class:MotionEventCompat
488 return IMPL.getSource(event);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java38 public AccessibilityNodeInfoCompat getSource(Object record); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
143 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
335 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
337 AccessibilityRecordCompatIcs.getSource(record));
604 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
605 return IMPL.getSource(mRecord);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java167 public AccessibilityNodeInfo getSource() { method in class:AccessibilityRecord
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp70 sp<MediaSource> getSource(SourceType type);
138 sp<MediaSource> getSource(SourceType type);
526 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { function in class:android::ATSParser::Program
530 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type);
1118 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { function in class:android::ATSParser::Stream
1501 sp<MediaSource> ATSParser::getSource(SourceType type) { function in class:android::ATSParser
1511 sp<MediaSource> source = program->getSource(type);
/frameworks/native/include/input/
H A DInput.h282 inline int32_t getSource() const { return mSource; } function in class:android::InputEvent
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 647 milliseconds