Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 25 of 45) sorted by relevance

12

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java129 args.arg2 = arg3; in obtainMessageBOO()
158 args.arg1 = arg3; in obtainMessageIIOO()
167 args.arg2 = arg3; in obtainMessageIOO()
174 args.arg2 = arg3; in obtainMessageIOOO()
175 args.arg3 = arg4; in obtainMessageIOOO()
182 args.arg1 = arg3; in obtainMessageIIOOO()
184 args.arg3 = arg5; in obtainMessageIIOOO()
211 args.arg3 = arg3; in obtainMessageOOO()
220 args.arg3 = arg3; in obtainMessageOOOO()
230 args.arg3 = arg3; in obtainMessageOOOOO()
[all …]
H A DSomeArgs.java51 public Object arg3; field in SomeArgs
119 arg3 = null; in clear()
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambda.java266 ArgumentPlaceholder<A> arg1, B arg2, C arg3) { in obtainPredicate() argument
286 ArgumentPlaceholder<A> arg1, B arg2, C arg3, D arg4) { in obtainPredicate() argument
307 ArgumentPlaceholder<A> arg1, B arg2, C arg3, D arg4, E arg5) { in obtainPredicate() 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
490 A arg1, B arg2, C arg3, D arg4, E arg5) { in obtainRunnable() argument
525 A arg1, B arg2, C arg3, D arg4, E arg5) { in obtainMessage() argument
550 A arg1, B arg2, C arg3, D arg4, E arg5, F arg6) { in obtainRunnable() argument
[all …]
/aosp14/frameworks/base/cmds/interrupter/
H A Dinterrupter.h45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \
47 return real_##sym(arg1, arg2, arg3); \
52 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
54 return real_##sym(arg1, arg2, arg3, arg4); \
59 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
61 return real_##sym(arg1, arg2, arg3, arg4, arg5); \
/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()
67 env->CallVoidMethod(gCallback, gFingerprintServiceClassInfo.notify, type, arg1, arg2, arg3); in handleMessage()
92 uint32_t arg3 = 0; in hal_notify_callback() local
111 arg3 = msg.data.enroll.samples_remaining; in hal_notify_callback()
124 gLooper->sendMessage(new CallbackHandler(msg.type, arg1, arg2, arg3), Message()); in hal_notify_callback()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java500 args.arg3 = request;
535 args.arg3 = Log.createSubsession();
557 args.arg3 = request;
592 args.arg3 = Log.createSubsession();
609 args.arg3 = Log.createSubsession();
677 args.arg3 = Log.createSubsession();
719 args.arg3 = Log.createSubsession();
735 args.arg3 = Log.createSubsession();
750 args.arg3 = Log.createSubsession();
818 args.arg3 = Log.createSubsession();
[all …]
H A DConnectionServiceAdapterServant.java103 (ParcelableConnection) args.arg3,
116 (ParcelableConference) args.arg3,
316 (Bundle) args.arg3, null /*Session.Info*/);
326 (Session.Info) args.arg3);
363 (Session.Info) args.arg3);
404 args.arg3 = connection;
417 args.arg3 = conference;
631 args.arg3 = sessionInfo;
641 args.arg3 = extras;
696 args.arg3 = sessionInfo;
[all …]
H A DCallRedirectionService.java193 onPlaceCall((Uri) args.arg2, (PhoneAccountHandle) args.arg3,
224 args.arg3 = initialPhoneAccount; in placeCall()
H A DVideoCallImpl.java89 args.arg3 = responseProfile; in receiveSessionModifyResponse()
172 VideoProfile responseProfile = (VideoProfile) args.arg3; in handleMessage()
H A DInCallService.java332 Bundle extras = (Bundle) args.arg3;
457 args.arg3 = extras; in onConnectionEvent()
/aosp14/frameworks/base/core/jni/
H A Dandroid_animation_PropertyValuesHolder.cpp96 float arg3, float arg4) in android_animation_PropertyValuesHolder_callFourFloatMethod() argument
98 env->CallVoidMethod(target, reinterpret_cast<jmethodID>(methodID), arg1, arg2, arg3, arg4); in android_animation_PropertyValuesHolder_callFourFloatMethod()
123 int arg3, int arg4) 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/core/java/android/service/notification/
H A DNotificationAssistantService.java391 args.arg3 = getCurrentRanking(); in onNotificationEnqueuedWithChannel()
506 args.arg3 = feedback; in onNotificationFeedbackReceived()
544 RankingMap ranking = (RankingMap) args.arg3; in handleMessage()
649 Bundle feedback = (Bundle) args.arg3; in handleMessage()
H A DNotificationListenerService.java1493 args.arg3 = reason; in onNotificationRemoved()
1610 args.arg3 = channel; in onNotificationChannelModification()
1623 args.arg3 = group; in onNotificationChannelGroupModification()
2399 int reason = (int) args.arg3; in handleMessage()
2428 NotificationChannel channel = (NotificationChannel) args.arg3; in handleMessage()
2438 NotificationChannelGroup group = (NotificationChannelGroup) args.arg3; in handleMessage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java989 args.arg3 = sensorIds; in showAuthenticationDialog()
1009 args.arg3 = text; in showToast()
1159 args.arg3 = packageName; in onSystemBarAttributesChanged()
1323 args.arg3 = label; in requestAddTile()
1343 args.arg3 = undoCallback; in updateMediaTapToTransferSenderDisplay()
1356 args.arg3 = appIcon; in updateMediaTapToTransferReceiverDisplay()
1587 (int[]) someArgs.arg3 /* sensorIds */, in handleMessage()
1717 CharSequence text = (CharSequence) args.arg3; in handleMessage()
1764 CharSequence label = (CharSequence) args.arg3; in handleMessage()
1784 (IUndoMediaTransferCallback) args.arg3; in handleMessage()
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java193 args.arg3 = interactiveRegion; in findAccessibilityNodeInfoByAccessibilityIdClientThread()
262 requestPreparerArgs.arg3 = requestArguments; in holdOffMessageIfNeeded()
287 final Bundle requestArguments = (Bundle) args.arg3; in prepareForExtraDataRequestUiThread()
352 final Region interactiveRegion = (Region) args.arg3; in findAccessibilityNodeInfoByAccessibilityIdUiThread()
460 args.arg3 = viewId; in findAccessibilityNodeInfosByViewIdClientThread()
477 final String viewId = (String) args.arg3; in findAccessibilityNodeInfosByViewIdUiThread()
522 args.arg3 = spec; in findAccessibilityNodeInfosByTextClientThread()
648 args.arg3 = interactiveRegion; in findFocusClientThread()
666 final Region interactiveRegion = (Region) args.arg3; in findFocusUiThread()
749 args.arg3 = interactiveRegion; in focusSearchClientThread()
[all …]
/aosp14/frameworks/base/cmds/idmap2/tests/
H A DCommandLineOptionsTests.cpp209 std::string arg3; in TEST() local
219 .OptionalOption("--dd", "description-dd", &arg3) in TEST()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java188 args.arg3 = inputId; in onBind()
204 args.arg3 = sessionId; in onBind()
2629 args.arg3 = mProxySessionCallback;
2636 args.arg3 = mProxySessionCallback;
2775 String inputId = (String) args.arg3; in handleMessage()
2822 someArgs.arg3 = cb; in handleMessage()
2833 ITvInputSessionCallback cb = (ITvInputSessionCallback) args.arg3; in handleMessage()
2850 String sessionId = (String) args.arg3; in handleMessage()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java162 final String[] dumpArgs = (String[]) args.arg3; in executeMessage()
224 final ImeTracker.Token statsToken = (ImeTracker.Token) args.arg3; in executeMessage()
239 final ImeTracker.Token statsToken = (ImeTracker.Token) args.arg3; in executeMessage()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppService.java330 args.arg3 = iAppServiceId; in onBind()
405 args.arg3 = error; in notifyStateChanged()
2238 String iAppServiceId = (String) args.arg3; in handleMessage()
2257 someArgs.arg3 = cb; in handleMessage()
2267 (ITvInteractiveAppSessionCallback) args.arg3; in handleMessage()
2283 int error = (int) args.arg3; in handleMessage()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java164 args.arg3 = mediaSize; in onContentUpdated()
299 MediaSize mediaSize = (MediaSize) args.arg3; in handleMessage()
/aosp14/frameworks/base/core/java/android/print/
H A DPrintManager.java895 args.arg3 = newAttributes; in layout()
929 args.arg3 = fd; in write()
1066 PrintAttributes newAttributes = (PrintAttributes) args.arg3; in handleMessage()
1091 ParcelFileDescriptor fd = (ParcelFileDescriptor) args.arg3; in handleMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DMovePackageHelper.java413 callback.onStatusChanged(args.argi1, args.argi2, (long) args.arg3); in invokeCallback()
438 args.arg3 = estMillis; in notifyStatusChanged()
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java117 args.arg3 = report; in Device()
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DFrameTracker.java870 int arg1, long arg2, long arg3, long arg4, long arg5, long arg6, long arg7) { in write() argument
871 FrameworkStatsLog.write(code, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in write()
/aosp14/frameworks/base/core/java/android/app/
H A DVoiceInteractor.java112 + " result=" + args.arg3);
115 (PickOptionRequest.Option[]) args.arg2, (Bundle) args.arg3);

12