Searched defs:proxy (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/av/services/audioflinger/
H A DRecordTracks.h113 void setPeerProxy(PatchProxyBufferProvider *proxy) { mPeerProxy = proxy; } argument
H A DPlaybackTracks.h245 void setPeerProxy(PatchProxyBufferProvider *proxy) { mPeerProxy = proxy; } argument
/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp50 sp<BufferQueue::ProxyConsumerListener> proxy = local
53 err = mConsumer->consumerConnect(proxy, false);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DNetworkUpdateResult.java33 public NetworkUpdateResult(boolean ip, boolean proxy) { argument
36 proxyChanged = proxy;
55 public void setProxyChanged(boolean proxy) { argument
56 proxyChanged = proxy;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java33 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap
38 * are finished with the BluetoothPbap, so that this proxy object can unbind
95 * Called to notify the client when this proxy object has been
100 public void onServiceConnected(BluetoothPbap proxy); argument
103 * Called to notify the client that this proxy object has been
142 * Create a BluetoothPbap proxy object.
210 * @return One of the STATE_ return codes, or STATE_ERROR if this proxy
229 * connecting state, or if this proxy object is not connected to
247 * include connecting). Returns false if not connected, or if this proxy
265 * it may soon be made asynchronous. Returns false if this proxy objec
[all...]
H A DBluetoothProfile.java214 * Called to notify the client when the proxy object has been
218 * @param proxy - One of {@link BluetoothHealth}, {@link BluetoothHeadset} or
221 public void onServiceConnected(int profile, BluetoothProfile proxy); argument
224 * Called to notify the client that this proxy object has been
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPanProfile.java55 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
57 mService = (BluetoothPan) proxy;
178 Log.w(TAG, "Error cleaning up PAN proxy", t);
H A DPbapServerProfile.java56 public void onServiceConnected(BluetoothPbap proxy) { argument
58 mService = (BluetoothPbap) proxy;
144 Log.w(TAG, "Error cleaning up PBAP proxy", t);
H A DA2dpProfile.java59 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
61 mService = (BluetoothA2dp) proxy;
210 Log.w(TAG, "Error cleaning up A2DP proxy", t);
H A DA2dpSinkProfile.java59 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
61 mService = (BluetoothA2dpSink) proxy;
219 Log.w(TAG, "Error cleaning up A2DP proxy", t);
H A DHeadsetProfile.java62 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
64 mService = (BluetoothHeadset) proxy;
223 Log.w(TAG, "Error cleaning up HID proxy", t);
H A DHfpClientProfile.java63 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
65 mService = (BluetoothHeadsetClient) proxy;
229 Log.w(TAG, "Error cleaning up HfpClient proxy", t);
H A DHidProfile.java54 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
56 mService = (BluetoothInputDevice) proxy;
197 Log.w(TAG, "Error cleaning up HID proxy", t);
H A DMapProfile.java62 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
64 mService = (BluetoothMap) proxy;
209 Log.w(TAG, "Error cleaning up MAP proxy", t);
H A DPbapClientProfile.java59 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
63 mService = (BluetoothPbapClient) proxy;
231 Log.w(TAG, "Error cleaning up PBAP Client proxy", t);
H A DSapProfile.java61 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
63 mService = (BluetoothSap) proxy;
212 Log.w(TAG, "Error cleaning up SAP proxy", t);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionListenerProxy.java39 private void proxy(Runnable runnable) { method in class:SipSessionListenerProxy
49 proxy(new Runnable() {
65 proxy(new Runnable() {
80 proxy(new Runnable() {
96 proxy(new Runnable() {
111 proxy(new Runnable() {
127 proxy(new Runnable() {
142 proxy(new Runnable() {
158 proxy(new Runnable() {
174 proxy(ne
[all...]
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp36 const sp<ICameraRecordingProxy>& proxy)
38 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
48 status_t ret = mMediaRecorder->setCamera(camera, proxy);
35 setCamera(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp80 const sp<ICameraRecordingProxy>& proxy)
88 return mRecorder->setCamera(camera, proxy);
79 setCamera(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) argument
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp39 const sp<ICameraRecordingProxy> &proxy,
51 CameraSourceTimeLapse(camera, proxy, cameraId,
68 const sp<ICameraRecordingProxy>& proxy,
78 : CameraSource(camera, proxy, cameraId, clientName, clientUid, clientPid,
37 CreateFromCamera( const sp<hardware::ICamera> &camera, const sp<ICameraRecordingProxy> &proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
66 CameraSourceTimeLapse( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
H A DSurfaceMediaSource.cpp73 sp<BufferQueue::ProxyConsumerListener> proxy = new BufferQueue::ProxyConsumerListener(listener); local
75 status_t err = mConsumer->consumerConnect(proxy, false);
/frameworks/base/core/java/android/net/
H A DNetwork.java251 // TODO: Should this be optimized to avoid fetching the global proxy for every request?
253 java.net.Proxy proxy = null;
255 proxy = proxyInfo.makeProxy();
257 proxy = java.net.Proxy.NO_PROXY;
259 return openConnection(url, proxy);
266 * @param proxy the proxy through which the connection will be established.
269 * @throws IllegalArgumentException if the argument proxy is null.
273 public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { argument
274 if (proxy
[all...]
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java90 * We had bugs where proxy system properties weren't being honored.
115 .setBody("this response comes via a proxy");
125 assertEquals("this response comes via a proxy", contentToString(response));
157 .setBody("this response comes via a secure proxy"));
170 assertEquals("this response comes via a secure proxy", contentToString(response));
173 assertEquals("Connect line failure on proxy " + proxyConfig,
191 server.enqueue(new MockResponse().setBody("Via request parameter proxy!"));
193 System.setProperty("http.proxyHost", "proxy.foo");
200 assertEquals("Via request parameter proxy!", contentToString(response));
209 System.setProperty("http.proxyHost", "proxy
271 configure(MockWebServer proxy, HttpClient client, HttpRequest request) argument
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java63 private static final String ACTION_PAC_REFRESH = "android.net.proxy.PAC_REFRESH";
157 * @param proxy Proxy information that is about to be broadcast.
160 public synchronized boolean setCurrentProxyScriptUrl(ProxyInfo proxy) { argument
161 if (!Uri.EMPTY.equals(proxy.getPacFileUrl())) {
162 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) {
167 mPacUrl = proxy.getPacFileUrl();
249 Log.e(TAG, "setCurrentProxyScript: no proxy service");
293 Log.e(TAG, "No proxy service");
329 Log.d(TAG, "Local proxy i
360 sendPacBroadcast(ProxyInfo proxy) argument
[all...]
/frameworks/native/libs/gui/
H A DConsumerBase.cpp68 sp<IConsumerListener> proxy = new BufferQueue::ProxyConsumerListener(listener); local
70 status_t err = mConsumer->consumerConnect(proxy, controlledByApp);

Completed in 2124 milliseconds

12