Searched refs:configureConsumerQueueLocked (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp335 if ((res = configureConsumerQueueLocked()) != OK) {
348 status_t Camera3OutputStream::configureConsumerQueueLocked() { function in class:android::camera3::Camera3OutputStream
H A DCamera3OutputStream.h196 status_t configureConsumerQueueLocked();
H A DCamera3SharedOutputStream.cpp174 res = configureConsumerQueueLocked();
176 ALOGE("Failed to configureConsumerQueueLocked: %s(%d)", strerror(-res), res);

Completed in 87 milliseconds