HomeSort by relevance Sort by last modified time
    Searched refs:SESSION_CONFIGURE_TIMEOUT_MS (Results 1 - 8 of 8) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java 618 result = results.poll(SESSION_CONFIGURE_TIMEOUT_MS, TimeUnit.MILLISECONDS);
760 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS);
782 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS);
784 SESSION_CONFIGURE_TIMEOUT_MS);
790 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS);
    [all...]
SurfaceViewPreviewTest.java 379 SESSION_CONFIGURE_TIMEOUT_MS);
394 SESSION_CONFIGURE_TIMEOUT_MS);
527 SESSION_CONFIGURE_TIMEOUT_MS);
    [all...]
AllocationTest.java 362 mSession = mSessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS);
    [all...]
ImageReaderTest.java 400 CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS);
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraSessionUtils.java 63 * {@link CameraTestUtils#SESSION_CONFIGURE_TIMEOUT_MS}.
80 CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS);
160 * {@link CameraTestUtils#SESSION_CONFIGURE_TIMEOUT_MS}.
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java 111 public static final int SESSION_CONFIGURE_TIMEOUT_MS = 3000;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java 109 public static final int SESSION_CONFIGURE_TIMEOUT_MS = 3000;
715 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS);
753 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS);
759 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS);
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 495 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS);

Completed in 145 milliseconds