/frameworks/base/core/java/android/webkit/ |
D | HTML5VideoView.java | 167 HTML5VideoViewProxy proxy) { in generateHeaders() argument 168 boolean isPrivate = proxy.getWebView().isPrivateBrowsingEnabled(); in generateHeaders() 181 public void setVideoURI(String uri, HTML5VideoViewProxy proxy) { in setVideoURI() argument 184 mHeaders = generateHeaders(uri, proxy); in setVideoURI() 188 public void setOnCompletionListener(HTML5VideoViewProxy proxy) { in setOnCompletionListener() argument 189 mPlayer.setOnCompletionListener(proxy); in setOnCompletionListener() 192 public void setOnErrorListener(HTML5VideoViewProxy proxy) { in setOnErrorListener() argument 193 mPlayer.setOnErrorListener(proxy); in setOnErrorListener() 196 public void setOnPreparedListener(HTML5VideoViewProxy proxy) { in setOnPreparedListener() argument 197 mProxy = proxy; in setOnPreparedListener() [all …]
|
D | HTML5VideoViewProxy.java | 146 HTML5VideoViewProxy proxy, WebViewClassic webView) { in enterFullScreenVideo() argument 175 mHTML5VideoView = new HTML5VideoFullScreen(proxy.getContext(), in enterFullScreenVideo() 178 mCurrentProxy = proxy; in enterFullScreenVideo() 180 mHTML5VideoView.enterFullScreenVideoState(layerId, proxy, webView); in enterFullScreenVideo() 183 public static void exitFullScreenVideo(HTML5VideoViewProxy proxy, in exitFullScreenVideo() argument 196 public static void play(String url, int time, HTML5VideoViewProxy proxy, in play() argument 211 && mCurrentProxy != proxy) { in play() 212 mCurrentProxy = proxy; in play() 214 mHTML5VideoView.setVideoURI(url, proxy); in play() 215 mHTML5VideoView.reprepareData(proxy); in play() [all …]
|
D | HTML5VideoInline.java | 52 public void prepareDataAndDisplayMode(HTML5VideoViewProxy proxy) { in prepareDataAndDisplayMode() argument 53 super.prepareDataAndDisplayMode(proxy); in prepareDataAndDisplayMode() 54 setFrameAvailableListener(proxy); in prepareDataAndDisplayMode() 59 mPlayer.setWakeMode(proxy.getContext(), PowerManager.FULL_WAKE_LOCK); in prepareDataAndDisplayMode() 65 public void pauseAndDispatch(HTML5VideoViewProxy proxy) { in pauseAndDispatch() argument 66 super.pauseAndDispatch(proxy); in pauseAndDispatch()
|
D | WebBackForwardList.java | 40 /*package*/ WebBackForwardList(CallbackProxy proxy) { in WebBackForwardList() argument 43 mCallbackProxy = proxy; in WebBackForwardList()
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 39 private void proxy(Runnable runnable) { in proxy() method in SipSessionListenerProxy 48 proxy(new Runnable() { in onCalling() 62 proxy(new Runnable() { in onRinging() 75 proxy(new Runnable() { in onRingingBack() 89 proxy(new Runnable() { in onCallEstablished() 102 proxy(new Runnable() { in onCallEnded() 116 proxy(new Runnable() { in onCallTransferring() 129 proxy(new Runnable() { in onCallBusy() 143 proxy(new Runnable() { in onCallChangeFailed() 157 proxy(new Runnable() { in onError() [all …]
|
/frameworks/base/tools/aidl/ |
D | generate_java_binder.cpp | 385 Method* proxy = new Method; in generate_method() local 386 proxy->comment = gather_comments(method->comments_token->extra); in generate_method() 387 proxy->modifiers = PUBLIC; in generate_method() 388 proxy->returnType = NAMES.Search(method->type.type.data); in generate_method() 389 proxy->returnTypeDimension = method->type.dimension; in generate_method() 390 proxy->name = method->name.data; in generate_method() 391 proxy->statements = new StatementBlock; in generate_method() 394 proxy->parameters.push_back(new Variable( in generate_method() 399 proxy->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in generate_method() 400 proxyClass->elements.push_back(proxy); in generate_method() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | NetworkUpdateResult.java | 33 public NetworkUpdateResult(boolean ip, boolean proxy) { in NetworkUpdateResult() argument 36 proxyChanged = proxy; in NetworkUpdateResult() 55 public void setProxyChanged(boolean proxy) { in setProxyChanged() argument 56 proxyChanged = proxy; in setProxyChanged()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDInputTree.h | 101 proxy::hook<Positional>(pFrom.m_pNode, pTo.m_pNode); in connect() 111 proxy::hook<Inclusive>(pFrom.m_pNode, pTo.m_pNode); in connect() 199 proxy::hook<TreeIteratorBase::Leftward>(pPosition.m_pNode, in insert() 202 proxy::hook<DIRECT>(pPosition.m_pNode, in insert() 213 proxy::hook<TreeIteratorBase::Leftward>(pPosition.m_pNode, in enterGroup() 216 proxy::hook<DIRECT>(pPosition.m_pNode, in enterGroup() 228 proxy::hook<TreeIteratorBase::Leftward>(pPosition.m_pNode, in insert() 231 proxy::hook<DIRECT>(pPosition.m_pNode, in insert()
|
/frameworks/base/core/java/android/net/ |
D | Proxy.java | 146 java.net.Proxy proxy = getProxy(ctx, null); in getHost() local 147 if (proxy == java.net.Proxy.NO_PROXY) return null; in getHost() 149 return ((InetSocketAddress)(proxy.address())).getHostName(); in getHost() 163 java.net.Proxy proxy = getProxy(ctx, null); in getPort() local 164 if (proxy == java.net.Proxy.NO_PROXY) return -1; in getPort() 166 return ((InetSocketAddress)(proxy.address())).getPort(); in getPort() 307 HttpHost proxy = getPreferredHttpHost(mContext, target.getHostName()); in determineRoute() local 308 if (proxy == null) { in determineRoute() 311 return new HttpRoute(target, null, proxy, false); in determineRoute()
|
D | ProxyProperties.java | 118 java.net.Proxy proxy = java.net.Proxy.NO_PROXY; in makeProxy() local 122 proxy = new java.net.Proxy(java.net.Proxy.Type.HTTP, inetSocketAddress); in makeProxy() 126 return proxy; in makeProxy()
|
D | LinkProperties.java | 130 public void setHttpProxy(ProxyProperties proxy) { in setHttpProxy() argument 131 mHttpProxy = proxy; in setHttpProxy() 168 String proxy = (mHttpProxy == null ? "" : "HttpProxy: " + mHttpProxy.toString() + " "); in toString() local 170 return ifaceName + linkAddresses + routes + dns + proxy; in toString()
|
/frameworks/av/include/media/stagefright/ |
D | CameraSource.h | 72 const sp<ICameraRecordingProxy> &proxy, 159 CameraSource(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, 199 status_t init(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, 204 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, 209 const sp<ICameraRecordingProxy>& proxy,
|
D | CameraSourceTimeLapse.h | 36 const sp<ICameraRecordingProxy> &proxy, 109 const sp<ICameraRecordingProxy> &proxy,
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ApnSetting.java | 28 public final String proxy; field in ApnSetting 55 String proxy, String port, in ApnSetting() argument 63 this.proxy = proxy; in ApnSetting() 162 .append(", ").append(proxy) in toString()
|
D | DataConnectionAc.java | 332 public void reqSetLinkPropertiesHttpProxy(ProxyProperties proxy) { in reqSetLinkPropertiesHttpProxy() argument 333 sendMessage(REQ_SET_LINK_PROPERTIES_HTTP_PROXY, proxy); in reqSetLinkPropertiesHttpProxy() 334 if (DBG) log("reqSetLinkPropertiesHttpProxy proxy=" + proxy); in reqSetLinkPropertiesHttpProxy() 340 public void setLinkPropertiesHttpProxySync(ProxyProperties proxy) { in setLinkPropertiesHttpProxySync() argument 342 sendMessageSynchronously(REQ_SET_LINK_PROPERTIES_HTTP_PROXY, proxy); in setLinkPropertiesHttpProxySync()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeBase.h | 30 namespace proxy 70 proxy::move<DIRECT>(m_pNode); in move() 86 namespace proxy
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 132 const sp<ICameraRecordingProxy>& proxy, in CreateFromCamera() argument 139 CameraSource *source = new CameraSource(camera, proxy, cameraId, in CreateFromCamera() 147 const sp<ICameraRecordingProxy>& proxy, in CameraSource() argument 170 mInitCheck = init(camera, proxy, cameraId, in CameraSource() 181 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, in isCameraAvailable() argument 195 mCameraRecordingProxy = proxy; in isCameraAvailable() 465 const sp<ICameraRecordingProxy>& proxy, in init() argument 474 err = initWithCameraAccess(camera, proxy, cameraId, in init() 483 const sp<ICameraRecordingProxy>& proxy, in initWithCameraAccess() argument 491 if ((err = isCameraAvailable(camera, proxy, cameraId)) != OK) { in initWithCameraAccess()
|
D | CameraSourceTimeLapse.cpp | 37 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera() argument 45 CameraSourceTimeLapse(camera, proxy, cameraId, in CreateFromCamera() 60 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse() argument 66 : CameraSource(camera, proxy, cameraId, videoSize, videoFrameRate, surface, true), in CameraSourceTimeLapse()
|
D | SurfaceMediaSource.cpp | 68 sp<BufferQueue::ConsumerListener> proxy; in SurfaceMediaSource() local 70 proxy = new BufferQueue::ProxyConsumerListener(listener); in SurfaceMediaSource() 72 status_t err = mBufferQueue->consumerConnect(proxy); in SurfaceMediaSource()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 312 public void onServiceConnected(int profile, BluetoothProfile proxy) { 316 mA2dp = (BluetoothA2dp) proxy; 319 mHeadset = (BluetoothHeadset) proxy; 322 mInput = (BluetoothInputDevice) proxy; 325 mPan = (BluetoothPan) proxy; 923 BluetoothProfile proxy = connectProxy(adapter, profile); in connectProfile() local 924 assertNotNull(proxy); in connectProfile() 928 int state = proxy.getConnectionState(device); in connectProfile() 940 assertTrue(((BluetoothA2dp)proxy).connect(device)); in connectProfile() 942 assertTrue(((BluetoothHeadset)proxy).connect(device)); in connectProfile() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothAdapter.java | 1207 public void closeProfileProxy(int profile, BluetoothProfile proxy) { in closeProfileProxy() argument 1208 if (proxy == null) return; in closeProfileProxy() 1212 BluetoothHeadset headset = (BluetoothHeadset)proxy; in closeProfileProxy() 1216 BluetoothA2dp a2dp = (BluetoothA2dp)proxy; in closeProfileProxy() 1220 BluetoothInputDevice iDev = (BluetoothInputDevice)proxy; in closeProfileProxy() 1224 BluetoothPan pan = (BluetoothPan)proxy; in closeProfileProxy() 1228 BluetoothHealth health = (BluetoothHealth)proxy; in closeProfileProxy()
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 625 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification() argument 629 mOut.writeInt32((int32_t)proxy); in requestDeathNotification() 633 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification() argument 637 mOut.writeInt32((int32_t)proxy); in clearDeathNotification() 1067 BpBinder *proxy = (BpBinder*)mIn.readInt32(); in executeCommand() local 1068 proxy->sendObituary(); in executeCommand() 1070 mOut.writeInt32((int32_t)proxy); in executeCommand() 1075 BpBinder *proxy = (BpBinder*)mIn.readInt32(); in executeCommand() local 1076 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()
|
/frameworks/native/include/binder/ |
D | IPCThreadState.h | 73 BpBinder* proxy); 75 BpBinder* proxy);
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ApnSettingTest.java | 30 assertEquals(a1.proxy, a2.proxy); in assertApnSettingEqual()
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 65 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) in setCamera() argument 67 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera() 71 data.writeStrongBinder(proxy->asBinder()); in setCamera() 437 sp<ICameraRecordingProxy> proxy = in onTransact() local 439 reply->writeInt32(setCamera(camera, proxy)); in onTransact()
|