Searched refs:postAbortRequests (Results 1 – 1 of 1) sorted by relevance
1740 List<CaptureRequest> postAbortRequests = new ArrayList<CaptureRequest>(); in captureBurstShot() local1759 postAbortRequests.add(requestBuilder.build()); in captureBurstShot()1801 mSession.captureBurstRequests(postAbortRequests, executor, resultCallback); in captureBurstShot()1803 mSession.captureBurst(postAbortRequests, resultCallback, mHandler); in captureBurstShot()1806 for (int i = 0; i < postAbortRequests.size(); i++) { in captureBurstShot()1808 postAbortRequests.get(i), CAPTURE_RESULT_TIMEOUT_MS); in captureBurstShot()