Searched refs:postAbortRequests (Results 1 – 1 of 1) sorted by relevance
1773 List<CaptureRequest> postAbortRequests = new ArrayList<CaptureRequest>(); in captureBurstShot() local1792 postAbortRequests.add(requestBuilder.build()); in captureBurstShot()1834 mSession.captureBurstRequests(postAbortRequests, executor, resultCallback); in captureBurstShot()1836 mSession.captureBurst(postAbortRequests, resultCallback, mHandler); in captureBurstShot()1839 for (int i = 0; i < postAbortRequests.size(); i++) { in captureBurstShot()1841 postAbortRequests.get(i), CAPTURE_RESULT_TIMEOUT_MS); in captureBurstShot()