OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPhysOutputs
(Results
1 - 4
of
4
) sorted by null
/device/asus/fugu/libaudio/
AudioStreamOut.cpp
54
mPhysOutputs
.setCapacity(3);
144
ALOGI("releaseAllOutputs: releasing %d
mPhysOutputs
",
mPhysOutputs
.size());
146
for (I =
mPhysOutputs
.begin(); I !=
mPhysOutputs
.end(); ++I)
149
mPhysOutputs
.clear();
390
if (!
mPhysOutputs
.isEmpty()) {
393
sp<AudioOutput> audioOutput =
mPhysOutputs
.itemAt(0);
448
if (
mPhysOutputs
.isEmpty()) {
463
for (I =
mPhysOutputs
.begin(); I != mPhysOutputs.end(); ++I
[
all
...]
AudioHardwareOutput.cpp
173
for (I =
mPhysOutputs
.begin(); I !=
mPhysOutputs
.end(); ++I)
201
for (I =
mPhysOutputs
.begin(); I !=
mPhysOutputs
.end(); ++I)
322
for (I =
mPhysOutputs
.begin(); I !=
mPhysOutputs
.end(); ++I) {
423
for (I =
mPhysOutputs
.begin(); I !=
mPhysOutputs
.end(); ++I)
451
mPhysOutputs
.push_back(*newOutput);
479
for (I =
mPhysOutputs
.begin(); I != mPhysOutputs.end(); ++I)
[
all
...]
AudioHardwareOutput.h
133
AudioOutputList
mPhysOutputs
;
AudioStreamOut.h
123
AudioOutputList
mPhysOutputs
;
Completed in 354 milliseconds