Searched refs:CCHelper (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/common_time/
H A Dcc_helper.cpp25 Mutex CCHelper::lock_;
26 sp<ICommonClock> CCHelper::common_clock_;
27 sp<ICommonClockListener> CCHelper::common_clock_listener_;
28 uint32_t CCHelper::ref_count_ = 0;
30 bool CCHelper::verifyClock_l() {
60 CCHelper::CCHelper() { function in class:android::CCHelper
66 CCHelper::~CCHelper() {
72 // If we were the last CCHelper instanc
[all...]
/frameworks/av/include/common_time/
H A Dcc_helper.h26 // CCHelper is a simple wrapper class to help with centralizing access to the
39 // active in the system. The CCHelper makes this a little easier by sharing a
41 // registering and unregistering a listener whenever there are CCHelper
43 class CCHelper { class in namespace:android
45 CCHelper();
46 ~CCHelper();

Completed in 1348 milliseconds