Searched refs:getSource (Results 1 - 25 of 101) sorted by relevance

12345

/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/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp30 BCCContext &context = pScript.getSource().getContext();
40 &pScript.getSource().getModule(), &libclcore_source->getModule());
43 if (!pScript.getSource().merge(*libclcore_source)) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DOneTouchRecordAction.java80 if (mState != STATE_WAITING_FOR_RECORD_STATUS || mRecorderAddress != cmd.getSource()) {
93 if (cmd.getSource() != mRecorderAddress) {
99 Slog.i(TAG, "Got record status:" + recordStatus + " from " + cmd.getSource());
H A DDelayedMessageBuffer.java111 if (message.getSource() != address) {
141 && message.getSource() == address) {
H A DDeviceDiscoveryAction.java250 if (current.mLogicalAddress != cmd.getSource()) {
252 cmd.getSource());
276 if (current.mLogicalAddress != cmd.getSource()) {
278 cmd.getSource());
299 if (current.mLogicalAddress != cmd.getSource()) {
301 cmd.getSource());
H A DHdmiCecMessageCache.java90 int source = message.getSource();
H A DSystemAudioAutoInitiationAction.java62 || mAvrAddress != cmd.getSource()) {
/frameworks/base/tools/aapt2/io/
H A DFile.h52 virtual const Source& getSource() const = 0;
H A DFileSystem.cpp43 const Source& RegularFile::getSource() const { function in class:aapt::io::RegularFile
H A DFileSystem.h35 const Source& getSource() const override;
H A DZipArchive.h38 const Source& getSource() const override;
/frameworks/base/tools/aapt2/link/
H A DProductFilter.cpp34 diag->error(DiagMessage(configValue->value->getSource())
39 diag->note(DiagMessage(previouslySelectedConfigValue->value->getSource())
52 diag->error(DiagMessage(configValue->value->getSource())
56 diag->note(DiagMessage(previouslyDefaultConfigValue->value->getSource())
/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/base/core/java/android/view/
H A DInputEvent.java75 public abstract int getSource(); method in class:InputEvent
94 return (getSource() & source) == source;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.h65 sp<AnotherPacketSource> getSource(bool audio);
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/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/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/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/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java142 mSourceOfInjectedGesture = events.get(0).getSource();
176 event.getDeviceId(), event.getEdgeFlags(), event.getSource(),
188 mOpenGesturesInProgress.put(event.getSource(), true);
192 mOpenGesturesInProgress.put(event.getSource(), false);
/frameworks/base/services/core/java/com/android/server/wm/
H A DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicTrack.java94 public String getSource() { method in class:MusicTrack
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp215 transformPasses.run(pScript.getSource().getModule());
228 codeGenPasses.run(pScript.getSource().getModule());
236 llvm::Module &module = pScript.getSource().getModule();
322 llvm::Module &module = script.getSource().getModule();
421 if (pScript.getSource().getDebugInfoEnabled())
446 llvm::Module &module = pScript.getSource().getModule();
474 pPM.run(pScript.getSource().getModule());

Completed in 2404 milliseconds

12345