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

123

/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp51 sp<BufferQueue::ProxyConsumerListener> proxy = local
54 err = mConsumer->consumerConnect(proxy, false);
/frameworks/av/services/audioflinger/
H A DRecordTracks.h127 void setPeerProxy(PatchProxyBufferProvider *proxy) { mPeerProxy = proxy; } argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DNetworkUpdateResult.java35 public NetworkUpdateResult(boolean ip, boolean proxy, boolean credential) { argument
38 proxyChanged = proxy;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java38 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap
43 * are finished with the BluetoothPbap, so that this proxy object can unbind
97 * Called to notify the client when this proxy object has been
102 public void onServiceConnected(BluetoothPbap proxy); argument
105 * Called to notify the client that this proxy object has been
144 * Create a BluetoothPbap proxy object.
269 * include connecting). Returns false if not connected, or if this proxy
279 * it may soon be made asynchronous. Returns false if this proxy object is
H A DBluetoothProfile.java262 * Called to notify the client when the proxy object has been
266 * @param proxy - One of {@link BluetoothHealth}, {@link BluetoothHeadset} or {@link
269 public void onServiceConnected(int profile, BluetoothProfile proxy); argument
272 * Called to notify the client that this proxy object has been
/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp65 benchmark::BenchmarkReporter* reporter, RenderProxy* proxy,
99 durationInS = proxy->frameTimePercentile(ri.percentile) / 1000.0;
133 std::unique_ptr<RenderProxy> proxy(new RenderProxy(false, rootNode.get(), &factory));
134 proxy->loadSystemProperties();
135 proxy->initialize(surface);
137 proxy->setup(dp(800.0f), 255 * 0.075, 255 * 0.15);
138 proxy->setLightCenter((Vector3){lightX, dp(-200.0f), dp(800.0f)});
149 UiFrameInfoBuilder(proxy->frameInfo()).setVsync(vsync, vsync);
150 proxy->syncAndDrawFrame();
153 proxy
64 outputBenchmarkReport(const TestScene::Info& info, const TestScene::Options& opts, benchmark::BenchmarkReporter* reporter, RenderProxy* proxy, double durationInS) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapServerProfile.java58 public void onServiceConnected(BluetoothPbap proxy) { argument
60 mService = (BluetoothPbap) proxy;
151 Log.w(TAG, "Error cleaning up PBAP proxy", t);
H A DA2dpProfile.java67 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
69 mService = (BluetoothA2dp) proxy;
339 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;
221 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;
248 Log.w(TAG, "Error cleaning up HID proxy", t);
H A DHearingAidProfile.java60 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
62 mService = (BluetoothHearingAid) proxy;
253 Log.w(TAG, "Error cleaning up Hearing Aid 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 DHidDeviceProfile.java65 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
69 mService = (BluetoothHidDevice) proxy;
201 Log.w(TAG, "Error cleaning up HID proxy", t);
H A DHidProfile.java54 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
56 mService = (BluetoothHidHost) proxy;
202 Log.w(TAG, "Error cleaning up HID proxy", t);
H A DMapClientProfile.java63 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
65 mService = (BluetoothMapClient) proxy;
213 Log.w(TAG, "Error cleaning up MAP Client proxy", t);
H A DMapProfile.java62 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
64 mService = (BluetoothMap) proxy;
214 Log.w(TAG, "Error cleaning up MAP proxy", t);
H A DPanProfile.java56 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
58 mService = (BluetoothPan) proxy;
184 Log.w(TAG, "Error cleaning up PAN proxy", t);
H A DPbapClientProfile.java59 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
63 mService = (BluetoothPbapClient) proxy;
233 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;
217 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/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
/frameworks/base/core/java/android/net/
H A DNetwork.java321 // TODO: Should this be optimized to avoid fetching the global proxy for every request?
323 final java.net.Proxy proxy;
325 proxy = proxyInfo.makeProxy();
327 proxy = java.net.Proxy.NO_PROXY;
329 return openConnection(url, proxy);
336 * @param proxy the proxy through which the connection will be established.
339 * @throws IllegalArgumentException if the argument proxy is null.
343 public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { argument
344 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.java66 private static final String ACTION_PAC_REFRESH = "android.net.proxy.PAC_REFRESH";
173 * @param proxy Proxy information that is about to be broadcast.
176 public synchronized boolean setCurrentProxyScriptUrl(ProxyInfo proxy) { argument
177 if (!Uri.EMPTY.equals(proxy.getPacFileUrl())) {
178 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) {
182 mPacUrl = proxy.getPacFileUrl();
281 Log.e(TAG, "setCurrentProxyScript: no proxy service");
325 Log.e(TAG, "No proxy service");
361 Log.d(TAG, "Local proxy i
392 sendPacBroadcast(ProxyInfo proxy) argument
[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

Completed in 393 milliseconds

123