Home
last modified time | relevance | path

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

123

/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp616 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setAtlas() local
622 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setProcessStatsBuffer() local
628 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_getRenderThreadTid() local
648 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_deleteProxy() local
654 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_loadSystemProperties() local
660 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setName() local
668 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_initialize() local
675 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_updateSurface() local
685 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_pauseSurface() local
695 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); in android_view_ThreadedRenderer_setStopped() local
[all …]
Dandroid_view_Surface.cpp505 RenderProxy* proxy = new RenderProxy(false, rootNode, &factory); in create() local
517 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); in setSurface() local
523 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); in draw() local
532 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); in destroy() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkUpdateResult.java33 public NetworkUpdateResult(boolean ip, boolean proxy) { in NetworkUpdateResult()
55 public void setProxyChanged(boolean proxy) { in setProxyChanged()
/frameworks/base/core/java/android/net/
DPacProxySelector.java103 Proxy proxy = proxyFromHostPort(Type.HTTP, trimmed.substring(PROXY.length())); in parseResponse() local
108 Proxy proxy = proxyFromHostPort(Type.SOCKS, trimmed.substring(SOCKS.length())); in parseResponse() local
DProxy.java134 java.net.Proxy proxy = getProxy(ctx, null); in getHost() local
151 java.net.Proxy proxy = getProxy(ctx, null); in getPort() local
DNetwork.java253 java.net.Proxy proxy = null; in openConnection() local
273 public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { in openConnection()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl43 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
44 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
DBluetoothProfile.java221 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected()
DBluetoothPbap.java100 public void onServiceConnected(BluetoothPbap proxy); in onServiceConnected()
/frameworks/base/location/java/android/location/
DIGeofenceProvider.aidl27 void setGeofenceHardware(in IGeofenceHardware proxy); in setGeofenceHardware()
/frameworks/av/services/audioflinger/
DRecordTracks.h117 void setPeerProxy(PatchProxyBufferProvider *proxy) { mPeerProxy = proxy; } in setPeerProxy()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPacManager.java168 public synchronized boolean setCurrentProxyScriptUrl(ProxyInfo proxy) { in setCurrentProxyScriptUrl()
386 private void sendPacBroadcast(ProxyInfo proxy) { in sendPacBroadcast()
/frameworks/av/media/libstagefright/filters/
DGraphicBufferListener.cpp50 sp<BufferQueue::ProxyConsumerListener> proxy = in init() local
/frameworks/av/media/libstagefright/
DCameraSource.cpp162 const sp<ICameraRecordingProxy>& proxy, in CreateFromCamera()
180 const sp<ICameraRecordingProxy>& proxy, in CameraSource()
219 const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, in isCameraAvailable()
503 const sp<ICameraRecordingProxy>& proxy, in init()
598 const sp<ICameraRecordingProxy>& proxy, in initWithCameraAccess()
DCameraSourceTimeLapse.cpp39 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera()
68 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java741 IBluetoothProfileServiceConnection proxy) { in bindBluetoothProfileService()
777 IBluetoothProfileServiceConnection proxy) { in unbindBluetoothProfileService()
865 private void addProxy(IBluetoothProfileServiceConnection proxy) { in addProxy()
882 private void removeProxy(IBluetoothProfileServiceConnection proxy) { in removeProxy()
1269 IBluetoothProfileServiceConnection proxy = in handleMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcAsyncChannel.java287 public void reqSetLinkPropertiesHttpProxy(ProxyInfo proxy) { in reqSetLinkPropertiesHttpProxy()
295 public void setLinkPropertiesHttpProxySync(ProxyInfo proxy) { in setLinkPropertiesHttpProxySync()
DApnSetting.java51 public final String proxy; field in ApnSetting
128 String proxy, String port, in ApnSetting()
/frameworks/native/libs/binder/
DIPCThreadState.cpp691 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification()
699 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification()
1149 BpBinder *proxy = (BpBinder*)mIn.readPointer(); in executeCommand() local
1157 BpBinder *proxy = (BpBinder*)mIn.readPointer(); in executeCommand() local
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp85 std::unique_ptr<RenderProxy> proxy(new RenderProxy(false, in run() local
/frameworks/base/services/core/java/com/android/server/location/
DGeocoderProxy.java44 GeocoderProxy proxy = new GeocoderProxy(context, overlaySwitchResId, in createAndBind() local
DGeofenceProxy.java69 GeofenceProxy proxy = new GeofenceProxy(context, overlaySwitchResId, in createAndBind() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DPbapServerProfile.java56 public void onServiceConnected(BluetoothPbap proxy) { in onServiceConnected()
DPanProfile.java55 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
DHfpClientProfile.java63 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()

123