OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDownmixHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioMixer.cpp
202
&
mDownmixHandle
) != 0) {
204
mDownmixHandle
= NULL;
226
status_t status = (*
mDownmixHandle
)->command(
mDownmixHandle
,
233
EffectRelease(
mDownmixHandle
);
234
mDownmixHandle
= NULL;
240
status = (*
mDownmixHandle
)->command(
mDownmixHandle
,
246
EffectRelease(
mDownmixHandle
);
247
mDownmixHandle
= NULL
[
all
...]
AudioMixer.h
313
bool isValid() const { return
mDownmixHandle
!= NULL; }
319
effect_handle_t
mDownmixHandle
;
Completed in 150 milliseconds