Searched defs:clearZslQueueLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp110 clearZslQueueLocked();
234 clearZslQueueLocked();
385 return clearZslQueueLocked();
388 status_t ZslProcessor::clearZslQueueLocked() { function in class:android::camera2::ZslProcessor
H A DZslProcessor3.cpp438 return clearZslQueueLocked();
441 status_t ZslProcessor3::clearZslQueueLocked() { function in class:android::camera2::ZslProcessor3
662 // Calling clearZslQueueLocked is a guaranteed deadlock because this callback
663 // holds the Camera3Stream internal lock (mLock), and clearZslQueueLocked requires

Completed in 251 milliseconds