/frameworks/base/core/java/com/android/internal/os/ |
D | HandlerCaller.java | 126 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { in obtainMessageBOO() argument 129 args.arg2 = arg3; in obtainMessageBOO() 151 public Message obtainMessageIIO(int what, int arg1, int arg2, Object arg3) { in obtainMessageIIO() argument 152 return mH.obtainMessage(what, arg1, arg2, arg3); in obtainMessageIIO() 156 Object arg3, Object arg4) { in obtainMessageIIOO() argument 158 args.arg1 = arg3; in obtainMessageIIOO() 164 public Message obtainMessageIOO(int what, int arg1, Object arg2, Object arg3) { in obtainMessageIOO() argument 167 args.arg2 = arg3; in obtainMessageIOO() 171 public Message obtainMessageIOOO(int what, int arg1, Object arg2, Object arg3, Object arg4) { in obtainMessageIOOO() argument 174 args.arg2 = arg3; in obtainMessageIOOO() [all …]
|
D | SomeArgs.java | 50 public Object arg3; field in SomeArgs 118 arg3 = null; in clear()
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambda.java | 463 A arg1, B arg2, C arg3) { in obtainRunnable() argument 465 function, 3, 0, ReturnType.VOID, arg1, arg2, arg3, null, null, null, null, null, in obtainRunnable() 482 A arg1, B arg2, C arg3) { in obtainSupplier() argument 484 function, 3, 0, ReturnType.OBJECT, arg1, arg2, arg3, null, null, null, null, null, in obtainSupplier() 501 ArgumentPlaceholder<A> arg1, B arg2, C arg3) { in obtainConsumer() argument 503 function, 3, 1, ReturnType.VOID, arg1, arg2, arg3, null, null, null, null, null, in obtainConsumer() 520 ArgumentPlaceholder<A> arg1, B arg2, C arg3) { in obtainFunction() argument 522 function, 3, 1, ReturnType.OBJECT, arg1, arg2, arg3, null, null, null, null, null, in obtainFunction() 539 A arg1, ArgumentPlaceholder<B> arg2, C arg3) { in obtainConsumer() argument 541 function, 3, 1, ReturnType.VOID, arg1, arg2, arg3, null, null, null, null, null, in obtainConsumer() [all …]
|
/frameworks/base/cmds/interrupter/ |
D | interrupter.h | 45 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); \
|
/frameworks/base/services/core/jni/ |
D | com_android_server_fingerprint_FingerprintService.cpp | 59 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()
|
/frameworks/layoutlib/bridge/src/android/animation/ |
D | PropertyValuesHolder_Delegate.java | 154 int arg2, int arg3, int arg4) { in nCallFourIntMethod() argument 155 callMethod(target, methodID, arg1, arg2, arg3, arg4); in nCallFourIntMethod() 179 float arg2, float arg3, float arg4) { in nCallFourFloatMethod() argument 180 callMethod(target, methodID, arg1, arg2, arg3, arg4); in nCallFourFloatMethod()
|
/frameworks/base/core/jni/ |
D | android_animation_PropertyValuesHolder.cpp | 96 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()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionServiceAdapterServant.java | 101 (ParcelableConnection) args.arg3, 114 (ParcelableConference) args.arg3, 314 (Bundle) args.arg3, null /*Session.Info*/); 324 (Session.Info) args.arg3); 361 (Session.Info) args.arg3); 390 args.arg3 = connection; 403 args.arg3 = conference; 617 args.arg3 = sessionInfo; 627 args.arg3 = extras; 682 args.arg3 = sessionInfo;
|
D | ConnectionService.java | 261 args.arg3 = request; 296 args.arg3 = Log.createSubsession(); 318 args.arg3 = request; 353 args.arg3 = Log.createSubsession(); 370 args.arg3 = Log.createSubsession(); 438 args.arg3 = Log.createSubsession(); 480 args.arg3 = Log.createSubsession(); 496 args.arg3 = Log.createSubsession(); 511 args.arg3 = Log.createSubsession(); 579 args.arg3 = Log.createSubsession(); [all …]
|
D | CallRedirectionService.java | 171 onPlaceCall((Uri) args.arg2, (PhoneAccountHandle) args.arg3, 199 args.arg3 = initialPhoneAccount; in placeCall()
|
D | VideoCallImpl.java | 89 args.arg3 = responseProfile; in receiveSessionModifyResponse() 172 VideoProfile responseProfile = (VideoProfile) args.arg3; in handleMessage()
|
/frameworks/base/core/java/android/app/ |
D | InstantAppResolverService.java | 229 args.arg3 = userId; in onBind() 245 args.arg3 = userId; in onBind() 292 final int userId = (int) args.arg3; 309 final int userId = (int) args.arg3;
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediacodec-arm.policy | 26 mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
|
D | mediaswcodec-arm64.policy | 38 mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
|
D | mediaswcodec-arm.policy | 34 mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
D | mediaextractor-arm.policy | 57 mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 81 …public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, S… in acquireWakeLock() argument 87 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, int arg3) in acquireWakeLockWithUid() argument
|
D | BridgeContext.java | 1216 public boolean bindService(Intent arg0, int arg1, Executor arg2, ServiceConnection arg3) { in bindService() argument 1222 int arg1, String arg2, Executor arg3, ServiceConnection arg4) { in bindIsolatedService() argument 1263 public int checkPermission(String arg0, int arg1, int arg2, IBinder arg3) { in checkPermission() argument 1269 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3) { in checkUriPermission() argument 1275 public int checkUriPermission(Uri arg0, int arg1, int arg2, int arg3, IBinder arg4) { in checkUriPermission() argument 1281 public int checkUriPermission(Uri arg0, String arg1, String arg2, int arg3, in checkUriPermission() argument 1379 public void enforcePermission(String arg0, int arg1, int arg2, String arg3) { in enforcePermission() argument 1385 public void enforceUriPermission(Uri arg0, int arg1, int arg2, int arg3, in enforceUriPermission() argument 1393 int arg3, int arg4, int arg5, String arg6) { in enforceUriPermission() argument 1593 CursorFactory arg2, DatabaseErrorHandler arg3) { in openOrCreateDatabase() argument [all …]
|
D | BridgeContentProvider.java | 101 Bundle arg3, ICancellationSignal arg4) throws RemoteException { in query() argument 108 String[] arg3) throws RemoteException { in update() argument
|
/frameworks/base/core/java/android/view/ |
D | AccessibilityInteractionController.java | 176 args.arg3 = interactiveRegion; in findAccessibilityNodeInfoByAccessibilityIdClientThread() 240 requestPreparerArgs.arg3 = requestArguments; in holdOffMessageIfNeeded() 265 final Bundle requestArguments = (Bundle) args.arg3; in prepareForExtraDataRequestUiThread() 327 final Region interactiveRegion = (Region) args.arg3; in findAccessibilityNodeInfoByAccessibilityIdUiThread() 363 args.arg3 = viewId; in findAccessibilityNodeInfosByViewIdClientThread() 379 final String viewId = (String) args.arg3; in findAccessibilityNodeInfosByViewIdUiThread() 421 args.arg3 = spec; in findAccessibilityNodeInfosByTextClientThread() 438 final MagnificationSpec spec = (MagnificationSpec) args.arg3; in findAccessibilityNodeInfosByTextUiThread() 507 args.arg3 = interactiveRegion; in findFocusClientThread() 525 final Region interactiveRegion = (Region) args.arg3; in findFocusUiThread() [all …]
|
/frameworks/compile/slang/lit-tests/padding/ |
D | more_structs.rscript | 71 // CHECK-JAVA-INVOKE: public void invoke_check_five_struct(byte arg1, long arg2, short arg3, l… 76 // CHECK-JAVA-INVOKE-NEXT: check_five_struct_fp.addI16(arg3); 116 void check_five_struct(char arg1, long arg2, short arg3, long arg4, half arg5) { 119 (g_five_struct.f3 != arg3) ||
|
/frameworks/base/cmds/idmap2/tests/ |
D | CommandLineOptionsTests.cpp | 209 std::string arg3; in TEST() local 219 .OptionalOption("--dd", "description-dd", &arg3) in TEST()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputService.java | 137 args.arg3 = inputId; in onBind() 1888 args.arg3 = mProxySessionCallback; 1895 args.arg3 = mProxySessionCallback; 2034 String inputId = (String) args.arg3; 2078 someArgs.arg3 = cb; 2089 ITvInputSessionCallback cb = (ITvInputSessionCallback) args.arg3;
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1322 args.arg3 = reason; in onNotificationRemoved() 1417 args.arg3 = channel; in onNotificationChannelModification() 1430 args.arg3 = group; in onNotificationChannelGroupModification() 2042 int reason = (int) args.arg3; 2071 NotificationChannel channel = (NotificationChannel) args.arg3; 2080 NotificationChannelGroup group = (NotificationChannelGroup) args.arg3;
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 324 uint32_t arg3; in TEST_F() member 339 .arg3 = 0, in TEST_F()
|