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

/frameworks/av/media/common_time/
H A Dcc_helper.cpp28 uint32_t CCHelper::ref_count_ = 0; member in class:android::CCHelper
39 if (ref_count_ > 0) {
62 ref_count_++;
69 assert(ref_count_ > 0);
70 ref_count_--;
75 if (!ref_count_ &&
/frameworks/base/media/mca/filterfw/jni/
H A 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_ >
[all...]
H A Djni_util.h81 int* ref_count_;
/frameworks/av/include/common_time/
H A Dcc_helper.h67 static uint32_t ref_count_; member in class:android::CCHelper

Completed in 133 milliseconds