/frameworks/base/core/java/android/webkit/ |
D | HTML5VideoView.java | 192 HTML5VideoViewProxy proxy) { in generateHeaders() 206 public void setVideoURI(String uri, HTML5VideoViewProxy proxy) { in setVideoURI() 213 public void setOnCompletionListener(HTML5VideoViewProxy proxy) { in setOnCompletionListener() 217 public void setOnErrorListener(HTML5VideoViewProxy proxy) { in setOnErrorListener() 221 public void setOnPreparedListener(HTML5VideoViewProxy proxy) { in setOnPreparedListener() 226 public void setOnInfoListener(HTML5VideoViewProxy proxy) { in setOnInfoListener() 230 public void prepareDataCommon(HTML5VideoViewProxy proxy) { in prepareDataCommon() 255 public void reprepareData(HTML5VideoViewProxy proxy) { in reprepareData() 262 public void prepareDataAndDisplayMode(HTML5VideoViewProxy proxy) { in prepareDataAndDisplayMode() 292 public TimeupdateTask(HTML5VideoViewProxy proxy) { in TimeupdateTask() [all …]
|
D | HTML5VideoInline.java | 66 public void prepareDataAndDisplayMode(HTML5VideoViewProxy proxy) { in prepareDataAndDisplayMode() 79 public void pauseAndDispatch(HTML5VideoViewProxy proxy) { in pauseAndDispatch()
|
D | HTML5VideoViewProxy.java | 141 HTML5VideoViewProxy proxy, WebViewClassic webView) { in enterFullScreenVideo() 178 public static void exitFullScreenVideo(HTML5VideoViewProxy proxy, in exitFullScreenVideo() 191 public static void play(String url, int time, HTML5VideoViewProxy proxy, in play() 260 public static boolean isPlaying(HTML5VideoViewProxy proxy) { in isPlaying() 273 public static void seek(int time, HTML5VideoViewProxy proxy) { in seek() 279 public static void pause(HTML5VideoViewProxy proxy) { in pause() 459 public PosterDownloader(String url, HTML5VideoViewProxy proxy) { in PosterDownloader()
|
D | WebBackForwardListClassic.java | 34 /*package*/ WebBackForwardListClassic(CallbackProxy proxy) { in WebBackForwardListClassic()
|
D | HTML5VideoFullScreen.java | 271 HTML5VideoViewProxy proxy, WebViewClassic webView) { in enterFullScreenVideoState()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | NetworkUpdateResult.java | 33 public NetworkUpdateResult(boolean ip, boolean proxy) { in NetworkUpdateResult() 55 public void setProxyChanged(boolean proxy) { in setProxyChanged()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GpsXtraDownloader.java | 118 HttpHost proxy = new HttpHost(proxyHost, proxyPort); in doDownload() local 119 ConnRouteParams.setDefaultProxy(req.getParams(), proxy); in doDownload() local
|
D | GeocoderProxy.java | 43 GeocoderProxy proxy = new GeocoderProxy(context, initialPackageNames, userId); in createAndBind() local
|
D | LocationProviderProxy.java | 59 LocationProviderProxy proxy = new LocationProviderProxy(context, name, action, in createAndBind() local
|
/frameworks/base/core/java/android/net/ |
D | Proxy.java | 146 java.net.Proxy proxy = getProxy(ctx, null); in getHost() local 163 java.net.Proxy proxy = getProxy(ctx, null); in getPort() local 307 HttpHost proxy = getPreferredHttpHost(mContext, target.getHostName()); in determineRoute() local
|
D | LinkProperties.java | 130 public void setHttpProxy(ProxyProperties proxy) { in setHttpProxy() 168 String proxy = (mHttpProxy == null ? "" : "HttpProxy: " + mHttpProxy.toString() + " "); in toString() local
|
D | ProxyProperties.java | 118 java.net.Proxy proxy = java.net.Proxy.NO_PROXY; in makeProxy() local
|
D | LinkSocket.java | 61 public LinkSocket(LinkSocketNotifier notifier, Proxy proxy) { in LinkSocket()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 136 const sp<ICameraRecordingProxy>& proxy, in CreateFromCamera() 151 const sp<ICameraRecordingProxy>& proxy, in CameraSource() 186 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, in isCameraAvailable() 470 const sp<ICameraRecordingProxy>& proxy, in init() 488 const sp<ICameraRecordingProxy>& proxy, in initWithCameraAccess()
|
D | CameraSourceTimeLapse.cpp | 37 const sp<ICameraRecordingProxy> &proxy, in CreateFromCamera() 60 const sp<ICameraRecordingProxy>& proxy, in CameraSourceTimeLapse()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ApnSetting.java | 28 public final String proxy; field in ApnSetting 55 String proxy, String port, in ApnSetting()
|
D | DataConnectionAc.java | 332 public void reqSetLinkPropertiesHttpProxy(ProxyProperties proxy) { in reqSetLinkPropertiesHttpProxy() 340 public void setLinkPropertiesHttpProxySync(ProxyProperties proxy) { in setLinkPropertiesHttpProxySync()
|
/frameworks/base/tools/aidl/ |
D | generate_java_binder.cpp | 385 Method* proxy = new Method; in generate_method() local 496 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy) in generate_interface_descriptors() 537 ProxyClass* proxy = new ProxyClass( in generate_binder_interface_class() local
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 169 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected()
|
D | BluetoothPbap.java | 101 public void onServiceConnected(BluetoothPbap proxy); in onServiceConnected()
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 620 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification() 628 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification() 1064 BpBinder *proxy = (BpBinder*)mIn.readInt32(); in executeCommand() local 1072 BpBinder *proxy = (BpBinder*)mIn.readInt32(); in executeCommand() local
|
/frameworks/base/core/java/android/net/http/ |
D | HttpsConnection.java | 141 HttpsConnection(Context context, HttpHost host, HttpHost proxy, in HttpsConnection()
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 39 private void proxy(Runnable runnable) { in proxy() method in SipSessionListenerProxy
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 65 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) in setCamera() 437 sp<ICameraRecordingProxy> proxy = in onTransact() local
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaRecorderClient.cpp | 73 const sp<ICameraRecordingProxy>& proxy) in setCamera()
|