OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrackBase
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackBase.cpp
32
#include "core/html/track/
TrackBase
.h"
44
TrackBase
::
TrackBase
(Type type, const AtomicString& label, const AtomicString& language, const String& id)
54
TrackBase
::~
TrackBase
()
62
Node*
TrackBase
::owner() const
67
void
TrackBase
::trace(Visitor* visitor)
72
void
TrackBase
::setKind(const AtomicString& kind)
TrackBase.h
38
class
TrackBase
: public RefCountedWillBeRefCountedGarbageCollected<
TrackBase
> {
40
virtual ~
TrackBase
();
66
TrackBase
(Type, const AtomicString& label, const AtomicString& language, const String& id);
/frameworks/av/services/audioflinger/
Tracks.cpp
58
//
TrackBase
63
//
TrackBase
constructor must be called with AudioFlinger::mLock held
64
AudioFlinger::ThreadBase::
TrackBase
::
TrackBase
(
159
// However in this case the
TrackBase
does not reference the buffer directly.
206
status_t AudioFlinger::ThreadBase::
TrackBase
::initCheck() const
217
AudioFlinger::ThreadBase::
TrackBase
::~
TrackBase
()
247
void AudioFlinger::ThreadBase::
TrackBase
::releaseBuffer(AudioBufferProvider::Buffer* buffer)
263
status_t AudioFlinger::ThreadBase::
TrackBase
::setSyncEvent(const sp<SyncEvent>& event
[
all
...]
TrackBase.h
23
class
TrackBase
: public ExtendedAudioBufferProvider, public RefBase {
48
ALLOC_NONE, // do not allocate:use the buffer passed to
TrackBase
constructor
58
TrackBase
(ThreadBase *thread,
71
virtual ~
TrackBase
();
92
TrackBase
(const
TrackBase
&);
93
TrackBase
& operator = (const
TrackBase
&);
100
// but putting it in
TrackBase
avoids the complexity of virtual inheritance
139
/*const*/ sp<Client> mClient; // see explanation at ~
TrackBase
() why not cons
[
all
...]
Completed in 293 milliseconds