Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dbuffer_tracking.h65 static int32_t IsNodeEmpty(const int32_t id, const std::string node);
68 …static int32_t IsNodeEmpty(const int32_t id, const std::string beginNode, const std::string endNod…
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_tracking.cpp71 int32_t BufferTracking::IsNodeEmpty(const int32_t id, const std::string node) in IsNodeEmpty() function in OHOS::Camera::BufferTracking
77 int32_t BufferTracking::IsNodeEmpty(const int32_t id, const std::string beginNode, const std::strin… in IsNodeEmpty() function in OHOS::Camera::BufferTracking
/ohos5.0/drivers/peripheral/camera/test/ut/buffer_manager/
H A Dbuffer_manager_utest.cpp368 int32_t emptyCheck1 = BufferTracking::IsNodeEmpty(0, "SourceNode");
369 int32_t emptyCheck2 = BufferTracking::IsNodeEmpty(0, "SourceNode", "SinkNode");