/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgePowerManager.java | 127 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, in acquireWakeLock() argument 134 public void acquireWakeLockAsync(IBinder arg0, int arg1, String arg2, String arg2_5, in acquireWakeLockAsync() argument 140 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, in acquireWakeLockWithUid() argument 162 public void crash(String arg0) throws RemoteException { in crash() argument 167 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException { in goToSleep() argument 172 public void goToSleepWithDisplayId(int arg0, long arg1, int arg2, int arg3) in goToSleepWithDisplayId() argument 178 public void nap(long arg0) throws RemoteException { in nap() argument 203 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLock() argument 208 public void releaseWakeLockAsync(IBinder arg0, int arg1) throws RemoteException { in releaseWakeLockAsync() argument 213 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException { in updateWakeLockUids() argument [all …]
|
D | BridgeContentProvider.java | 49 String authority, ArrayList<ContentProviderOperation> arg0) in applyBatch() argument 56 public int bulkInsert(AttributionSource attributionSource, Uri arg0, in bulkInsert() argument 64 String arg0, String arg1, Bundle arg2) throws RemoteException { in call() argument 70 public int delete(AttributionSource attributionSource, Uri arg0, Bundle arg1) in delete() argument 77 public String getType(AttributionSource attributionSource, Uri arg0) throws RemoteException { in getType() argument 99 public String getTypeAnonymous(Uri arg0) throws RemoteException { in getTypeAnonymous() argument 119 public Uri insert(AttributionSource attributionSource, Uri arg0, ContentValues arg1, in insert() argument 127 Uri arg0, String arg1, ICancellationSignal signal) in openAssetFile() argument 134 public ParcelFileDescriptor openFile(AttributionSource attributionSource, Uri arg0, in openFile() argument 142 public Cursor query(AttributionSource attributionSource, Uri arg0, String[] arg1, in query() argument [all …]
|
D | BridgeContext.java | 1343 public boolean bindService(Intent arg0, ServiceConnection arg1, int arg2) { in bindService() argument 1349 public boolean bindService(Intent arg0, int arg1, Executor arg2, ServiceConnection arg3) { in bindService() argument 1354 public boolean bindIsolatedService(Intent arg0, in bindIsolatedService() argument 1360 public int checkCallingOrSelfPermission(String arg0) { in checkCallingOrSelfPermission() argument 1366 public int checkCallingOrSelfUriPermission(Uri arg0, int arg1) { in checkCallingOrSelfUriPermission() argument 1372 public int checkCallingPermission(String arg0) { in checkCallingPermission() argument 1378 public int checkCallingUriPermission(Uri arg0, int arg1) { in checkCallingUriPermission() argument 1384 public int checkPermission(String arg0, int arg1, int arg2) { in checkPermission() argument 1390 public int checkSelfPermission(String arg0) { in checkSelfPermission() argument 1396 public int checkPermission(String arg0, int arg1, int arg2, IBinder arg3) { in checkPermission() argument [all …]
|
D | ApplicationContext.java | 1245 public boolean bindService(Intent arg0, int arg1, Executor arg2, ServiceConnection arg3) { in bindService() argument 1248 return context.bindService(arg0, arg1, arg2, arg3); in bindService() 1254 public boolean bindIsolatedService(Intent arg0, in bindIsolatedService() argument 1258 return context.bindIsolatedService(arg0, arg1, arg2, arg3, arg4); in bindIsolatedService() 1264 public Context createPackageContextAsUser(String arg0, int arg1, UserHandle user) in createPackageContextAsUser() argument 1268 return context.createPackageContextAsUser(arg0, arg1, user); in createPackageContextAsUser()
|
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | x86_64.h | 478 inline void Assembler::Vmovapd(XMMRegister arg0, XMMRegister arg1) { in Vmovapd() argument 479 if (arg0.num < 8 && arg1.num >= 8) { in Vmovapd() 481 VectorRegister128Bit(arg0)); in Vmovapd() 483 EmitInstruction<Opcodes<0xc4, 0x01, 0x01, 0x28>>(VectorRegister128Bit(arg0), in Vmovapd() 487 inline void Assembler::Vmovaps(XMMRegister arg0, XMMRegister arg1) { in Vmovaps() argument 488 if (arg0.num < 8 && arg1.num >= 8) { in Vmovaps() 490 VectorRegister128Bit(arg0)); in Vmovaps() 492 EmitInstruction<Opcodes<0xc4, 0x01, 0x00, 0x28>>(VectorRegister128Bit(arg0), in Vmovaps() 496 inline void Assembler::Vmovdqa(XMMRegister arg0, XMMRegister arg1) { in Vmovdqa() argument 497 if (arg0.num < 8 && arg1.num >= 8) { in Vmovdqa() [all …]
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
D | PhonePipKeepClearAlgorithmTest.java | 114 Rect arg0 = invocation.getArgument(0); in adjust_withCollidingRestrictedKeepClearArea_moveBounds() 115 arg0.set(DISPLAY_BOUNDS); in adjust_withCollidingRestrictedKeepClearArea_moveBounds() 132 Rect arg0 = invocation.getArgument(0); in adjust_withNonCollidingRestrictedKeepClearArea_boundsUnchanged() 133 arg0.set(DISPLAY_BOUNDS); in adjust_withNonCollidingRestrictedKeepClearArea_boundsUnchanged() 151 Rect arg0 = invocation.getArgument(0); in adjust_withCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged() 152 arg0.set(DISPLAY_BOUNDS); in adjust_withCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged() 170 Rect arg0 = invocation.getArgument(0); in adjust_withNonCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged() 171 arg0.set(DISPLAY_BOUNDS); in adjust_withNonCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged() 189 Rect arg0 = invocation.getArgument(0); in adjust_aboveDisplayBounds_onLeftEdge_appliesBottomLeftGravity() 190 arg0.set(DISPLAY_BOUNDS); in adjust_aboveDisplayBounds_onLeftEdge_appliesBottomLeftGravity() [all …]
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | WindowManagerImpl.java | 104 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { in addView() argument 153 event.offsetLocation(-arg0.getX(), -arg0.getY()); in addView() 154 return arg0.dispatchTouchEvent(event); in addView() 157 if (arg0 instanceof DecorView) { in addView() 183 mCurrentRootView.addView(arg0, frameLayoutParams); in addView() 184 ViewRootImpl_Accessor.setChild(mBaseRootView.getViewRootImpl(), arg0); in addView() local 188 public void removeView(View arg0) { in removeView() argument 189 ViewRootImpl viewRootImpl = arg0.getViewRootImpl(); in removeView() 191 mCurrentRootView.removeView(arg0); in removeView() 197 if (viewRootImpl != null && viewRootImpl.getView() == arg0) { in removeView() [all …]
|
/frameworks/compile/slang/ |
D | slang_rs_foreach_lowering.cpp | 120 clang::Expr* arg0 = CE->getArg(0); in matchKernelLaunchCall() local 121 const clang::FunctionDecl* kernel = matchFunctionDesignator(arg0); in matchKernelLaunchCall() 124 mCtxt->ReportError(arg0->getExprLoc(), in matchKernelLaunchCall() 255 const clang::Expr* arg0 = CE->getArg(0); in VisitCallExpr() local 256 const clang::SourceLocation Loc(arg0->getLocStart()); in VisitCallExpr()
|
/frameworks/av/services/medialog/ |
D | MediaLogService.cpp | 109 const String8 arg0(args[0]); in dump() local 110 if (!strcmp(arg0.c_str(), "-r")) { in dump()
|
/frameworks/av/media/codec2/hal/services/seccomp_policy/ |
D | android.hardware.media.c2-default-arm.policy | 80 #prctl: arg0 == PR_GET_NO_NEW_PRIVS || arg0 == 0x53564d41
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediaswcodec-arm.policy | 80 #prctl: arg0 == PR_GET_NO_NEW_PRIVS || arg0 == 0x53564d41
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | DataVerify.java | 113 public IBinder onBind(Intent arg0) { in onBind() argument
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
D | LocalRenderer.java | 665 public void surfaceDestroyed(SurfaceHolder arg0) { in isHolderReady() 669 public void surfaceCreated(SurfaceHolder arg0) { in isHolderReady() 671 player.setDisplay(arg0); in isHolderReady() 677 public void surfaceChanged(SurfaceHolder arg0, int arg1, int arg2, int arg3) { in isHolderReady()
|
/frameworks/native/services/vibratorservice/test/ |
D | test_utils.h | 44 arg0(); in ACTION()
|
D | VibratorManagerHalWrapperAidlTest.cpp | 133 if (arg0 != nullptr) { in ACTION() 134 arg0->onComplete(); in ACTION()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 1060 public void onAnimationEnd(Animation arg0) { in runEnterAnimation() 1065 public void onAnimationRepeat(Animation arg0) { in runEnterAnimation() 1069 public void onAnimationStart(Animation arg0) { in runEnterAnimation() 1149 public void onAnimationEnd(Animation arg0) { in runExitAnimation() 1154 public void onAnimationRepeat(Animation arg0) { in runExitAnimation() 1158 public void onAnimationStart(Animation arg0) { in runExitAnimation()
|
/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_exec_test.cc | 186 auto* func_ptr = +[](uint64_t arg0, in TEST() 192 uint64_t res = arg0 + arg1 + arg2 + arg3 + arg4 + arg5; in TEST() 232 auto* func_ptr = +[](uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4) { in TEST() argument 233 uint64_t one = arg0 + arg1 + arg2 + arg3 + arg4; in TEST() 276 auto* func_ptr = +[](double arg0, in TEST() 284 double res = arg0 + arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7; in TEST()
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 318 uint32_t arg0; in TEST_F() member 327 .arg0 = 0, in TEST_F()
|
/frameworks/base/apct-tests/perftests/core/src/android/os/ |
D | StrictModeTest.java | 118 public void onServiceDisconnected(ComponentName arg0) { in causeCrossProcessThreadViolations()
|
/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/ |
D | ExtendedMockitoRuleTest.java | 685 public MockitoFramework removeListener(MockitoListener arg0) { in removeListener() argument 705 public void clearInlineMock(Object arg0) { in clearInlineMock() argument 709 public MockitoFramework addListener(MockitoListener arg0) { in addListener() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DataLoaderManagerService.java | 210 public void onServiceDisconnected(ComponentName arg0) {
|
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translator.h | 100 Register arg0, in Ecall() argument 106 UNUSED(syscall_nr, arg0, arg1, arg2, arg3, arg4, arg5); in Ecall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellBroadcastServiceManager.java | 305 public void onServiceDisconnected(ComponentName arg0) { in onServiceDisconnected() argument
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestActivity.java | 336 public void onServiceDisconnected(ComponentName arg0) {
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | IPControls.java | 164 public boolean onItemLongClick(AdapterView<?> arg0, View arg1, in init()
|