OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEffectChains
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
Threads.cpp
469
snprintf(buffer, SIZE, "\n- %d Effect Chains:\n",
mEffectChains
.size());
472
for (size_t i = 0; i <
mEffectChains
.size(); ++i) {
473
sp<EffectChain> chain =
mEffectChains
[i];
[
all
...]
Threads.h
176
// add an effect chain to the chain list (
mEffectChains
)
178
// remove an effect chain from the chain list (
mEffectChains
)
183
// Also sets the parameter 'effectChains' to current value of
mEffectChains
.
187
// get a copy of
mEffectChains
vector
188
Vector< sp<EffectChain> > getEffectChains_l() const { return
mEffectChains
; };
261
friend class AudioFlinger; // for
mEffectChains
317
Vector< sp<EffectChain> >
mEffectChains
;
[
all
...]
AudioFlinger.cpp
[
all
...]
Completed in 41 milliseconds