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

1234

/frameworks/compile/libbcc/include/bcc/
H A DScript.h67 return getSource().getCompilerVersion();
114 inline Source &getSource() { return *mSource; } function in class:bcc::Script
115 inline const Source &getSource() const { return *mSource; } function in class:bcc::Script
/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.java63 || mAvrAddress != cmd.getSource()) {
H A DDevicePowerStatusAction.java77 || mTargetAddress != cmd.getSource()) {
H A DHdmiCecLocalDeviceTv.java470 int logicalAddress = message.getSource();
497 if (getActiveSource().logicalAddress != message.getSource()) {
507 HdmiDeviceInfo inactiveSource = getCecDeviceInfo(message.getSource());
567 int address = message.getSource();
594 updateDevicePowerStatus(command.getSource(), newStatus);
737 int source = message.getSource();
1073 if (!canStartArcUpdateAction(message.getSource(), true)) {
1080 if (!isConnectedToArcPort(message.getSource())) {
1090 message.getSource(), true);
1124 message.getSource(), fals
[all...]
H A DOneTouchPlayAction.java99 || mTargetAddress != cmd.getSource()) {
H A DSystemAudioStatusAction.java80 if (mState != STATE_WAIT_FOR_REPORT_AUDIO_STATUS || mAvrAddress != cmd.getSource()) {
H A DHdmiCecLocalDevice.java353 message.getSource(), version);
395 mAddress, message.getSource(), mDeviceInfo.getDisplayName());
536 mAddress, message.getSource(), mService.getPowerStatus()));
543 mAddress, message.getSource(), Constants.MENU_STATE_ACTIVATED));
552 if (!mService.invokeVendorCommandListenersOnReceived(mDeviceType, message.getSource(),
565 if (!mService.invokeVendorCommandListenersOnReceived(mDeviceType, message.getSource(),
570 message.getSource() != Constants.ADDR_UNREGISTERED) {
/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 DInputEventConsistencyVerifier.java180 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
207 final int source = event.getSource();
268 final int source = event.getSource();
343 final int source = event.getSource();
472 final int source = event.getSource();
594 final int source = keyEvent.getSource();
604 } else if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java540 * @deprecated Call {@link MotionEvent#getSource()} directly. This method will be
544 public static int getSource(MotionEvent event) { method in class:MotionEventCompat
545 return event.getSource();
554 return (event.getSource() & source) == source;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp195 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
196 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
226 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { function in class:android::NuPlayer::StreamingSource
231 sp<MediaSource> source = mTSParser->getSource(
238 sp<AnotherPacketSource> source = getSource(audio);
260 sp<AnotherPacketSource> source = getSource(audio);
H A DStreamingSource.h69 sp<AnotherPacketSource> getSource(bool audio);
H A DRTSPSource.cpp173 sp<AnotherPacketSource> source = getSource(audio);
224 sp<AnotherPacketSource> source = getSource(audio);
270 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
272 sp<MediaSource> source = mTSParser->getSource(
427 sp<AnotherPacketSource> source = getSource(audio);
432 source = getSource(video);
439 sp<AnotherPacketSource> source = getSource(audio);
447 sp<AnotherPacketSource> source = getSource(audio);
589 sp<AnotherPacketSource> source = getSource(true /* audio */);
595 source = getSource(fals
[all...]
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java82 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
90 inputSource = getSource(inputSource, InputDevice.SOURCE_KEYBOARD);
104 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
111 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
124 inputSource = getSource(inputSource, InputDevice.SOURCE_TOUCHSCREEN);
136 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
142 inputSource = getSource(inputSource, InputDevice.SOURCE_TRACKBALL);
189 if (source != e.getSource()) {
317 private static final int getSource(int inputSource, int defaultSource) { method in class:Input
/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/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/
H A DCompiler.cpp282 transformPasses.run(script.getSource().getModule());
295 codeGenPasses.run(script.getSource().getModule());
303 llvm::Module &module = script.getSource().getModule();
370 llvm::Module &module = script.getSource().getModule();
465 if (script.getSource().getDebugInfoEnabled())
489 llvm::Module &module = script.getSource().getModule();
517 pPM.run(script.getSource().getModule());
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java273 throw e.getSource();
278 throw ((LooperException) re.getCause()).getSource();
316 public Throwable getSource() { method in class:TestableLooper.LooperFrameworkMethod.LooperException
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp198 (AnotherPacketSource *)mParser->getSource(
216 (AnotherPacketSource *)mParser->getSource(
256 ? (AnotherPacketSource *)mParser->getSource(
258 : (AnotherPacketSource *)mParser->getSource(
416 (AnotherPacketSource *)mParser->getSource(type).get();
444 sp<AnotherPacketSource> src = (AnotherPacketSource *)mParser->getSource(t).get();

Completed in 452 milliseconds

1234