Searched refs:getSource (Results 1 - 25 of 97) 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.java258 if (current.mLogicalAddress != cmd.getSource()) {
260 cmd.getSource());
284 if (current.mLogicalAddress != cmd.getSource()) {
286 cmd.getSource());
311 if (current.mLogicalAddress != cmd.getSource()) {
313 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);
736 int source = message.getSource();
1084 if (!canStartArcUpdateAction(message.getSource(), true)) {
1091 if (!isConnectedToArcPort(message.getSource())) {
1101 message.getSource(), true);
1135 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/src/main/java/androidx/core/view/
H A DMotionEventCompat.java539 * @deprecated Call {@link MotionEvent#getSource()} directly. This method will be
543 public static int getSource(MotionEvent event) { method in class:MotionEventCompat
544 return event.getSource();
553 return (event.getSource() & source) == source;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp191 sp<AnotherPacketSource> audioTrack = getSource(true /*audio*/);
192 sp<AnotherPacketSource> videoTrack = getSource(false /*audio*/);
222 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { function in class:android::NuPlayer::StreamingSource
227 sp<MediaSource> source = mTSParser->getSource(
234 sp<AnotherPacketSource> source = getSource(audio);
256 sp<AnotherPacketSource> source = getSource(audio);
H A DStreamingSource.h69 sp<AnotherPacketSource> getSource(bool audio);
H A DRTSPSource.cpp159 sp<AnotherPacketSource> source = getSource(audio);
210 sp<AnotherPacketSource> source = getSource(audio);
256 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) { function in class:android::NuPlayer::RTSPSource
258 sp<MediaSource> source = mTSParser->getSource(
422 sp<AnotherPacketSource> source = getSource(audio);
427 source = getSource(video);
434 sp<AnotherPacketSource> source = getSource(audio);
442 sp<AnotherPacketSource> source = getSource(audio);
554 sp<AnotherPacketSource> source = getSource(true /* audio */);
560 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) {
H A DDragInputEventReceiver.java61 || (event.getSource() & SOURCE_CLASS_POINTER) == 0
/frameworks/compile/libbcc/lib/
H A DCompiler.cpp283 transformPasses.run(script.getSource().getModule());
296 codeGenPasses.run(script.getSource().getModule());
304 llvm::Module &module = script.getSource().getModule();
371 llvm::Module &module = script.getSource().getModule();
466 if (script.getSource().getDebugInfoEnabled())
490 llvm::Module &module = script.getSource().getModule();
518 pPM.run(script.getSource().getModule());
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java277 throw e.getSource();
282 throw ((LooperException) re.getCause()).getSource();
323 public Throwable getSource() { method in class:TestableLooper.LooperFrameworkMethod.LooperException
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.cpp157 sp<AnotherPacketSource> source = getSource(audio);
208 sp<AnotherPacketSource> source = getSource(audio);
254 sp<AnotherPacketSource> NuPlayer2::RTSPSource2::getSource(bool audio) { function in class:android::NuPlayer2::RTSPSource2
256 sp<MediaSource> source = mTSParser->getSource(
420 sp<AnotherPacketSource> source = getSource(audio);
425 source = getSource(video);
432 sp<AnotherPacketSource> source = getSource(audio);
440 sp<AnotherPacketSource> source = getSource(audio);
552 sp<AnotherPacketSource> source = getSource(true /* audio */);
558 source = getSource(fals
[all...]

Completed in 337 milliseconds

1234