Home
last modified time | relevance | path

Searched refs:isPartialResult (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/provider/aidl/vts/
Ddevice_cb.cpp265 bool isPartialResult = false; in processCaptureResultLocked() local
363 isPartialResult = (results.partialResult < request->numPartialResults); in processCaptureResultLocked()
367 isPartialResult = false; in processCaptureResultLocked()
373 if ((resultSize > 0) && !isPartialResult) { in processCaptureResultLocked()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1293 bool isPartialResult = false; in processCaptureResultLocked() local
1391 isPartialResult = in processCaptureResultLocked()
1396 isPartialResult = false; in processCaptureResultLocked()
1402 if ((resultSize > 0) && !isPartialResult) { in processCaptureResultLocked()