OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCHelper
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/common_time/
cc_helper.cpp
25
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
() {
66
CCHelper
::~
CCHelper
() {
72
// If we were the last
CCHelper
instance in the system, and we ha
[
all
...]
/frameworks/av/include/common_time/
cc_helper.h
26
//
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
{
45
CCHelper
();
46
~
CCHelper
();
Completed in 372 milliseconds