Searched refs:PlanesLockGuard (Results 1 – 3 of 3) sorted by relevance
71 class PlanesLockGuard {73 PlanesLockGuard(std::shared_ptr<AHardwareBuffer> hwBuffer,75 PlanesLockGuard(PlanesLockGuard&& other) = default;76 ~PlanesLockGuard();89 PlanesLockGuard(const PlanesLockGuard&) = delete;90 PlanesLockGuard& operator=(const YCbCrLockGuard&) = delete;
85 PlanesLockGuard::PlanesLockGuard(std::shared_ptr<AHardwareBuffer> hwBuffer, in PlanesLockGuard() function in android::companion::virtualcamera::PlanesLockGuard101 PlanesLockGuard::~PlanesLockGuard() { in ~PlanesLockGuard()108 int PlanesLockGuard::getStatus() const { in getStatus()112 const AHardwareBuffer_Planes& PlanesLockGuard::operator*() const { in operator *()
753 PlanesLockGuard planesLock(hwBuffer, AHARDWAREBUFFER_USAGE_CPU_WRITE_OFTEN, in renderIntoBlobStreamBuffer()