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

  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
CameraSessionUtils.java 95 private final LinkedBlockingQueue<TotalCaptureResult> mResultQueue =
122 return new Pair<>(mResultQueue.poll(), mCaptureTimeQueue.poll());
135 mResultQueue.offer(result);
  /cts/tests/camera/src/android/hardware/camera2/cts/
PerformanceTest.java     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 809 List<CaptureResult> mResultQueue;
    [all...]
Camera3Device.cpp     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java     [all...]

Completed in 306 milliseconds