Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
Dnode-inl.h194 if (refcount_ >= count) { in Release()
195 refcount_ -= count; in Release()
196 if (refcount_ == 0) { in Release()
201 LOG(ERROR) << "Mismatched reference count: refcount_ = " << this->refcount_ in Release()
420 refcount_(0), in node()
441 refcount_++; in Acquire()
561 uint32_t refcount_; variable
Dnode_test.cpp21 uint32_t GetRefCount(node* node) { return node->refcount_; } in GetRefCount()