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

12

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageToProcess.java31 public final ImageProxy proxy; field in class:ImageToProcess
37 * @param proxy The underlying image to process.
43 * (0, 0)-(proxy.width, proxy.height) is a no-op.
45 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, argument
47 this.proxy = proxy;
56 * @param proxy The underlying image to process.
60 public ImageToProcess(ImageProxy proxy, OrientationManager.DeviceOrientation imageRotation, argument
62 this(proxy, imageRotatio
[all...]
H A DTaskChainedCompressImageToJpeg.java52 Rect safeCrop = guaranteedSafeCrop(img.proxy, img.crop);
53 final List<ImageProxy.Plane> planeList = img.proxy.getPlanes();
55 final TaskImage inputImage = new TaskImage(mImage.rotation, img.proxy.getWidth(),
56 img.proxy.getHeight(), img.proxy.getFormat(), safeCrop);
57 final TaskImage resultImage = new TaskImage(mImage.rotation, img.proxy.getWidth(),
58 img.proxy.getHeight(), ImageFormat.JPEG , safeCrop);
74 dataCopy = convertYUV420ImageToPackedNV21(img.proxy);
H A DTaskPreviewChainedJpeg.java64 Rect safeCrop = guaranteedSafeCrop(img.proxy, img.crop);
76 logWrapper("TIMER_END Rendering preview YUV buffer available, w=" + img.proxy.getWidth()
77 / subsample + " h=" + img.proxy.getHeight() / subsample + " of subsample "
80 convertedImage = runSelectedConversion(img.proxy, safeCrop, subsample);
H A DTaskCompressImageToJpeg.java123 switch (img.proxy.getFormat()) {
132 ByteBuffer origBuffer = img.proxy.getPlanes().get(0).getBuffer();
187 // calculate crop from exif info with image proxy width/height
188 safeCrop = guaranteedSafeCrop(img.proxy,
204 img.proxy.getFormat(), safeCrop);
206 if(requiresCropOperation(img.proxy, safeCrop)) {
212 img.proxy.getFormat(), null);
237 safeCrop = guaranteedSafeCrop(img.proxy, img.crop);
239 inputImage = new TaskImage(img.rotation, img.proxy.getWidth(),
240 img.proxy
[all...]
H A DTaskConvertImageToRGBPreview.java807 return new TaskImage(img.rotation, img.proxy.getWidth(), img.proxy.getHeight(),
808 img.proxy.getFormat(), cropApplied);
820 final Rect safeCrop = guaranteedSafeCrop(img.proxy, img.crop);
868 Rect safeCrop = guaranteedSafeCrop(img.proxy, img.crop);
881 + img.proxy.getWidth()
882 / subsample + " h=" + img.proxy.getHeight() / subsample + " of subsample "
885 convertedImage = runSelectedConversion(img.proxy, safeCrop, subsample);
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCarAppFocusManagerEmbedded.java48 OnAppFocusChangedListenerProxy proxy;
50 proxy = mChangeListeners.get(listener);
51 if (proxy == null) {
52 proxy = new OnAppFocusChangedListenerProxy(this, listener);
53 mChangeListeners.put(listener, proxy);
57 mManager.addFocusListener(proxy, appType);
65 OnAppFocusChangedListenerProxy proxy;
67 proxy = mChangeListeners.get(listener);
68 if (proxy == null) {
72 mManager.removeFocusListener(proxy, appTyp
[all...]
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
H A DCarSensorManagerEmbedded.java97 OnSensorChangedListenerProxy proxy = null;
99 proxy = findListenerLocked(listener);
100 if (proxy == null) {
101 proxy = new OnSensorChangedListenerProxy(listener, sensorType, this);
102 mListeners.add(proxy);
104 proxy.sensors.add(sensorType);
108 return mManager.registerListener(proxy, sensorType, rate);
117 OnSensorChangedListenerProxy proxy = null;
119 proxy = findListenerLocked(listener);
120 if (proxy
[all...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DProxyOutputStream.java37 * @param proxy the OutputStream to delegate to
39 public ProxyOutputStream(OutputStream proxy) { argument
40 super(proxy);
41 // the proxy is stored in a protected superclass variable named 'out'
H A DProxyWriter.java39 * @param proxy the Writer to delegate to
41 public ProxyWriter(Writer proxy) { argument
42 super(proxy);
43 // the proxy is stored in a protected superclass variable named 'out'
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DProxyInputStream.java40 * @param proxy the InputStream to delegate to
42 public ProxyInputStream(InputStream proxy) { argument
43 super(proxy);
44 // the proxy is stored in a protected superclass variable named 'in'
H A DProxyReader.java40 * @param proxy the Reader to delegate to
42 public ProxyReader(Reader proxy) { argument
43 super(proxy);
44 // the proxy is stored in a protected superclass variable named 'in'
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DForwardingImageProxy.java35 public ForwardingImageProxy(ImageProxy proxy) { argument
36 mImpl = proxy;
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/
H A DMetadataReleasingImageQueue.java36 public MetadataReleasingImageProxy(ImageProxy proxy) { argument
37 super(proxy);
/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothUserService.java56 * Setup connections to the profile proxy object to talk to the Bluetooth profile services
74 * Close connections to the profile proxy object
84 // Close those profile proxy objects for profiles that have not yet disconnected
101 * Check if a proxy is available for the given profile to talk to the Profile's bluetooth
104 * @return - true if proxy available, false if not.
201 public void onServiceConnected(int profile, BluetoothProfile proxy) {
207 mBluetoothA2dpSink = (BluetoothA2dpSink) proxy;
211 mBluetoothHeadsetClient = (BluetoothHeadsetClient) proxy;
215 mBluetoothPbapClient = (BluetoothPbapClient) proxy;
219 mBluetoothMapClient = (BluetoothMapClient) proxy;
[all...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
H A DWifiConfigurationProvider.java110 ProxyInfo proxy = new ProxyInfo(proxyHost, proxyPort, proxyBypassHosts);
111 wifiConf.setProxy(ProxySettings.STATIC, proxy);
113 ProxyInfo proxy = new ProxyInfo(pacUrl);
114 wifiConf.setProxy(ProxySettings.PAC, proxy);
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DCloseWhenDoneImageReader.java42 public ImageDecorator(ImageProxy proxy) { argument
43 super(proxy);
H A DLoggingImageReader.java35 public LoggingImageProxy(ImageProxy proxy) { argument
36 super(proxy);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java129 TaskProxy proxy = new TaskProxy();
145 task.addProxy(proxy);
148 return proxy.get(jc);
269 public void removeProxy(TaskProxy proxy) { argument
271 Utils.assertTrue(mProxySet.remove(proxy));
280 public void addProxy(TaskProxy proxy) { argument
281 proxy.mTask = this;
282 mProxySet.add(proxy);
306 for (TaskProxy proxy : mProxySet) {
307 proxy
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DProxySelector.java69 mView = inflater.inflate(R.layout.proxy, container, false);
154 ProxyInfo proxy = cm.getGlobalProxy();
155 if (proxy != null) {
156 hostname = proxy.getHost();
157 port = proxy.getPort();
158 exclList = proxy.getExclusionListAsString();
205 Log.e(TAG, "Unknown proxy settings error");
239 // FIXME: If the user types in a proxy that matches the default, should
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothInputDeviceConnector.java54 public void onServiceConnected(int profile, BluetoothProfile proxy) {
56 Log.d(TAG, "Connection made to bluetooth proxy.");
58 mInputProxy = (BluetoothInputDevice) proxy;
139 Log.w(TAG, "Error cleaning up input profile proxy", t);
H A DBluetoothA2dpConnector.java89 public void onServiceConnected(int profile, BluetoothProfile proxy) {
91 Log.d(TAG, "Connection made to bluetooth proxy." );
93 BluetoothA2dp mA2dpProfile = (BluetoothA2dp) proxy;
138 Log.w(TAG, "Error cleaning up A2DP proxy", t);
/packages/services/Car/service/src/com/android/car/pm/
H A DCarPackageManagerService.java287 for (AppBlockingPolicyProxy proxy : mProxies) {
288 proxy.disconnect();
549 AppBlockingPolicyProxy proxy = new AppBlockingPolicyProxy(this, mContext,
551 proxy.connect();
552 proxies.add(proxy);
560 public void onPolicyConnectionAndSet(AppBlockingPolicyProxy proxy, argument
562 doHandlePolicyConnection(proxy, policy);
565 public void onPolicyConnectionFailure(AppBlockingPolicyProxy proxy) { argument
566 doHandlePolicyConnection(proxy, null);
569 private void doHandlePolicyConnection(AppBlockingPolicyProxy proxy, argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSeekBarDialogPreference.java62 public void setInterface(final ValueProxy proxy) { argument
63 mValueProxy = proxy;
H A DCustomInputStylePreference.java67 final Context context, final Listener proxy) {
68 return new CustomInputStylePreference(context, null, proxy);
72 final Listener proxy) {
76 mProxy = proxy;
66 newIncompleteSubtypePreference( final Context context, final Listener proxy) argument
71 CustomInputStylePreference(final Context context, final InputMethodSubtype subtype, final Listener proxy) argument
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
H A DBluetoothDeviceManager.java44 public void onServiceConnected(int profile, BluetoothProfile proxy) {
50 new BluetoothHeadsetProxy((BluetoothHeadset) proxy);

Completed in 490 milliseconds

12