Home | History | Annotate | Download | only in legacy

Lines Matching defs:submitRequestList

433     public SubmitInfo submitRequestList(CaptureRequest[] requestList, boolean repeating) {
435 Log.e(TAG, "submitRequestList - Empty/null requests are not allowed");
437 "submitRequestList - Empty/null requests are not allowed");
447 "submitRequestList - configured surface is abandoned.");
453 Log.e(TAG, "submitRequestList - "
456 "submitRequestList - "
462 Log.e(TAG, "submitRequestList - Null Surface targets are not allowed");
464 "submitRequestList - Null Surface targets are not allowed");
466 Log.e(TAG, "submitRequestList - must configure " +
469 "submitRequestList - must configure " +
472 Log.e(TAG, "submitRequestList - cannot use a surface that wasn't configured");
474 "submitRequestList - cannot use a surface that wasn't configured");
496 return submitRequestList(requestList, repeating);