| /frameworks/base/services/core/java/com/android/server/media/ |
| D | MediaRoute2ProviderWatcher.java | 119 MediaRoute2ProviderServiceProxy proxy = in scanPackages() local 127 MediaRoute2ProviderServiceProxy proxy = mProxies.get(sourceIndex); in scanPackages() local 138 MediaRoute2ProviderServiceProxy proxy = mProxies.get(i); in scanPackages() local 149 MediaRoute2ProviderServiceProxy proxy = mProxies.get(i); in findProvider() local 174 void onAddProviderService(@NonNull MediaRoute2ProviderServiceProxy proxy); in onAddProviderService() 175 void onRemoveProviderService(@NonNull MediaRoute2ProviderServiceProxy proxy); in onRemoveProviderService()
|
| /frameworks/base/libs/hwui/jni/ |
| D | android_graphics_HardwareRenderer.cpp | 147 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_getRenderThreadTid() local 162 RenderProxy* proxy = new RenderProxy(translucent, rootRenderNode, &factory); in android_view_ThreadedRenderer_createProxy() local 168 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_deleteProxy() local 174 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_loadSystemProperties() local 180 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setName() local 188 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setSurface() local 207 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setSurfaceControl() local 214 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_pause() local 220 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setStopped() local 226 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setLightAlpha() local [all …]
|
| /frameworks/base/core/java/android/service/autofill/augmented/ |
| D | PresentationParams.java | 65 public final AutofillProxy proxy; field in PresentationParams.Area 69 private Area(@NonNull AutofillProxy proxy, @NonNull Rect bounds) { in Area() 99 public SystemPopupPresentationParams(@NonNull AutofillProxy proxy, @NonNull Rect rect) { in SystemPopupPresentationParams()
|
| D | FillController.java | 44 FillController(@NonNull AutofillProxy proxy) { in FillController()
|
| D | FillCallback.java | 42 FillCallback(@NonNull AutofillProxy proxy) { in FillCallback()
|
| D | AugmentedAutofillService.java | 186 final AutofillProxy proxy = mAutofillProxyForLastRequest; in requestAutofill() local 266 AutofillProxy proxy = mAutofillProxies.get(sessionId); in handleOnFillRequest() local 293 final AutofillProxy proxy = mAutofillProxies.valueAt(i); in handleOnDestroyAllFillWindowsRequest() local 323 final AutofillProxy proxy = mAutofillProxies.valueAt(i); in handleOnUnbind() local 344 final AutofillProxy proxy = mAutofillProxies.valueAt(i); in dump() local
|
| D | FillRequest.java | 131 public FillRequest( in FillRequest()
|
| /frameworks/base/core/java/android/net/ |
| D | PacProxyManager.java | 103 public void setCurrentProxyScriptUrl(@Nullable ProxyInfo proxy) { in setCurrentProxyScriptUrl() 125 void onPacProxyInstalled(@Nullable Network network, @NonNull ProxyInfo proxy); in onPacProxyInstalled() 142 public void onPacProxyInstalled(Network network, ProxyInfo proxy) { in onPacProxyInstalled()
|
| D | PacProxySelector.java | 104 Proxy proxy = proxyFromHostPort(Type.HTTP, trimmed.substring(PROXY.length())); in parseResponse() local 109 Proxy proxy = proxyFromHostPort(Type.SOCKS, trimmed.substring(SOCKS.length())); in parseResponse() local
|
| D | IPacProxyInstalledListener.aidl | 24 void onPacProxyInstalled(in Network network, in ProxyInfo proxy); in onPacProxyInstalled()
|
| D | Proxy.java | 111 java.net.Proxy proxy = getProxy(ctx, null); in getHost() local 129 java.net.Proxy proxy = getProxy(ctx, null); in getPort() local
|
| /frameworks/opt/net/ims/tests/src/com/android/ims/ |
| D | ImsUtTest.java | 102 ImsUt.IImsUtListenerProxy proxy = captor.getValue(); in testClirConversionCompat() local 130 ImsUt.IImsUtListenerProxy proxy = captor.getValue(); in testClipConversionCompat() local
|
| /frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
| D | DomainVerificationProxyTest.kt | 214 val proxy = DomainVerificationProxy.makeProxy<Connection>( in <lambda>() constant 227 val (messages, _, proxy) = prepareProxyV1() in <lambda>() constant 265 val (messages, connection, proxy) = prepareProxyV1() in <lambda>() constant 290 val (messages, connection, proxy) = setup.first in <lambda>() constant 335 val (messages, connection, proxy) = setup.first in <lambda>() constant 384 val (messages, connection, proxy) = setup.first in <lambda>() constant 436 val proxy = DomainVerificationProxy.makeProxy<Connection>( in <lambda>() constant 535 val proxy: DomainVerificationProxy in <lambda>() constant in com.android.server.pm.test.verify.domain.DomainVerificationProxyTest.ProxyV1Setup
|
| /frameworks/base/location/java/android/location/ |
| D | IGeofenceProvider.aidl | 28 void setGeofenceHardware(in IGeofenceHardware proxy); in setGeofenceHardware()
|
| /frameworks/native/libs/binder/rust/src/ |
| D | lib.rs | 97 mod proxy; module
|
| /frameworks/base/services/core/java/com/android/server/sensors/ |
| D | SensorService.java | 92 ProximityListenerProxy proxy = new ProximityListenerProxy(executor, listener); in addProximityActiveListener() local 108 ProximityListenerProxy proxy = mProximityListeners.remove(listener); in removeProximityActiveListener() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/glwallpaper/ |
| D | ImageWallpaperRendererTest.java | 65 final ColorManagementProxy proxy = new ColorManagementProxy(mContext); in testWcgContent() local
|
| /frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
| D | DomainVerificationEnforcer.java | 65 public void assertApprovedQuerent(int callingUid, @NonNull DomainVerificationProxy proxy) { in assertApprovedQuerent() 88 public void assertApprovedVerifier(int callingUid, @NonNull DomainVerificationProxy proxy) in assertApprovedVerifier()
|
| /frameworks/av/services/audiopolicy/service/ |
| D | BinderProxy.h | 79 DeathRecipient(BinderProxy* proxy) : mProxy(proxy) {} in DeathRecipient()
|
| /frameworks/base/core/java/android/app/people/ |
| D | PeopleManager.java | 228 IConversationListener proxy = (IConversationListener) new ConversationListenerProxy( in registerConversationListener() local 253 IConversationListener proxy = mConversationListeners.remove(listener).second; in unregisterConversationListener() local
|
| /frameworks/av/media/libstagefright/ |
| D | CameraSource.cpp | 93 const sp<ICameraRecordingProxy>& proxy, in CreateFromCamera() 109 const sp<ICameraRecordingProxy>& proxy, in CameraSource() 148 const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, in isCameraAvailable() 433 const sp<ICameraRecordingProxy>& proxy, in init() 526 const sp<ICameraRecordingProxy>& proxy, in initWithCameraAccess()
|
| D | CameraSourceTimeLapse.cpp | 40 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera() 67 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse()
|
| /frameworks/base/services/core/java/com/android/server/location/contexthub/ |
| D | IContextHubWrapper.java | 45 android.hardware.contexthub.V1_0.IContexthub proxy = null; in maybeConnectTo1_0() local 64 android.hardware.contexthub.V1_1.IContexthub proxy = null; in maybeConnectTo1_1() local 83 android.hardware.contexthub.V1_2.IContexthub proxy = null; in maybeConnectTo1_2() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
| D | ForegroundServiceDismissalFeatureController.kt | 34 val proxy: DeviceConfigProxy, constant in com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController
|
| /frameworks/native/libs/binder/ |
| D | IPCThreadState.cpp | 757 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) in incStrongHandle() 777 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) in incWeakHandle() 829 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification() 837 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification() 1331 BpBinder *proxy = (BpBinder*)mIn.readPointer(); in executeCommand() local 1339 BpBinder *proxy = (BpBinder*)mIn.readPointer(); in executeCommand() local
|