OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrackBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Tracks.cpp
59
//
TrackBase
64
//
TrackBase
constructor must be called with AudioFlinger::mLock held
65
AudioFlinger::ThreadBase::
TrackBase
::
TrackBase
(
160
// However in this case the
TrackBase
does not reference the buffer directly.
207
status_t AudioFlinger::ThreadBase::
TrackBase
::initCheck() const
218
AudioFlinger::ThreadBase::
TrackBase
::~
TrackBase
()
248
void AudioFlinger::ThreadBase::
TrackBase
::releaseBuffer(AudioBufferProvider::Buffer* buffer)
264
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 171 milliseconds