Searched refs:postAbortRequests (Results 1 – 1 of 1) sorted by relevance
1304 List<CaptureRequest> postAbortRequests = new ArrayList<CaptureRequest>(); in captureBurstShot() local1321 postAbortRequests.add(requestBuilder.build()); in captureBurstShot()1354 mSession.captureBurst(postAbortRequests, resultCallback, mHandler); in captureBurstShot()1356 for (int i = 0; i < postAbortRequests.size(); i++) { in captureBurstShot()1358 postAbortRequests.get(i), CAPTURE_RESULT_TIMEOUT_MS); in captureBurstShot()