Lines Matching refs:other

98  * use by other applications.  Applications should release the camera
317 * the same camera is opened by other applications, this will throw a
321 * otherwise it will remain locked and be unavailable to other applications.
326 * <p>Callbacks from other methods are delivered to the event loop of the
368 * given hal API version. If the same camera is opened by other applications
373 * otherwise it will remain locked and be unavailable to other applications.
378 * Callbacks from other methods are delivered to the event loop of the
481 * <p>Intended to use by the camera2 shim only, do <i>not</i> use this for other code.</p>
552 * temporarily for another process to use; once the other process is done
566 * Re-locks the camera to prevent other processes from accessing it.
757 * even while preview is live. Any other preview callbacks are
784 * preview is live. Any other preview callbacks are overridden.</p>
810 * for as long as preview is active and buffers are available. Any other
1022 * @throws IllegalArgumentException if the Allocation's dimensions or other
1344 * or give other feedback of camera operation. This may be some time
2348 * focus mode to other modes.
2371 * other modes.
2422 * conflict with each other).
2436 * Overwrite existing parameters with a copy of the ones from {@code other}.
2442 public void copyFrom(Parameters other) {
2443 if (other == null) {
2444 throw new NullPointerException("other must not be null");
2447 mMap.putAll(other.mMap);
2460 public boolean same(Parameters other) {
2461 if (this == other) {
2464 return other != null && Parameters.this.mMap.equals(other.mMap);
2688 * preferred preview size. In other words, the product of the width
3364 * Sets the scene mode. Changing scene mode may override other
3725 * before using other zoom methods.
3763 * this before using other smooth zoom methods.