Searched refs:configureConsumerQueueLocked (Results 1 – 3 of 3) sorted by relevance
309 status_t configureConsumerQueueLocked(bool allowPreviewRespace);
262 res = configureConsumerQueueLocked(false/*allowPreviewRespace*/); in configureQueueLocked()
524 if ((res = configureConsumerQueueLocked(true /*allowPreviewRespace*/)) != OK) { in configureQueueLocked()548 status_t Camera3OutputStream::configureConsumerQueueLocked(bool allowPreviewRespace) { in configureConsumerQueueLocked() function in android::camera3::Camera3OutputStream