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

/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/tools/aapt2/io/
H A DFileSystem.cpp43 const Source& RegularFile::getSource() const { function in class:aapt::io::RegularFile
H A DZipArchive.cpp55 const Source& ZipFile::getSource() const { function in class:aapt::io::ZipFile
/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/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()}.
832 public int getSource() { method in class:InputDevice.MotionRange
846 return (getSource() & source) == source;
H A DMotionEvent.java1812 public final int getSource() { method in class:MotionEvent
3178 msg.append(", source=0x").append(Integer.toHexString(getSource()));
H A DKeyEvent.java1899 public final int getSource() { method in class:KeyEvent
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp179 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
180 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
210 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { function in class:android::NuPlayer::StreamingSource
215 sp<MediaSource> source = mTSParser->getSource(
222 sp<AnotherPacketSource> source = getSource(audio);
241 sp<AnotherPacketSource> source = getSource(audio);
H A DRTSPSource.cpp144 sp<AnotherPacketSource> source = getSource(audio);
195 sp<AnotherPacketSource> source = getSource(audio);
241 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
243 sp<MediaSource> source = mTSParser->getSource(
393 sp<AnotherPacketSource> source = getSource(audio);
398 source = getSource(video);
405 sp<AnotherPacketSource> source = getSource(audio);
413 sp<AnotherPacketSource> source = getSource(audio);
522 sp<AnotherPacketSource> source = getSource(true /* audio */);
528 source = getSource(fals
[all...]
/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()) {
278 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/base/tools/aapt2/diff/
H A DDiff.cpp76 const Source& getSource() { function in class:aapt::LoadedApk
155 emitDiffLine(apkB->getSource(), strStream.str());
177 emitDiffLine(apkB->getSource(), strStream.str());
193 emitDiffLine(apkB->getSource(), strStream.str());
213 emitDiffLine(apkB->getSource(), strStream.str());
232 emitDiffLine(apkB->getSource(), strStream.str());
251 emitDiffLine(apkB->getSource(), strStream.str());
265 emitDiffLine(apkB->getSource(), strStream.str());
281 emitDiffLine(apkA->getSource(), strStream.str());
299 emitDiffLine(apkB->getSource(), strStrea
[all...]
/frameworks/support/compat/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/base/tools/aapt2/
H A DResourceValues.h72 const Source& getSource() const { function in struct:aapt::Value
/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java448 * @deprecated Call {@link MotionEvent#getSource()} directly. This method will be
452 public static int getSource(MotionEvent event) { method in class:MotionEventCompat
453 return event.getSource();
462 return (event.getSource() & source) == source;
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java38 public AccessibilityNodeInfoCompat getSource(Object record); method in interface:AccessibilityRecordCompat.AccessibilityRecordImpl
159 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordStubImpl
381 public AccessibilityNodeInfoCompat getSource(Object record) { method in class:AccessibilityRecordCompat.AccessibilityRecordIcsImpl
383 AccessibilityRecordCompatIcs.getSource(record));
652 public AccessibilityNodeInfoCompat getSource() { method in class:AccessibilityRecordCompat
653 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);
529 sp<MediaSource> ATSParser::Program::getSource(SourceType type) { function in class:android::ATSParser::Program
531 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type);
1131 sp<MediaSource> ATSParser::Stream::getSource(SourceType type) { function in class:android::ATSParser::Stream
1514 sp<MediaSource> ATSParser::getSource(SourceType type) { function in class:android::ATSParser
1518 sp<MediaSource> source = program->getSource(type);
/frameworks/native/include/input/
H A DInput.h301 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 783 milliseconds