Home
last modified time | relevance | path

Searched refs:configureConsumerQueueLocked (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h258 status_t configureConsumerQueueLocked();
H A DCamera3SharedOutputStream.cpp250 res = configureConsumerQueueLocked(); in configureQueueLocked()
H A DCamera3OutputStream.cpp440 if ((res = configureConsumerQueueLocked()) != OK) { in configureQueueLocked()
464 status_t Camera3OutputStream::configureConsumerQueueLocked() { in configureConsumerQueueLocked() function in android::camera3::Camera3OutputStream