OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sDwnmFxDesc
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioMixer.cpp
199
|| EffectCreate(&
sDwnmFxDesc
.uuid,
310
if (EffectQueryEffect(i, &
sDwnmFxDesc
) == 0) {
311
ALOGV("effect %d is called %s", i,
sDwnmFxDesc
.name);
312
if (memcmp(&
sDwnmFxDesc
.type, EFFECT_UIID_DOWNMIX, sizeof(effect_uuid_t)) == 0) {
314
sDwnmFxDesc
.name,
sDwnmFxDesc
.implementor);
325
/*static*/ effect_descriptor_t AudioMixer::DownmixerBufferProvider::
sDwnmFxDesc
;
[
all
...]
AudioMixer.h
323
static effect_descriptor_t
sDwnmFxDesc
;
Completed in 61 milliseconds