Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
Dnode-inl.h172 if (refcount_ >= count) { in Release()
173 refcount_ -= count; in Release()
174 if (refcount_ == 0) { in Release()
179 LOG(ERROR) << "Mismatched reference count: refcount_ = " << this->refcount_ in Release()
376 refcount_(0), in node()
402 refcount_++; in Acquire()
522 uint32_t refcount_; variable
Dnode_test.cpp22 uint32_t GetRefCount(node* node) { return node->refcount_; } in GetRefCount()