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

123

/frameworks/base/wifi/java/android/net/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/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/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/java/com/android/server/location/
H A DGeocoderProxy.java45 GeocoderProxy proxy = new GeocoderProxy(context, overlaySwitchResId,
47 if (proxy.bind()) {
48 return proxy;
H A DGeofenceProxy.java71 GeofenceProxy proxy = new GeofenceProxy(context, overlaySwitchResId,
74 if (proxy.bindGeofenceProvider()) {
75 return proxy;
H A DGpsXtraDownloader.java118 HttpHost proxy = new HttpHost(proxyHost, proxyPort);
119 ConnRouteParams.setDefaultProxy(req.getParams(), proxy);
/frameworks/base/core/java/android/bluetooth/
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/net/
H A DProxy.java41 * A convenience class for accessing the user and default proxy
53 * Used to notify an app that's caching the default connection proxy
54 * that either the default connection or its proxy has changed.
57 * <li><em>EXTRA_PROXY_INFO</em> - The ProxyProperties for the proxy. Non-null,
58 * though if the proxy is undefined the host string
67 public static final String EXTRA_PROXY_INFO = "proxy";
92 * Return the proxy object to be used for the URL given as parameter.
93 * @param ctx A Context used to get the settings for the proxy host.
127 * Return the proxy host set by the user.
128 * @param ctx A Context used to get the settings for the proxy hos
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java31 public final String proxy; field in class:ApnSetting
58 String proxy, String port,
66 this.proxy = proxy;
90 * <carrier>, <apn>, <proxy>, <port>, <mmsc>, <mmsproxy>,
95 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <mmsc>, <mmsproxy>,
164 .append(", ").append(proxy)
57 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) argument
H A DDcAsyncChannel.java287 public void reqSetLinkPropertiesHttpProxy(ProxyProperties proxy) { argument
288 sendMessage(REQ_SET_LINK_PROPERTIES_HTTP_PROXY, proxy);
289 if (DBG) log("reqSetLinkPropertiesHttpProxy proxy=" + proxy);
295 public void setLinkPropertiesHttpProxySync(ProxyProperties proxy) { argument
298 sendMessageSynchronously(REQ_SET_LINK_PROPERTIES_HTTP_PROXY, proxy);
305 mDc.setLinkPropertiesHttpProxy(proxy);
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h190 proxy::hook<TreeIteratorBase::Leftward>(position.m_pNode,
193 proxy::hook<DIRECT>(position.m_pNode,
209 proxy::hook<DIRECT>(position.m_pNode,
261 proxy::hook<Positional>(pFrom.m_pNode, pTo.m_pNode);
274 proxy::hook<Inclusive>(pFrom.m_pNode, pTo.m_pNode);
329 proxy::hook<TreeIteratorBase::Leftward>(pRoot.m_pNode,
332 proxy::hook<DIRECT>(pRoot.m_pNode,
344 proxy::hook<TreeIteratorBase::Leftward>(pRoot.m_pNode,
347 proxy::hook<DIRECT>(pRoot.m_pNode,
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h31 namespace proxy namespace in namespace:mcld
41 } // namespace of template proxy
71 proxy::move<DIRECT>(m_pNode);
90 namespace proxy namespace in namespace:mcld
108 } //namespace of template 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,
112 const sp<ICameraRecordingProxy> &proxy,
H A DCameraSource.h79 const sp<ICameraRecordingProxy> &proxy,
169 CameraSource(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
209 status_t init(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
214 const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
219 const sp<ICameraRecordingProxy>& proxy,
/frameworks/base/services/java/com/android/server/connectivity/
H A DPacManager.java66 private static final String ACTION_PAC_REFRESH = "android.net.proxy.PAC_REFRESH";
160 * @param proxy Proxy information that is about to be broadcast.
163 public synchronized boolean setCurrentProxyScriptUrl(ProxyProperties proxy) { argument
164 if (!TextUtils.isEmpty(proxy.getPacFileUrl())) {
165 if (proxy.getPacFileUrl().equals(mPacUrl) && (proxy.getPort() > 0)) {
170 mPacUrl = proxy.getPacFileUrl();
252 Log.e(TAG, "setCurrentProxyScript: no proxy service");
301 Log.e(TAG, "No proxy service");
337 Log.d(TAG, "Local proxy i
368 sendPacBroadcast(ProxyProperties proxy) argument
[all...]
/frameworks/native/include/binder/
H A DIPCThreadState.h74 BpBinder* proxy);
76 BpBinder* proxy);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DApnSettingTest.java32 assertEquals(a1.proxy, a2.proxy);
95 99, "12345", "Name", "apn", "proxy", "port",
98 String expected = "[ApnSettingV2] Name, 99, 12345, apn, proxy, " +
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp37 const sp<ICameraRecordingProxy> &proxy,
47 CameraSourceTimeLapse(camera, proxy, cameraId,
63 const sp<ICameraRecordingProxy>& proxy,
71 : 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) argument
61 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) argument
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...]
/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/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java52 /** Timeout to connect a profile proxy in ms. */
312 public void onServiceConnected(int profile, BluetoothProfile proxy) {
316 mA2dp = (BluetoothA2dp) proxy;
319 mHeadset = (BluetoothHeadset) proxy;
322 mInput = (BluetoothInputDevice) proxy;
325 mPan = (BluetoothPan) proxy;
923 BluetoothProfile proxy = connectProxy(adapter, profile);
924 assertNotNull(proxy);
928 int state = proxy.getConnectionState(device);
940 assertTrue(((BluetoothA2dp)proxy)
[all...]
/frameworks/av/include/media/
H A DIMediaRecorder.h37 const sp<ICameraRecordingProxy>& proxy) = 0;
H A DMediaRecorderBase.h44 const sp<ICameraRecordingProxy>& proxy) = 0;

Completed in 569 milliseconds

123