Lines Matching defs:other

105  * use by other applications.  Applications should release the camera
283 * error retrieving the information (generally due to a hardware or other
364 * the same camera is opened by other applications, this will throw a
368 * otherwise it will remain locked and be unavailable to other applications.
373 * <p>Callbacks from other methods are delivered to the event loop of the
418 * given hal API version. If the same camera is opened by other applications
423 * otherwise it will remain locked and be unavailable to other applications.
428 * Callbacks from other methods are delivered to the event loop of the
531 * <p>Intended to use by the camera2 shim only, do <i>not</i> use this for other code.</p>
631 * temporarily for another process to use; once the other process is done
645 * Re-locks the camera to prevent other processes from accessing it.
809 * because of a hardware or other low-level error, or because release()
819 * because of a hardware or other low-level error, or because release()
850 * even while preview is live. Any other preview callbacks are
879 * preview is live. Any other preview callbacks are overridden.</p>
907 * for as long as preview is active and buffers are available. Any other
1121 * @throws IllegalArgumentException if the Allocation's dimensions or other
1354 * be because of a hardware or other low-level error, or because
1377 * be because of a hardware or other low-level error, or because
1434 * usually this would be because of a hardware or other low-level error,
1458 * or give other feedback of camera operation. This may be some time
1526 * would be because of a hardware or other low-level error, or because
1641 * be because of a hardware or other low-level error, or because
1669 * of a hardware or other low-level error, or because release() has been
2111 * be because of a hardware or other low-level error, or because
2569 * focus mode to other modes.
2592 * other modes.
2643 * conflict with each other).
2657 * Overwrite existing parameters with a copy of the ones from {@code other}.
2663 public void copyFrom(Parameters other) {
2664 if (other == null) {
2665 throw new NullPointerException("other must not be null");
2668 mMap.putAll(other.mMap);
2681 public boolean same(Parameters other) {
2682 if (this == other) {
2685 return other != null && Parameters.this.mMap.equals(other.mMap);
2909 * preferred preview size. In other words, the product of the width
3585 * Sets the scene mode. Changing scene mode may override other
3946 * before using other zoom methods.
3984 * this before using other smooth zoom methods.