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
);
119
pp_out = &
mMainOutput
;
153
if (
mMainOutput
&& out ==
mMainOutput
) {
154
delete
mMainOutput
;
155
mMainOutput
= NULL;
502
if (NULL !=
mMainOutput
)
503
mMainOutput
->setTgtDevices(mainMask);
534
if (NULL !=
mMainOutput
)
[
all
...]
AudioHardwareOutput.h
128
AudioStreamOut *
mMainOutput
;
Completed in 717 milliseconds