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

  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
TotalCaptureResultProxy.java 30 public List<CaptureResultProxy> getPartialResults();
AndroidTotalCaptureResultProxy.java 58 public List<CaptureResultProxy> getPartialResults() {
59 List<CaptureResult> partialResults = mTotalCaptureResult.getPartialResults();
  /frameworks/base/core/java/android/hardware/camera2/
TotalCaptureResult.java 101 public List<CaptureResult> getPartialResults() {
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
AutoFlashZslImageFilter.java 124 public List<CaptureResultProxy> getPartialResults() {
125 return mDelegate.getPartialResults();
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureResultTest.java 235 List<CaptureResult> totalResultPartials = totalResult.getPartialResults();
    [all...]

Completed in 61 milliseconds