Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/jni/
Djni_util.cpp26 ref_count_(new int(0)) {
31 ref_count_(java_obj.ref_count_) {
37 ref_count_(new int(0)) {
49 ref_count_ = java_obj.ref_count_;
55 if (ref_count_)
56 ++(*ref_count_);
62 if (ref_count_) {
63 if (*ref_count_ > 0)
64 --(*ref_count_);
65 if (*ref_count_ == 0) {
[all …]
Djni_util.h82 int* ref_count_;
/frameworks/av/media/common_time/
Dcc_helper.cpp28 uint32_t CCHelper::ref_count_ = 0; member in android::CCHelper
39 if (ref_count_ > 0) { in verifyClock_l()
62 ref_count_++; in CCHelper()
69 assert(ref_count_ > 0); in ~CCHelper()
70 ref_count_--; in ~CCHelper()
75 if (!ref_count_ && in ~CCHelper()
/frameworks/av/include/common_time/
Dcc_helper.h67 static uint32_t ref_count_; variable