OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addEffect_l
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/audioflinger/
Effects.h
263
status_t
addEffect_l
(const sp<EffectModule>& handle);
Tracks.cpp
833
status = playbackThread->
addEffect_l
(effect);
835
srcThread->
addEffect_l
(effect);
846
srcThread->
addEffect_l
(effect);
[
all
...]
Threads.h
196
status_t
addEffect_l
(const sp< EffectModule>& effect);
[
all
...]
AudioFlinger.cpp
[
all
...]
Threads.cpp
819
lStatus = chain->
addEffect_l
(effect);
871
// PlaybackThread::
addEffect_l
() must be called with AudioFlinger::mLock and
873
status_t AudioFlinger::ThreadBase::
addEffect_l
(const sp<EffectModule>& effect)
881
"
addEffect_l
() on offloaded thread %p: effect %s does not support offload flags %x",
886
ALOGV("
addEffect_l
() new effect chain for session %d", sessionId);
892
ALOGV("
addEffect_l
() %p chain %p effect %p", this, chain.get(), effect.get());
895
ALOGW("
addEffect_l
() %p effect %s already present in chain %p",
902
status_t status = chain->
addEffect_l
(effect);
[
all
...]
Effects.cpp
[
all
...]
Completed in 112 milliseconds