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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java51 public final String proxy; field in class:ApnSetting
128 String proxy, String port,
138 this.proxy = proxy;
167 this(apn.id, apn.numeric, apn.carrier, apn.apn, apn.proxy, apn.port, apn.mmsc, apn.mmsProxy,
183 * <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
188 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
193 * [ApnSettingV3] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
317 .append(", ").append(proxy)
505 proxy
127 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 bearerBitmask, int profileId, boolean modemCognitive, int maxConns, int waitTime, int maxConnsTime, int mtu, String mvnoType, String mvnoMatchData) argument
[all...]
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 DDataConnection.java276 void setLinkPropertiesHttpProxy(ProxyInfo proxy) { argument
277 mLinkProperties.setHttpProxy(proxy);
338 // copy HTTP proxy as it is not part DataCallResponse.
437 + "' proxy='" + mApnSetting.proxy + "' port='" + mApnSetting.port + "'");
1160 ProxyInfo proxy = (ProxyInfo) msg.obj;
1161 if (VDBG) log("REQ_SET_LINK_PROPERTIES_HTTP_PROXY proxy=" + proxy);
1162 setLinkPropertiesHttpProxy(proxy);
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp71 status_t setCamera(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) argument
73 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
77 data.writeStrongBinder(IInterface::asBinder(proxy));
485 sp<ICameraRecordingProxy> proxy = local
487 reply->writeInt32(setCamera(camera, proxy));
H A DAudioRecord.cpp713 // update proxy
791 sp<AudioRecordClientProxy> proxy; local
815 proxy = mProxy;
828 status = proxy->obtainBuffer(&buffer, requested, elapsed);
H A DAudioTrack.cpp1094 // for compressed/synced data; however, we use proxy position for pure linear pcm data
1096 // There may be some latency differences between the HAL position and the proxy position.
1516 // update proxy
1611 sp<AudioTrackClientProxy> proxy; local
1638 proxy = mProxy;
1658 status = proxy->obtainBuffer(&buffer, requested, elapsed);
1866 sp<AudioTrackClientProxy> proxy = mProxy; local
1900 // FIXME: Instead of blocking in proxy->waitStreamEndDone(), Callback thread
1901 // should wait on proxy futex and handle CBLK_STREAM_END_DONE within this function
1908 status_t status = proxy
[all...]
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp185 sp<IConsumerListener> proxy; local
187 proxy = new BufferQueue::ProxyConsumerListener(listener);
189 proxy = new PersistentProxyListener(mConsumer, listener);
192 mInitCheck = mConsumer->consumerConnect(proxy, false);
H A DOMXNodeInstance.cpp1179 sp<BufferQueue::ProxyConsumerListener> proxy = local
1181 status_t err = consumer->consumerConnect(proxy, false);
/frameworks/base/core/java/android/net/
H A DLinkProperties.java42 * multiple dns servers but only one http proxy and one
524 * @param proxy A {@link ProxyInfo} defining the HTTP Proxy to use on this link.
527 public void setHttpProxy(ProxyInfo proxy) { argument
528 mHttpProxy = proxy;
639 String proxy = (mHttpProxy == null ? "" : " HttpProxy: " + mHttpProxy.toString() + " ");
650 + tcpBuffSizes + proxy + stacked + "}";
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp510 RenderProxy* proxy = new RenderProxy(false, rootNode, &factory); local
511 proxy->loadSystemProperties();
512 proxy->setSwapBehavior(kSwap_discardBuffer);
513 proxy->initialize(surface);
516 proxy->setup(0, 0, 0, 0, 0);
517 proxy->setLightCenter((Vector3){0, 0, 0});
518 return (jlong) proxy;
522 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
524 proxy->updateSurface(surface);
528 RenderProxy* proxy local
537 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(rendererPtr); local
[all...]
H A Dandroid_view_ThreadedRenderer.cpp616 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
617 proxy->setTextureAtlas(buffer, map, len);
622 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
623 proxy->setProcessStatsBuffer(fd);
628 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
629 return proxy->getRenderThreadTid();
648 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
649 delete proxy;
654 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
655 return proxy
660 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
668 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
675 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
685 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
695 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
701 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
707 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
713 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
722 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
733 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
759 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
767 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
774 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
783 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
790 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
797 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
805 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
825 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
831 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
837 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
843 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
849 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
865 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
872 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
879 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
886 RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr); local
[all...]
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp162 const sp<ICameraRecordingProxy>& proxy,
172 CameraSource *source = new CameraSource(camera, proxy, cameraId,
180 const sp<ICameraRecordingProxy>& proxy,
207 mInitCheck = init(camera, proxy, cameraId,
219 const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
227 // We get the proxy from Camera, not ICamera. We need to get the proxy
229 // local Camera object created by us. We cannot use the proxy from
233 mCameraRecordingProxy = proxy;
503 const sp<ICameraRecordingProxy>& proxy,
160 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 frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
178 CameraSource( 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 frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
218 isCameraAvailable( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid) argument
501 init( 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 frameRate, bool storeMetaDataInVideoBuffers) argument
596 initWithCameraAccess( 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 frameRate, bool storeMetaDataInVideoBuffers) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1873 * Get the profile proxy object associated with the profile.
1879 * the connection status and to get the proxy object.
1931 * Close the connection of the profile proxy to the Service.
1934 * the proxy obtained from {@link #getProfileProxy}.
1939 * @param proxy Profile proxy object
1941 public void closeProfileProxy(int profile, BluetoothProfile proxy) { argument
1942 if (proxy == null) return;
1946 BluetoothHeadset headset = (BluetoothHeadset)proxy;
1950 BluetoothA2dp a2dp = (BluetoothA2dp)proxy;
[all...]
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp691 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) argument
695 mOut.writePointer((uintptr_t)proxy);
699 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) argument
703 mOut.writePointer((uintptr_t)proxy);
1149 BpBinder *proxy = (BpBinder*)mIn.readPointer(); local
1150 proxy->sendObituary();
1152 mOut.writePointer((uintptr_t)proxy);
1157 BpBinder *proxy = (BpBinder*)mIn.readPointer(); local
1158 proxy->getWeakRefs()->decWeak(proxy);
[all...]
H A DParcel.cpp251 BpBinder *proxy = binder->remoteBinder(); local
252 if (proxy == NULL) {
253 ALOGE("null proxy");
255 const int32_t handle = proxy ? proxy->handle() : 0;
285 BpBinder *proxy = real->remoteBinder(); local
286 if (proxy == NULL) {
287 ALOGE("null proxy");
289 const int32_t handle = proxy ? proxy
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp227 const sp<ICameraRecordingProxy> &proxy) {
233 if (proxy == 0) {
234 ALOGE("camera proxy is NULL");
239 mCameraProxy = proxy;
226 setCamera(const sp<hardware::ICamera> &camera, const sp<ICameraRecordingProxy> &proxy) argument
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java55 * a proxy if needed.
348 final String proxy = data.readString();
352 setHttpProxy(proxy, port, exclList, pacFileUrl);
1145 public void setHttpProxy(String proxy, String port, String exclList, argument
1149 data.writeString(proxy);
H A DIApplicationThread.java109 void setHttpProxy(String proxy, String port, String exclList, argument
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java752 IBluetoothProfileServiceConnection proxy) {
781 addProxyMsg.obj = proxy;
788 IBluetoothProfileServiceConnection proxy) {
794 psc.removeProxy(proxy);
876 private void addProxy(IBluetoothProfileServiceConnection proxy) { argument
877 mProxies.register(proxy);
880 proxy.onServiceConnected(mClassName, mService);
882 Slog.e(TAG, "Unable to connect to proxy", e);
893 private void removeProxy(IBluetoothProfileServiceConnection proxy) { argument
894 if (proxy !
751 bindBluetoothProfileService(int bluetoothProfile, IBluetoothProfileServiceConnection proxy) argument
787 unbindBluetoothProfileService(int bluetoothProfile, IBluetoothProfileServiceConnection proxy) argument
[all...]
H A DConnectivityService.java286 * used internally to reload global proxy settings
428 // track the current default http proxy - tell the world if we get a new one (real change)
433 // track the global proxy.
908 // Watch for global HTTP proxy changes.
1735 // load the global proxy at startup
3189 // of proxy info to all the JVMs.
3216 // (e.g. if mGlobalProxy==null fall back to network-specific proxy, if network-specific
3217 // proxy is null then there is no proxy in place).
3218 private ProxyInfo canonicalizeProxyInfo(ProxyInfo proxy) { argument
3326 handleApplyDefaultProxy(ProxyInfo proxy) argument
3397 sendProxyBroadcast(ProxyInfo proxy) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java1810 public void setProxy(ProxySettings settings, ProxyInfo proxy) { argument
1812 mIpConfiguration.httpProxy = proxy;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java1814 private void proxy(Runnable runnable) { method in class:SipSessionGroup.KeepAliveProcessCallbackProxy
1824 proxy(new Runnable() {
1839 proxy(new Runnable() {
/frameworks/av/services/audioflinger/
H A DThreads.cpp4305 AudioTrackServerProxy *proxy = track->mAudioTrackServerProxy; local
4306 gain_minifloat_packed_t vlr = proxy->getVolumeLR();
4327 uint16_t sendLevel = proxy->getSendLevel_U4_12();
4810 AudioTrackServerProxy *proxy = track->mAudioTrackServerProxy; local
4811 gain_minifloat_packed_t vlr = proxy->getVolumeLR();
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 582 milliseconds

12