Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 25 of 96) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/media/
DMediaRoute2ProviderWatcher.java119 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/
Dandroid_graphics_HardwareRenderer.cpp147 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/
DPresentationParams.java65 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()
DFillController.java44 FillController(@NonNull AutofillProxy proxy) { in FillController()
DFillCallback.java42 FillCallback(@NonNull AutofillProxy proxy) { in FillCallback()
DAugmentedAutofillService.java186 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
DFillRequest.java131 public FillRequest( in FillRequest()
/frameworks/base/core/java/android/net/
DPacProxyManager.java103 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()
DPacProxySelector.java104 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
DIPacProxyInstalledListener.aidl24 void onPacProxyInstalled(in Network network, in ProxyInfo proxy); in onPacProxyInstalled()
DProxy.java111 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/
DImsUtTest.java102 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/
DDomainVerificationProxyTest.kt214 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/
DIGeofenceProvider.aidl28 void setGeofenceHardware(in IGeofenceHardware proxy); in setGeofenceHardware()
/frameworks/native/libs/binder/rust/src/
Dlib.rs97 mod proxy; module
/frameworks/base/services/core/java/com/android/server/sensors/
DSensorService.java92 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/
DImageWallpaperRendererTest.java65 final ColorManagementProxy proxy = new ColorManagementProxy(mContext); in testWcgContent() local
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationEnforcer.java65 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/
DBinderProxy.h79 DeathRecipient(BinderProxy* proxy) : mProxy(proxy) {} in DeathRecipient()
/frameworks/base/core/java/android/app/people/
DPeopleManager.java228 IConversationListener proxy = (IConversationListener) new ConversationListenerProxy( in registerConversationListener() local
253 IConversationListener proxy = mConversationListeners.remove(listener).second; in unregisterConversationListener() local
/frameworks/av/media/libstagefright/
DCameraSource.cpp93 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()
DCameraSourceTimeLapse.cpp40 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera()
67 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse()
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DIContextHubWrapper.java45 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/
DForegroundServiceDismissalFeatureController.kt34 val proxy: DeviceConfigProxy, constant in com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController
/frameworks/native/libs/binder/
DIPCThreadState.cpp757 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

1234