Searched refs:TimeoutRuntimeException (Results 1 - 9 of 9) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
H A DTimeoutRuntimeException.java25 public class TimeoutRuntimeException extends RuntimeException { class in inherits:RuntimeException
26 public TimeoutRuntimeException(String message) { method in class:TimeoutRuntimeException
30 public TimeoutRuntimeException(String message, Throwable cause) { method in class:TimeoutRuntimeException
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java26 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
123 * <p>Throws {@link TimeoutRuntimeException} if opening times out. This is usually
142 * @throws TimeoutRuntimeException
291 throw new TimeoutRuntimeException(String.format(
H A DBlockingStateCallback.java23 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
151 * @throws TimeoutRuntimeException if the desired state is not observed before timeout.
169 * @throws TimeoutRuntimeException if none of the states is observed before timeout.
213 throw new TimeoutRuntimeException(s.toString());
H A DBlockingSessionCallback.java24 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
137 * @throws TimeoutRuntimeException if waiting for more than {@long timeoutMs}
143 throw new TimeoutRuntimeException(
222 * @throws TimeoutRuntimeException if waiting for more than {@long timeoutMs}
244 throw new TimeoutRuntimeException(
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateWaiter.java22 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
94 * @throws TimeoutRuntimeException if the desired state is not observed before timeout.
117 * @throws TimeoutRuntimeException if none of the states is observed before timeout.
164 throw new TimeoutRuntimeException(s.toString());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewTestCase.java21 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
342 * @throws TimeoutRuntimeException If more than numResultsWait results are
366 * @throws TimeoutRuntimeException If more than numResultsWait results are.
395 throw new TimeoutRuntimeException(
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java20 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
598 throw new TimeoutRuntimeException("Wait for auto focus done timed out after "
H A DCamera2SwitchPreviewTest.java20 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java23 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
477 * @throws TimeoutRuntimeException If more than numResultsWait results are
496 * @throws TimeoutRuntimeException If more than numResultsWait results are
518 * @throws TimeoutRuntimeException If more than numResultsWait results are
563 throw new TimeoutRuntimeException("Unable to get the expected capture result after "
615 throw new TimeoutRuntimeException("Unable to get any more capture start " +
623 throw new TimeoutRuntimeException("Unable to get the expected capture start " +
654 * @throws TimeoutRuntimeException
687 * @throws TimeoutRuntimeException

Completed in 324 milliseconds