Home
last modified time | relevance | path

Searched refs:ownerCount_ (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dcapture_request.cpp47 ownerCount_++; in AddOwner()
73 ownerCount_ = 1; in DisableSync()
83 return ownerCount_; in GetOwnerCount()
156 ownerCount_ = n; in RequestSemaphore()
171 if (syncCount_ < ownerCount_) { in Sync()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
Dcapture_request.h67 std::atomic<uint32_t> ownerCount_ = 0; variable
83 uint32_t ownerCount_ = 0; variable