OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlaybackThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.h
206
// strategy is only meaningful for
PlaybackThread
which implements this method
270
// updated by
PlaybackThread
::readOutputParameters() or
332
// ---
PlaybackThread
---
333
class
PlaybackThread
: public ThreadBase {
354
PlaybackThread
(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
356
virtual ~
PlaybackThread
();
453
status_t attachAuxEffect(const sp<AudioFlinger::
PlaybackThread
::Track> track,
455
status_t attachAuxEffect_l(const sp<AudioFlinger::
PlaybackThread
::Track> track,
495
// mMasterMute is in both
PlaybackThread
and in AudioFlinger. When a
496
//
PlaybackThread
needs to find out if master-muted, it checks it's loca
[
all
...]
Threads.cpp
273
// set by
PlaybackThread
::readOutputParameters() or RecordThread::readInputParameters()
871
//
PlaybackThread
::addEffect_l() must be called with AudioFlinger::mLock and
872
//
PlaybackThread
::mLock held
[
all
...]
Completed in 27 milliseconds