Searched refs:proxy (Results 1 - 25 of 73) sorted by relevance

123

/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/location/java/android/location/
H A DIGeofenceProvider.aidl27 void setGeofenceHardware(in IGeofenceHardware proxy);
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp220 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
221 proxy->setTextureAtlas(buffer, map, len);
240 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
241 delete proxy;
246 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
247 proxy->setFrameInterval(frameIntervalNanos);
252 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
253 return proxy->loadSystemProperties();
258 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
260 return proxy
265 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
275 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
287 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
294 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
300 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
306 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
325 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
332 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
339 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
347 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
354 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
361 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
368 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
379 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
385 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
391 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
397 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
[all...]
H A Dandroid_view_Surface.cpp391 RenderProxy* proxy = new RenderProxy(false, rootNode, &factory); local
392 proxy->loadSystemProperties();
393 proxy->setSwapBehavior(kSwap_discardBuffer);
394 proxy->initialize(surface);
397 proxy->setup(0, 0, (Vector3){0, 0, 0}, 0, 0, 0);
398 return (jlong) proxy;
402 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
404 proxy->updateSurface(surface);
408 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
410 proxy
414 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
[all...]
/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/base/core/java/android/bluetooth/
H A DIBluetoothManager.aidl42 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy);
43 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy);
H A DBluetoothProfile.java196 * Called to notify the client when the proxy object has been
200 * @param proxy - One of {@link BluetoothHealth}, {@link BluetoothHeadset} or
203 public void onServiceConnected(int profile, BluetoothProfile proxy); argument
206 * Called to notify the client that this proxy object has been
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java53 Log.e(TAG, "PacManager: no proxy service");
65 Log.e(TAG, "select: no proxy service return NO_PROXY");
95 Proxy proxy = proxyFromHostPort(Type.HTTP, trimmed.substring(PROXY.length()));
96 if (proxy != null) {
97 ret.add(proxy);
100 Proxy proxy = proxyFromHostPort(Type.SOCKS, trimmed.substring(SOCKS.length()));
101 if (proxy != null) {
102 ret.add(proxy);
119 Log.d(TAG, "Unable to parse proxy " + hostPortString + " " + e);
H A DNetwork.java249 // TODO: Should this be optimized to avoid fetching the global proxy for every request?
256 java.net.Proxy proxy = null;
258 proxy = proxyInfo.makeProxy();
260 proxy = java.net.Proxy.NO_PROXY;
262 return openConnection(url, proxy);
269 * @param proxy the proxy through which the connection will be established.
272 * @throws IllegalArgumentException if the argument proxy is null.
277 public URLConnection openConnection(URL url, java.net.Proxy proxy) throws IOException { argument
278 if (proxy
[all...]
H A DProxy.java35 * A convenience class for accessing the user and default proxy
47 * Used to notify an app that's caching the default connection proxy
48 * that either the default connection or its proxy has changed.
51 * <li><em>EXTRA_PROXY_INFO</em> - The ProxyProperties for the proxy. Non-null,
52 * though if the proxy is undefined the host string
62 * It describes the new proxy being used (as a {@link ProxyInfo} object).
104 * Return the proxy object to be used for the URL given as parameter.
105 * @param ctx A Context used to get the settings for the proxy host.
129 * Return the proxy host set by the user.
130 * @param ctx A Context used to get the settings for the proxy hos
[all...]
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp86 RenderProxy* proxy = new RenderProxy(false, rootNode, &factory); local
87 proxy->loadSystemProperties();
88 proxy->initialize(surface);
90 proxy->setup(width, height, (Vector3){lightX, dp(-200.0f), dp(800.0f)},
120 proxy->syncAndDrawFrame(frameTimeNs, 0, gDisplay.density);
126 delete proxy;
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp102 m->comment += " * generating a proxy if needed.\n */";
384 // == the proxy method ===================================================
385 Method* proxy = new Method; local
386 proxy->comment = gather_comments(method->comments_token->extra);
387 proxy->modifiers = PUBLIC | OVERRIDE;
388 proxy->returnType = NAMES.Search(method->type.type.data);
389 proxy->returnTypeDimension = method->type.dimension;
390 proxy->name = method->name.data;
391 proxy->statements = new StatementBlock;
394 proxy
496 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy) argument
537 ProxyClass* proxy = new ProxyClass( local
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java44 GeocoderProxy proxy = new GeocoderProxy(context, overlaySwitchResId,
46 if (proxy.bind()) {
47 return proxy;
H A DGeofenceProxy.java69 GeofenceProxy proxy = new GeofenceProxy(context, overlaySwitchResId,
72 if (proxy.bindGeofenceProvider()) {
73 return proxy;
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DDynamicProxy.java34 * proxy object implementing that interface, which will forward all method calls made on the
45 // This is safe, because we know that proxy instance implements the interface.
50 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h37 const sp<ICameraRecordingProxy> &proxy,
113 const sp<ICameraRecordingProxy> &proxy,
H A DCameraSource.h79 const sp<ICameraRecordingProxy> &proxy,
169 CameraSource(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
211 status_t init(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
216 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
221 const sp<ICameraRecordingProxy>& proxy,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java287 public void reqSetLinkPropertiesHttpProxy(ProxyInfo proxy) { argument
288 sendMessage(REQ_SET_LINK_PROPERTIES_HTTP_PROXY, proxy);
289 if (DBG) log("reqSetLinkPropertiesHttpProxy proxy=" + proxy);
295 public void setLinkPropertiesHttpProxySync(ProxyInfo proxy) { argument
298 sendMessageSynchronously(REQ_SET_LINK_PROPERTIES_HTTP_PROXY, proxy);
305 mDc.setLinkPropertiesHttpProxy(proxy);
H A DApnSetting.java38 public final String proxy; field in class:ApnSetting
89 String proxy, String port,
99 this.proxy = proxy;
135 * <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
140 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
145 * [ApnSettingV3] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
273 .append(", ").append(proxy)
88 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol, boolean carrierEnabled, int bearer, int profileId, boolean modemCognitive, int maxConns, int waitTime, int maxConnsTime, int mtu, String mvnoType, String mvnoMatchData) argument
/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/av/services/audioflinger/
H A DRecordTracks.h122 void setPeerProxy(PatchProxyBufferProvider *proxy) { mPeerProxy = proxy; } argument
/frameworks/native/include/binder/
H A DIPCThreadState.h74 BpBinder* proxy);
76 BpBinder* proxy);
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp39 const sp<ICameraRecordingProxy> &proxy,
50 CameraSourceTimeLapse(camera, proxy, cameraId,
67 const sp<ICameraRecordingProxy>& proxy,
76 : CameraSource(camera, proxy, cameraId, clientName, clientUid,
37 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
65 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 DCameraSource.cpp149 const sp<ICameraRecordingProxy>& proxy,
158 CameraSource *source = new CameraSource(camera, proxy, cameraId,
166 const sp<ICameraRecordingProxy>& proxy,
192 mInitCheck = init(camera, proxy, cameraId,
204 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
212 // We get the proxy from Camera, not ICamera. We need to get the proxy
214 // local Camera object created by us. We cannot use the proxy from
218 mCameraRecordingProxy = proxy;
488 const sp<ICameraRecordingProxy>& proxy,
147 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
164 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
203 isCameraAvailable( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid) argument
486 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
506 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...]
/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

Completed in 744 milliseconds

123