Home
last modified time | relevance | path

Searched refs:bufferIdCount_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp70 bufferIdCount_(0), in ComponentNode()
89 bufferIdCount_ = 0; in ~ComponentNode()
500 if (++bufferIdCount_ == 0) { in GenerateBufferId()
501 ++bufferIdCount_; in GenerateBufferId()
503 bufferId = bufferIdCount_; in GenerateBufferId()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp88 bufferIdCount_(0), in ComponentNode()
101 bufferIdCount_ = 0; in ~ComponentNode()
618 if (++bufferIdCount_ == 0) { in GenerateBufferId()
619 ++bufferIdCount_; in GenerateBufferId()
621 bufferId = bufferIdCount_; in GenerateBufferId()
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h130 uint32_t bufferIdCount_; variable
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h94 uint32_t bufferIdCount_; variable