Searched defs:proxy (Results 1 - 25 of 39) sorted by path

12

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp524 // update proxy
581 sp<AudioRecordClientProxy> proxy; local
601 proxy = mProxy;
613 status = proxy->obtainBuffer(&buffer, requested, elapsed);
H A DAudioTrack.cpp1060 // update proxy
1127 sp<AudioTrackClientProxy> proxy; local
1150 proxy = mProxy;
1170 status = proxy->obtainBuffer(&buffer, requested, elapsed);
1442 sp<AudioTrackClientProxy> proxy = mProxy; local
1735 // FIXME not implemented for fast tracks; should use proxy and SSQ
H A DIMediaRecorder.cpp66 status_t setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) argument
68 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
72 data.writeStrongBinder(proxy->asBinder());
454 sp<ICameraRecordingProxy> proxy = local
456 reply->writeInt32(setCamera(camera, proxy));
H A Dmediarecorder.cpp31 status_t MediaRecorder::setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) argument
33 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
43 status_t ret = mMediaRecorder->setCamera(camera, proxy);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp73 const sp<ICameraRecordingProxy>& proxy)
81 return mRecorder->setCamera(camera, proxy);
72 setCamera(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) argument
H A DStagefrightRecorder.cpp213 const sp<ICameraRecordingProxy> &proxy) {
219 if (proxy == 0) {
220 ALOGE("camera proxy is NULL");
225 mCameraProxy = proxy;
212 setCamera(const sp<ICamera> &camera, const sp<ICameraRecordingProxy> &proxy) argument
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp137 const sp<ICameraRecordingProxy>& proxy,
146 CameraSource *source = new CameraSource(camera, proxy, cameraId,
154 const sp<ICameraRecordingProxy>& proxy,
180 mInitCheck = init(camera, proxy, cameraId,
192 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
200 // We get the proxy from Camera, not ICamera. We need to get the proxy
202 // local Camera object created by us. We cannot use the proxy from
206 mCameraRecordingProxy = proxy;
476 const sp<ICameraRecordingProxy>& proxy,
135 CreateFromCamera( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
152 CameraSource( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
191 isCameraAvailable( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid) argument
474 init( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
494 initWithCameraAccess( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
[all...]
H A DCameraSourceTimeLapse.cpp37 const sp<ICameraRecordingProxy> &proxy,
48 CameraSourceTimeLapse(camera, proxy, cameraId,
65 const sp<ICameraRecordingProxy>& proxy,
74 : CameraSource(camera, proxy, cameraId, clientName, clientUid,
35 CreateFromCamera( const sp<ICamera> &camera, const sp<ICameraRecordingProxy> &proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
63 CameraSourceTimeLapse( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
H A DSurfaceMediaSource.cpp69 sp<BufferQueue::ProxyConsumerListener> proxy = new BufferQueue::ProxyConsumerListener(listener); local
71 status_t err = mBufferQueue->consumerConnect(proxy, false);
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp34 #include "net/proxy/proxy_config_service_android.h"
203 std::string proxy; local
205 mProxyConfigService->UpdateProxySettings(proxy, exList);
213 std::string proxy = StringPrintf("%s:%d", host, port).c_str(); local
215 mProxyConfigService->UpdateProxySettings(proxy, exList);
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp80 sp<BufferQueue::ProxyConsumerListener> proxy = new BufferQueue::ProxyConsumerListener(listener); local
82 mInitCheck = mBufferQueue->consumerConnect(proxy, false);
/frameworks/av/services/audioflinger/
H A DThreads.cpp3099 AudioTrackServerProxy *proxy = track->mAudioTrackServerProxy; local
3100 uint32_t vlr = proxy->getVolumeLR();
3118 uint16_t sendLevel = proxy->getSendLevel_U4_12();
3557 AudioTrackServerProxy *proxy = track->mAudioTrackServerProxy; local
3558 uint32_t vlr = proxy->getVolumeLR();
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java48 * a proxy if needed.
338 final String proxy = data.readString();
342 setHttpProxy(proxy, port, exclList, pacFileUrl);
1003 public void setHttpProxy(String proxy, String port, String exclList, argument
1007 data.writeString(proxy);
H A DIApplicationThread.java104 void setHttpProxy(String proxy, String port, String exclList, argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1162 * Get the profile proxy object associated with the profile.
1168 * the connection status and to get the proxy object.
1204 * Close the connection of the profile proxy to the Service.
1207 * the proxy obtained from {@link #getProfileProxy}.
1212 * @param proxy Profile proxy object
1214 public void closeProfileProxy(int profile, BluetoothProfile proxy) { argument
1215 if (proxy == null) return;
1219 BluetoothHeadset headset = (BluetoothHeadset)proxy;
1223 BluetoothA2dp a2dp = (BluetoothA2dp)proxy;
[all...]
H A DBluetoothPbap.java34 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap
39 * are finished with the BluetoothPbap, so that this proxy object can unbind
96 * Called to notify the client when this proxy object has been
101 public void onServiceConnected(BluetoothPbap proxy); argument
104 * Called to notify the client that this proxy object has been
143 * 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.java178 * Called to notify the client when the proxy object has been
182 * @param proxy - One of {@link BluetoothHealth}, {@link BluetoothHeadset} or
185 public void onServiceConnected(int profile, BluetoothProfile proxy); argument
188 * Called to notify the client that this proxy object has been
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DDecorator.java7 * This is an implementation of the 'decorator' design pattern using Java's proxy mechanism.
74 public Object invoke(Object proxy, Method m, Object[] args) argument
/frameworks/base/core/java/android/net/
H A DLinkProperties.java39 * multiple dns servers but only one http proxy.
274 public void setHttpProxy(ProxyProperties proxy) { argument
275 mHttpProxy = proxy;
365 String proxy = (mHttpProxy == null ? "" : "HttpProxy: " + mHttpProxy.toString() + " ");
376 + proxy + stacked + "}";
H A DLinkSocket.java54 * Creates a new unconnected socket usign the given proxy type.
56 * @param proxy the specified proxy for this socket
57 * @throws IllegalArgumentException if the argument proxy is null or of an invalid type.
59 * to connect to the given proxy.
61 public LinkSocket(LinkSocketNotifier notifier, Proxy proxy) { argument
62 if (DBG) log("LinkSocket(notifier, proxy) EX");
/frameworks/base/core/java/android/net/http/
H A DConnection.java70 * The host this connection is connected to. If using proxy,
71 * this is set to the proxy address
124 Context context, HttpHost host, HttpHost proxy,
132 return new HttpsConnection(context, host, proxy, requestFeeder);
123 getConnection( Context context, HttpHost host, HttpHost proxy, RequestFeeder requestFeeder) argument
H A DHttpsConnection.java51 * a http proxy server to a https server.
136 // Used when connecting through a proxy.
142 HttpsConnection(Context context, HttpHost host, HttpHost proxy, argument
145 mProxyHost = proxy;
158 * Opens the connection to a http server or proxy.
168 // If we have a proxy set, we first send a CONNECT request
169 // to the proxy; if the proxy returns 200 OK, we negotiate
170 // a secure connection to the target server via the proxy.
196 "failed to establish a connection to the 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/media/java/android/media/
H A DSoundPool.java459 public SoundPoolImpl(SoundPool proxy, int maxStreams, int streamType, int srcQuality) { argument
466 mProxy = proxy;
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java328 * used internally to reload global proxy settings
403 // track the current default http proxy - tell the world if we get a new one (real change)
408 // track the global proxy.
2215 // load the global proxy at startup
3360 // of proxy info to all the JVMs.
3385 log("Invalid proxy properties, ignoring: " + proxyProperties.toString());
3432 if (DBG) log("Invalid proxy properties, ignoring: " + proxyProperties.toString());
3445 // of proxy info to all the JVMs.
3452 private void handleApplyDefaultProxy(ProxyProperties proxy) { argument
3453 if (proxy !
3496 sendProxyBroadcast(ProxyProperties proxy) argument
[all...]

Completed in 360 milliseconds

12