OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minputstreams
(Results
1 - 2
of
2
) sorted by null
/device/asus/fugu/libaudio/
AudioHardwareInput.cpp
124
mInputStreams
.add(in);
133
for (size_t i = 0; i <
mInputStreams
.size(); i++) {
134
if (in ==
mInputStreams
[i]) {
135
mInputStreams
.removeAt(i);
145
while (
mInputStreams
.size() != 0) {
146
AudioStreamIn* in =
mInputStreams
[0];
147
mInputStreams
.removeAt(0);
155
for (size_t i = 0; i <
mInputStreams
.size(); i++) {
156
if (deviceInfo == NULL || deviceInfo ==
mInputStreams
[i]->getDeviceInfo()) {
157
mInputStreams
[i]->standby()
[
all
...]
AudioHardwareInput.h
74
Vector<AudioStreamIn*>
mInputStreams
;
Completed in 1066 milliseconds