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

  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraManagerTest.java 37 import com.android.ex.camera2.blocking.BlockingStateCallback;
61 private BlockingStateCallback mCameraListener;
86 mCameraListener = spy(new BlockingStateCallback());
215 mCameraListener = new BlockingStateCallback(mockListener);
220 mCameraListener.waitForState(BlockingStateCallback.STATE_OPENED,
251 List<BlockingStateCallback> blockingListenerList = new ArrayList<BlockingStateCallback>();
256 mCameraListener = new BlockingStateCallback(mockListener);
280 expectedStates.add(BlockingStateCallback.STATE_OPENED);
281 expectedStates.add(BlockingStateCallback.STATE_ERROR)
    [all...]
AllocationTest.java 23 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
59 import com.android.ex.camera2.blocking.BlockingStateCallback;
81 private BlockingStateCallback mCameraListener;
107 mCameraListener = new BlockingStateCallback();
    [all...]
CameraDeviceTest.java 20 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
49 import com.android.ex.camera2.blocking.BlockingStateCallback;
82 private BlockingStateCallback mCameraMockListener;
125 mCameraMockListener = spy(new BlockingStateCallback());
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
Camera2PermissionTest.java 19 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
31 import com.android.ex.camera2.blocking.BlockingStateCallback;
44 private BlockingStateCallback mCameraListener;
68 mCameraListener = new BlockingStateCallback();
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java 42 public class BlockingStateCallback extends CameraDevice.StateCallback {
43 private static final String TAG = "BlockingStateCallback";
102 public BlockingStateCallback() {
106 public BlockingStateCallback(CameraDevice.StateCallback listener) {
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 20 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
47 import com.android.ex.camera2.blocking.BlockingStateCallback;
67 protected BlockingStateCallback mCameraListener;
110 mCameraListener = new BlockingStateCallback();
187 * @param listener The {@link #BlockingStateCallback} used to wait for states.
189 protected void openDevice(String cameraId, BlockingStateCallback listener) throws Exception {
242 * @param listener The BlockingStateCallback used to wait for states.
244 protected void closeDevice(String cameraId, BlockingStateCallback listener) {
Camera2MultiViewTestCase.java 21 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
51 import com.android.ex.camera2.blocking.BlockingStateCallback;
75 private BlockingStateCallback mCameraListener;
100 mCameraListener = new BlockingStateCallback();
Camera2SurfaceViewTestCase.java 20 import static com.android.ex.camera2.blocking.BlockingStateCallback.STATE_CLOSED;
55 import com.android.ex.camera2.blocking.BlockingStateCallback;
93 protected BlockingStateCallback mCameraListener;
139 mCameraListener = new BlockingStateCallback();
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 20 import com.android.ex.camera2.blocking.BlockingStateCallback;
63 import static com.android.ex.camera2.blocking.BlockingStateCallback.STATE_CLOSED;
114 protected BlockingStateCallback mCameraListener;
169 mCameraListener = new BlockingStateCallback();
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraOps.java 42 import com.android.ex.camera2.blocking.BlockingStateCallback;
67 private final BlockingStateCallback mDeviceListener =
68 new BlockingStateCallback();
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 19 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
51 import com.android.ex.camera2.blocking.BlockingStateCallback;
78 private BlockingStateCallback mCameraListener;
100 mCameraListener = new BlockingStateCallback();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 58 import com.android.ex.camera2.blocking.BlockingStateCallback;
134 private BlockingStateCallback mCameraListener = null;
225 mCameraListener = new BlockingStateCallback();
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java 22 import com.android.ex.camera2.blocking.BlockingStateCallback;
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java 62 import com.android.ex.camera2.blocking.BlockingStateCallback;
    [all...]

Completed in 3455 milliseconds