/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/ |
D | DisplayHelper.java | 120 @NonNull IBinder hostToken, int displayId, int width, int height) { in displayHtml() argument 126 hostToken, displayId, width, height, result); in displayHtml() 137 @NonNull IBinder hostToken, int displayId, int width, int height, in createWebView() argument 156 windowContext, display, hostToken); in createWebView()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/request/ |
D | RenderFlow.java | 117 @NonNull IBinder hostToken, in RenderFlow() argument 125 this(slotResultToken, hostToken, displayId, width, height, in RenderFlow() 134 @NonNull IBinder hostToken, in RenderFlow() argument 146 mHostToken = Objects.requireNonNull(hostToken); in RenderFlow()
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/ |
D | OnDevicePersonalizationManagingServiceDelegate.java | 111 @NonNull IBinder hostToken, in requestSurfacePackage() argument 128 Objects.requireNonNull(hostToken); in requestSurfacePackage() 143 slotResultToken, hostToken, displayId, in requestSurfacePackage()
|
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/ |
D | LoadSdkSession.java | 374 IBinder hostToken, in requestSurfacePackage() argument 397 hostToken, displayId, width, height, sandboxLatencyInfo, params, callback); in requestSurfacePackage() 570 IBinder hostToken, in requestSurfacePackage() argument 581 hostToken, in requestSurfacePackage()
|
D | SdkSandboxManagerService.java | 971 IBinder hostToken, 995 hostToken, 1020 IBinder hostToken, 1056 hostToken, displayId, width, height, sandboxLatencyInfo, params, callback);
|
/packages/modules/AdServices/sdksandbox/SdkSandbox/aidl/com/android/sdksandbox/ |
D | ISdkSandboxManagerToSdkSandboxCallback.aidl | 27 …void onSurfacePackageRequested(in IBinder hostToken, int displayId, int width, int height, in Bund… in onSurfacePackageRequested() argument
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/util/ |
D | SurfaceViewUtil.kt | 30 val host = SurfaceControlViewHost(context, display, hostToken) in attachView()
|
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/aidl/ |
D | IOnDevicePersonalizationManagingService.aidl | 39 in IBinder hostToken, in requestSurfacePackage() argument
|
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | SdkSandboxManager.java | 652 IBinder hostToken = params.getBinder(EXTRA_HOST_TOKEN); in requestSurfacePackage() local 653 if (hostToken == null) { in requestSurfacePackage() 670 hostToken, in requestSurfacePackage() local
|
D | ISdkSandboxManager.aidl | 47 …facePackage(in String callingPackageName, in String sdkName, in IBinder hostToken, int displayId, … in requestSurfacePackage() argument
|
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/ |
D | StubSdkSandboxManagerService.java | 70 IBinder hostToken, in requestSurfacePackage() argument
|
D | FakeSdkSandboxService.java | 230 IBinder hostToken, in onSurfacePackageRequested() argument
|
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/ |
D | OnDevicePersonalizationSystemEventManagerTest.java | 151 IBinder hostToken, in requestSurfacePackage() argument
|
D | OnDevicePersonalizationManagerTest.java | 288 IBinder hostToken, in requestSurfacePackage() argument
|