Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java128 args.arg1 = arg2; in obtainMessageBOO()
158 args.arg1 = arg3; in obtainMessageIIOO()
166 args.arg1 = arg2; in obtainMessageIOO()
173 args.arg1 = arg2; in obtainMessageIOOO()
182 args.arg1 = arg3; in obtainMessageIIOOO()
191 args.arg1 = arg3; in obtainMessageIIOOOO()
201 args.arg1 = arg1; in obtainMessageOO()
209 args.arg1 = arg1; in obtainMessageOOO()
218 args.arg1 = arg1; in obtainMessageOOOO()
228 args.arg1 = arg1; in obtainMessageOOOOO()
[all …]
/aosp14/frameworks/base/cmds/interrupter/
H A Dinterrupter.h17 #define CONCATENATE(arg1, arg2) CONCATENATE1(arg1, arg2) argument
18 #define CONCATENATE1(arg1, arg2) CONCATENATE2(arg1, arg2) argument
19 #define CONCATENATE2(arg1, arg2) arg1##arg2 argument
31 ret sym(type1 arg1) { \
33 return real_##sym(arg1); \
38 ret sym(type1 arg1, type2 arg2) { \
40 return real_##sym(arg1, arg2); \
45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \
47 return real_##sym(arg1, arg2, arg3); \
54 return real_##sym(arg1, arg2, arg3, arg4); \
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java178 A arg1) { in obtainRunnable() argument
208 A arg1) { in obtainMessage() argument
229 A arg1, B arg2) { in obtainRunnable() argument
247 ArgumentPlaceholder<A> arg1, B arg2) { in obtainPredicate() argument
325 A arg1, ArgumentPlaceholder<B> arg2) { in obtainPredicate() argument
356 A arg1, B arg2) { in obtainMessage() argument
378 A arg1, B arg2, C arg3) { in obtainRunnable() argument
410 A arg1, B arg2, C arg3) { in obtainMessage() argument
433 A arg1, B arg2, C arg3, D arg4) { in obtainRunnable() argument
466 A arg1, B arg2, C arg3, D arg4) { in obtainMessage() argument
[all …]
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapterServant.java402 args.arg1 = id;
415 args.arg1 = id;
446 args.arg1 = connectionId;
482 args.arg1 = callId;
490 args.arg1 = callId;
499 args.arg1 = callId;
532 args.arg1 = callback;
675 args.arg1 = callId;
694 args.arg1 = callId;
704 args.arg1 = callId;
[all …]
H A DConnectionService.java515 args.arg1 = id;
533 args.arg1 = callId;
572 args.arg1 = id;
590 args.arg1 = callId;
607 args.arg1 = callId;
622 args.arg1 = callId;
635 args.arg1 = callId;
648 args.arg1 = callId;
662 args.arg1 = callId;
675 args.arg1 = callId;
[all …]
H A DVideoCallbackServant.java66 (VideoProfile) args.arg1,
94 mDelegate.changeCallDataUsage((long) args.arg1);
105 mDelegate.changeVideoQuality(msg.arg1);
123 args.arg1 = requestedProfile;
146 args.arg1 = dataUsage;
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java521 msg.arg1 = arg1; in sendMessage()
536 msg.arg1 = arg1; in sendMessage()
553 msg.arg1 = arg1; in sendMessage()
613 msg.arg1 = arg1; in replyToMessage()
628 msg.arg1 = arg1; in replyToMessage()
646 msg.arg1 = arg1; in replyToMessage()
702 msg.arg1 = arg1; in sendMessageSynchronously()
719 msg.arg1 = arg1; in sendMessageSynchronously()
737 msg.arg1 = arg1; in sendMessageSynchronously()
871 msg.arg1 = status; in replyHalfConnected()
[all …]
H A DWakeupMessage.java54 String cmdName, int cmd, int arg1, int arg2, Object obj) { in WakeupMessage() argument
59 mArg1 = arg1; in WakeupMessage()
65 public WakeupMessage(Context context, Handler handler, String cmdName, int cmd, int arg1) { in WakeupMessage() argument
66 this(context, handler, cmdName, cmd, arg1, 0, null); in WakeupMessage()
70 String cmdName, int cmd, int arg1, int arg2) { in WakeupMessage() argument
71 this(context, handler, cmdName, cmd, arg1, arg2, null); in WakeupMessage()
/aosp14/frameworks/base/core/java/android/os/
H A DMessage.java50 public int arg1; field in Message
176 m.arg1 = orig.arg1; in obtain()
264 m.arg1 = arg1; in obtain()
286 m.arg1 = arg1; in obtain()
329 arg1 = 0; in recycleUnchecked()
357 this.arg1 = o.arg1; in copyFrom()
551 if (arg1 != 0) { in toString()
553 b.append(arg1); in toString()
570 b.append(arg1); in toString()
588 if (arg1 != 0) { in dumpDebug()
[all …]
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCustomConfigLoader.java79 String arg1 = null; in loadCarrierActionList() local
89 arg1 = String.valueOf(intent.getIntExtra(TelephonyManager.EXTRA_APN_TYPE, -1)); in loadCarrierActionList()
99 arg1 = String.valueOf(intent.getBooleanExtra(TelephonyManager in loadCarrierActionList()
110 matchConfig(config, arg1, arg2, actionList); in loadCarrierActionList()
118 Log.d(TAG, "no matching entry for signal: " + intent.getAction() + "arg1: " + arg1 in loadCarrierActionList()
136 private static void matchConfig(String config, String arg1, String arg2, in matchConfig() argument
141 if (splitStr.length == 1 && arg1 == null && arg2 == null) { in matchConfig()
144 } else if (splitStr.length == 2 && arg1 != null && arg2 != null) { in matchConfig()
149 String apnInIntFormat = arg1; in matchConfig()
165 } else if ((splitStr.length == 2) && (arg1 != null) && (arg2 == null)) { in matchConfig()
[all …]
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java389 args.arg1 = sbn; in onNotificationEnqueuedWithChannel()
412 args.arg1 = sbn; in onNotificationSnoozedUntilContext()
421 args.arg1 = keys; in onNotificationsSeen()
444 args.arg1 = key; in onNotificationVisibilityChanged()
454 args.arg1 = key; in onNotificationExpansionChanged()
464 args.arg1 = key; in onNotificationDirectReply()
472 args.arg1 = key; in onSuggestedReplySent()
481 args.arg1 = key; in onActionClicked()
490 args.arg1 = key; in onNotificationClicked()
504 args.arg1 = key; in onNotificationFeedbackReceived()
[all …]
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp59 int arg1, arg2, arg3; member in android::CallbackHandler
61 CallbackHandler(int type, int arg1, int arg2, int arg3) in CallbackHandler() argument
62 : type(type), arg1(arg1), arg2(arg2), arg3(arg3) { } in CallbackHandler()
90 uint32_t arg1 = 0; in hal_notify_callback() local
95 arg1 = msg.data.error; in hal_notify_callback()
98 arg1 = msg.data.acquired.acquired_info; in hal_notify_callback()
101 arg1 = msg.data.authenticated.finger.fid; in hal_notify_callback()
103 if (arg1 != 0) { in hal_notify_callback()
109 arg1 = msg.data.enroll.finger.fid; in hal_notify_callback()
114 arg1 = msg.data.removed.finger.fid; in hal_notify_callback()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageHandler.java91 InstallRequest request = mPm.mRunningInstalls.get(msg.arg1); in doHandleMessage()
93 mPm.mRunningInstalls.delete(msg.arg1); in doHandleMessage()
101 Slog.i(TAG, "Nothing to do for post-install token " + msg.arg1); in doHandleMessage()
124 mPm.writePackageList(msg.arg1); in doHandleMessage()
127 final int verificationId = msg.arg1; in doHandleMessage()
148 final int verificationId = msg.arg1; in doHandleMessage()
184 final int verificationId = msg.arg1; in doHandleMessage()
204 final int verificationId = msg.arg1; in doHandleMessage()
250 final int enableRollbackToken = msg.arg1; in doHandleMessage()
275 final int enableRollbackToken = msg.arg1; in doHandleMessage()
[all …]
/aosp14/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java73 int event = msg.arg1; in handleMessage()
113 reply.arg1 = msg.arg1; in handleMessage()
116 Log.d(TAG, "WorkerHandler.handleMsg: msg.arg1=" + msg.arg1 in handleMessage()
169 msg.arg1 = EVENT_ARG_QUERY; in startQuery()
211 msg.arg1 = EVENT_ARG_INSERT; in startInsert()
237 msg.arg1 = EVENT_ARG_UPDATE; in startUpdate()
265 msg.arg1 = EVENT_ARG_DELETE; in startDelete()
335 + ", msg.arg1=" + msg.arg1); in handleMessage()
339 int event = msg.arg1; in handleMessage()
/aosp14/frameworks/base/media/java/android/media/
H A DJetPlayer.java424 (short)((msg.arg1 & JET_EVENT_SEG_MASK) >> JET_EVENT_SEG_SHIFT), in handleMessage()
425 (byte) ((msg.arg1 & JET_EVENT_TRACK_MASK) >> JET_EVENT_TRACK_SHIFT), in handleMessage()
428 (byte)(((msg.arg1 & JET_EVENT_CHAN_MASK) >> JET_EVENT_CHAN_SHIFT) + 1), in handleMessage()
429 (byte) ((msg.arg1 & JET_EVENT_CTRL_MASK) >> JET_EVENT_CTRL_SHIFT), in handleMessage()
430 (byte) (msg.arg1 & JET_EVENT_VAL_MASK) ); in handleMessage()
435 listener.onJetUserIdUpdate(mJet, msg.arg1, msg.arg2); in handleMessage()
440 listener.onJetNumQueuedSegmentUpdate(mJet, msg.arg1); in handleMessage()
445 listener.onJetPauseUpdate(mJet, msg.arg1); in handleMessage()
567 int what, int arg1, int arg2) { in postEventFromNative() argument
573 jet.mEventHandler.obtainMessage(what, arg1, arg2, null); in postEventFromNative()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskChangeNotificationController.java88 l.onTaskCreated(m.arg1, (ComponentName) m.obj);
92 l.onTaskRemoved(m.arg1);
117 m.arg1 /* taskId */, m.arg2 /* stackId */);
151 l.onTaskSnapshotChanged(m.arg1, (TaskSnapshot) m.obj);
155 l.onTaskDisplayChanged(m.arg1, m.arg2);
163 l.onRecentTaskListFrozenChanged(m.arg1 != 0);
167 l.onTaskFocusChanged(m.arg1, m.arg2 != 0);
171 l.onTaskRequestedOrientationChanged(m.arg1, m.arg2);
175 l.onActivityRotation(m.arg1);
183 l.onLockTaskModeChanged(m.arg1);
[all …]
/aosp14/frameworks/base/core/jni/
H A Dandroid_animation_PropertyValuesHolder.cpp89 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, float arg1, float arg2) in android_animation_PropertyValuesHolder_callTwoFloatMethod() argument
91 env->CallVoidMethod(target, reinterpret_cast<jmethodID>(methodID), arg1, arg2); in android_animation_PropertyValuesHolder_callTwoFloatMethod()
95 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, float arg1, float arg2, in android_animation_PropertyValuesHolder_callFourFloatMethod() argument
98 env->CallVoidMethod(target, reinterpret_cast<jmethodID>(methodID), arg1, arg2, arg3, arg4); in android_animation_PropertyValuesHolder_callFourFloatMethod()
116 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, int arg1, int arg2) in android_animation_PropertyValuesHolder_callTwoIntMethod() argument
118 env->CallVoidMethod(target, reinterpret_cast<jmethodID>(methodID), arg1, arg2); in android_animation_PropertyValuesHolder_callTwoIntMethod()
122 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, int arg1, int arg2, in android_animation_PropertyValuesHolder_callFourIntMethod() argument
125 env->CallVoidMethod(target, reinterpret_cast<jmethodID>(methodID), arg1, arg2, arg3, arg4); in android_animation_PropertyValuesHolder_callFourIntMethod()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTaskStackListenerImpl.java197 args.arg1 = packageName; in onActivityPinned()
215 args.arg1 = task; in onActivityRestartAttempt()
281 msg.arg1, snapshot); in handleMessage()
307 task = (ActivityManager.RunningTaskInfo) args.arg1; in handleMessage()
320 (String) msg.obj, msg.arg1, msg.arg2); in handleMessage()
351 final int userId = msg.arg1; in handleMessage()
359 mTaskStackListeners.get(i).onTaskCreated(msg.arg1, in handleMessage()
366 mTaskStackListeners.get(i).onTaskRemoved(msg.arg1); in handleMessage()
381 .onActivityRequestedOrientationChanged(msg.arg1, msg.arg2); in handleMessage()
407 msg.arg1 != 0); in handleMessage()
[all …]
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java160 final FileDescriptor fd = (FileDescriptor) args.arg1; in executeMessage()
194 final InputConnection inputConnection = (InputConnection) args.arg1; in executeMessage()
204 inputMethod.onNavButtonFlagsChanged(msg.arg1); in executeMessage()
211 mContext, (InputChannel) args.arg1, in executeMessage()
229 msg.arg1, (ResultReceiver) args.arg2, (IBinder) args.arg1, statsToken); in executeMessage()
243 inputMethod.hideSoftInputWithToken(msg.arg1, (ResultReceiver) args.arg2, in executeMessage()
244 (IBinder) args.arg1, statsToken); in executeMessage()
261 (InlineSuggestionsRequestInfo) args.arg1, in executeMessage()
269 inputMethod.canStartStylusHandwriting(msg.arg1); in executeMessage()
275 inputMethod.updateEditorToolType(msg.arg1); in executeMessage()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java699 args.arg1 = token; in setImeWindowStatus()
854 args.arg1 = startTime; in appTransitionStarting()
987 args.arg1 = promptInfo; in showAuthenticationDialog()
1007 args.arg1 = packageName; in showToast()
1023 args.arg1 = packageName; in hideToast()
1043 args.arg1 = message; in onBiometricHelp()
1307 args.arg1 = packageName; in showMediaOutputSwitcher()
1321 args.arg1 = componentName; in requestAddTile()
1341 args.arg1 = displayState; in updateMediaTapToTransferSenderDisplay()
1354 args.arg1 = displayState; in updateMediaTapToTransferReceiverDisplay()
[all …]
/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionWrapper.java159 mTvInputRecordingSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2); in executeMessage()
161 mTvInputSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2); in executeMessage()
172 mTvInputSessionImpl.selectTrack((Integer) args.arg1, (String) args.arg2); in executeMessage()
180 (String) args.arg1, (Bundle) args.arg2); in executeMessage()
182 mTvInputSessionImpl.appPrivateCommand((String) args.arg1, (Bundle) args.arg2); in executeMessage()
189 mTvInputSessionImpl.createOverlayView((IBinder) args.arg1, (Rect) args.arg2); in executeMessage()
226 mTvInputSessionImpl.timeShiftSetMode(msg.arg1); in executeMessage()
235 mTvInputRecordingSessionImpl.startRecording((Uri) args.arg1, (Bundle) args.arg2); in executeMessage()
254 (Integer) args.arg1, (Integer) args.arg2); in executeMessage()
263 mTvInputSessionImpl.removeBroadcastInfo(msg.arg1); in executeMessage()
[all …]
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTaskStackChangeListeners.java229 args.arg1 = task; in onActivityRestartAttempt()
351 msg.arg1, thumbnail); in handleMessage()
380 final RunningTaskInfo task = (RunningTaskInfo) args.arg1; in handleMessage()
393 (String) msg.obj, msg.arg1, msg.arg2); in handleMessage()
421 final int userId = msg.arg1; in handleMessage()
429 mTaskStackListeners.get(i).onTaskCreated(msg.arg1, in handleMessage()
436 mTaskStackListeners.get(i).onTaskRemoved(msg.arg1); in handleMessage()
450 .onActivityRequestedOrientationChanged(msg.arg1, msg.arg2); in handleMessage()
476 msg.arg1 != 0); in handleMessage()
489 mTaskStackListeners.get(i).onActivityRotation(msg.arg1); in handleMessage()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java316 m.arg1 = monitoringType; in addCircularFence()
451 reaperMessage.arg1 = monitoringType; in registerForMonitorStateChangeCallback()
455 m.arg1 = monitoringType; in registerForMonitorStateChangeCallback()
463 m.arg1 = monitoringType; in unregisterForMonitorStateChangeCallback()
535 message.arg1 = geofenceId; in reportGeofenceOperationStatus()
581 geofenceId = msg.arg1;
594 geofenceId = msg.arg1;
637 geofenceId = msg.arg1;
651 geofenceId = msg.arg1;
860 m.arg1 = mMonitoringType; in binderDied()
[all …]
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionWrapper.java156 mSessionImpl.createBiInteractiveApp((Uri) args.arg1, (Bundle) args.arg2); in executeMessage()
210 mSessionImpl.notifyRecordingStarted((String) args.arg1, (String) args.arg2); in executeMessage()
220 mSessionImpl.sendSigningResult((String) args.arg1, (byte[]) args.arg2); in executeMessage()
226 mSessionImpl.notifyError((String) args.arg1, (Bundle) args.arg2); in executeMessage()
236 mSessionImpl.notifyTrackSelected((Integer) args.arg1, (String) args.arg2); in executeMessage()
246 mSessionImpl.notifyTvMessage((Integer) args.arg1, (Bundle) args.arg2); in executeMessage()
291 mSessionImpl.createMediaView((IBinder) args.arg1, (Rect) args.arg2); in executeMessage()
320 (String) args.arg1, (Long) args.arg2); in executeMessage()
327 (String) args.arg1, (Long) args.arg2); in executeMessage()
334 (String) args.arg1, (String) args.arg2); in executeMessage()
[all …]
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCallbackRegistryTest.java97 int arg1, Integer arg) { in testSimpleNotify()
98 assertEquals(arg1, (int) arg); in testSimpleNotify()
116 int arg1, Integer arg) { in testRemoveWhileNotifying()
143 int arg1, Integer arg) { in testDeepRemoveWhileNotifying()
146 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testDeepRemoveWhileNotifying()
168 int arg1, Integer arg) { in testAddRemovedListener()
203 int arg1, Integer arg) { in testVeryDeepRemoveWhileNotifying()
207 registry.notifyCallbacks(CallbackRegistryTest.this, arg1, null); in testVeryDeepRemoveWhileNotifying()
229 int arg1, Integer arg) { in testClear()
253 int arg1, Integer arg) { in testNestedClear()

1234567891011