Searched refs:proxy (Results 1 - 25 of 44) 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/hardware/
H A DCarSensorManagerEmbedded.java56 CarSensorEventListenerProxy proxy = null;
58 proxy = findListenerLocked(listener);
59 if (proxy == null) {
60 proxy = new CarSensorEventListenerProxy(listener, sensorType);
62 proxy.sensors |= sensorType;
66 return mManager.registerListener(proxy, sensorType, rate);
75 CarSensorEventListenerProxy proxy = null;
77 proxy = findListenerLocked(listener);
78 if (proxy == null) {
81 mListeners.remove(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/services/Car/car-support-lib/src/android/support/car/
H A DCarAppContextManagerEmbedded.java46 AppContextChangeListenerProxy proxy = new AppContextChangeListenerProxy(listener);
48 mListener = proxy;
51 mManager.registerContextListener(proxy, contextFilter);
95 AppContextOwnershipChangeListenerProxy proxy =
100 mOwnershipListeners.put(flag, proxy);
105 mManager.setActiveContexts(proxy, contexts);
/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/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationManagerEmbedded.java85 CarNavigationListenerProxy proxy = null;
87 proxy = new CarNavigationListenerProxy(listener);
88 mListener = proxy;
91 mManager.registerListener(proxy);
/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/pm/
H A DCarPackageManagerService.java234 for (AppBlockingPolicyProxy proxy : mProxies) {
235 proxy.disconnect();
422 AppBlockingPolicyProxy proxy = new AppBlockingPolicyProxy(this, mContext,
424 proxy.connect();
425 proxies.add(proxy);
433 public void onPolicyConnectionAndSet(AppBlockingPolicyProxy proxy, argument
435 doHandlePolicyConnection(proxy, policy);
438 public void onPolicyConnectionFailure(AppBlockingPolicyProxy proxy) { argument
439 doHandlePolicyConnection(proxy, null);
442 private void doHandlePolicyConnection(AppBlockingPolicyProxy proxy, argument
[all...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DWifiConfig.java140 ProxyInfo proxy = new ProxyInfo(proxyHost, proxyPort, proxyBypassHosts);
141 wifiConf.setProxy(ProxySettings.STATIC, proxy);
143 ProxyInfo proxy = new ProxyInfo(pacUrl);
144 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/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DTestCarActivity.java37 public TestCarActivity(CarActivity.Proxy proxy, Context context, Car car) { argument
38 super(proxy, context, car);
/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.java68 mView = inflater.inflate(R.layout.proxy, container, false);
148 ProxyInfo proxy = cm.getGlobalProxy();
149 if (proxy != null) {
150 hostname = proxy.getHost();
151 port = proxy.getPort();
152 exclList = proxy.getExclusionListAsString();
199 Log.e(TAG, "Unknown proxy settings error");
233 // 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/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

Completed in 2270 milliseconds

12