OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMainOutput
(Results
1 - 2
of
2
) sorted by null
/device/asus/fugu/libaudio/
AudioHardwareOutput.cpp
86
:
mMainOutput
(NULL)
97
closeOutputStream(
mMainOutput
);
120
pp_out = &
mMainOutput
;
154
if (
mMainOutput
&& out ==
mMainOutput
) {
155
delete
mMainOutput
;
156
mMainOutput
= NULL;
503
if (NULL !=
mMainOutput
)
504
mMainOutput
->setTgtDevices(mainMask);
535
if (NULL !=
mMainOutput
)
[
all
...]
AudioHardwareOutput.h
131
AudioStreamOut *
mMainOutput
;
Completed in 98 milliseconds