Lines Matching refs:other

96  * use by other applications.  Applications should release the camera
314 * the same camera is opened by other applications, this will throw a
318 * otherwise it will remain locked and be unavailable to other applications.
323 * <p>Callbacks from other methods are delivered to the event loop of the
365 * given hal API version. If the same camera is opened by other applications
370 * otherwise it will remain locked and be unavailable to other applications.
375 * 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>
554 * temporarily for another process to use; once the other process is done
568 * Re-locks the camera to prevent other processes from accessing it.
759 * even while preview is live. Any other preview callbacks are
786 * preview is live. Any other preview callbacks are overridden.</p>
812 * for as long as preview is active and buffers are available. Any other
1024 * @throws IllegalArgumentException if the Allocation's dimensions or other
1346 * or give other feedback of camera operation. This may be some time
2340 * focus mode to other modes.
2363 * other modes.
2414 * conflict with each other).
2428 * Overwrite existing parameters with a copy of the ones from {@code other}.
2434 public void copyFrom(Parameters other) {
2435 if (other == null) {
2436 throw new NullPointerException("other must not be null");
2439 mMap.putAll(other.mMap);
2452 public boolean same(Parameters other) {
2453 if (this == other) {
2456 return other != null && Parameters.this.mMap.equals(other.mMap);
2680 * preferred preview size. In other words, the product of the width
3356 * Sets the scene mode. Changing scene mode may override other
3717 * before using other zoom methods.
3755 * this before using other smooth zoom methods.