| /frameworks/base/core/jni/ |
| D | android_view_ThreadedRenderer.cpp | 616 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 …]
|
| D | android_view_Surface.cpp | 505 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/ |
| D | NetworkUpdateResult.java | 33 public NetworkUpdateResult(boolean ip, boolean proxy) { in NetworkUpdateResult() 55 public void setProxyChanged(boolean proxy) { in setProxyChanged()
|
| /frameworks/base/core/java/android/net/ |
| D | PacProxySelector.java | 103 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
|
| D | Proxy.java | 134 java.net.Proxy proxy = getProxy(ctx, null); in getHost() local 151 java.net.Proxy proxy = getProxy(ctx, null); in getPort() local
|
| D | Network.java | 253 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/ |
| D | IBluetoothManager.aidl | 43 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService() 44 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
|
| D | BluetoothProfile.java | 221 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected()
|
| D | BluetoothPbap.java | 100 public void onServiceConnected(BluetoothPbap proxy); in onServiceConnected()
|
| /frameworks/base/location/java/android/location/ |
| D | IGeofenceProvider.aidl | 27 void setGeofenceHardware(in IGeofenceHardware proxy); in setGeofenceHardware()
|
| /frameworks/av/services/audioflinger/ |
| D | RecordTracks.h | 117 void setPeerProxy(PatchProxyBufferProvider *proxy) { mPeerProxy = proxy; } in setPeerProxy()
|
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| D | PacManager.java | 168 public synchronized boolean setCurrentProxyScriptUrl(ProxyInfo proxy) { in setCurrentProxyScriptUrl() 386 private void sendPacBroadcast(ProxyInfo proxy) { in sendPacBroadcast()
|
| /frameworks/av/media/libstagefright/filters/ |
| D | GraphicBufferListener.cpp | 50 sp<BufferQueue::ProxyConsumerListener> proxy = in init() local
|
| /frameworks/av/media/libstagefright/ |
| D | CameraSource.cpp | 162 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()
|
| D | CameraSourceTimeLapse.cpp | 39 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera() 68 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | BluetoothManagerService.java | 741 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/ |
| D | DcAsyncChannel.java | 287 public void reqSetLinkPropertiesHttpProxy(ProxyInfo proxy) { in reqSetLinkPropertiesHttpProxy() 295 public void setLinkPropertiesHttpProxySync(ProxyInfo proxy) { in setLinkPropertiesHttpProxySync()
|
| D | ApnSetting.java | 51 public final String proxy; field in ApnSetting 128 String proxy, String port, in ApnSetting()
|
| /frameworks/native/libs/binder/ |
| D | IPCThreadState.cpp | 691 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/ |
| D | TestSceneRunner.cpp | 85 std::unique_ptr<RenderProxy> proxy(new RenderProxy(false, in run() local
|
| /frameworks/base/services/core/java/com/android/server/location/ |
| D | GeocoderProxy.java | 44 GeocoderProxy proxy = new GeocoderProxy(context, overlaySwitchResId, in createAndBind() local
|
| D | GeofenceProxy.java | 69 GeofenceProxy proxy = new GeofenceProxy(context, overlaySwitchResId, in createAndBind() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
| D | PbapServerProfile.java | 56 public void onServiceConnected(BluetoothPbap proxy) { in onServiceConnected()
|
| D | PanProfile.java | 55 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
|
| D | HfpClientProfile.java | 63 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
|