Lines Matching defs:out
116 AudioStreamOut* out;
120 out = new AudioStreamOut(*this, false);
123 out = new AudioStreamOut(*this, true);
126 if (out == NULL) {
131 *status = out->set(format, channels, sampleRate);
134 *pp_out = out;
137 delete out;
143 void AudioHardwareOutput::closeOutputStream(AudioStreamOut* out) {
144 if (out == NULL)
149 out->standby();
153 if (mMainOutput && out == mMainOutput) {
156 } else if (mMCOutput && out == mMCOutput) {
309 sp<AudioOutput> out;
324 out = (*I);
332 if (out != NULL)
333 out->setExternalDelay_uSec(current.delayCompUsec);
338 if (out != NULL)
339 out->setOutputIsFixed(current.isFixed);
344 if (out != NULL)
345 out->setFixedOutputLevel(current.fixedLvl);
428 // Figure out which type is being requested and try to construct one.
435 ALOGW("%s stream out requested output of unknown type %08x",
449 ALOGI("%s stream out adding %s output.",
470 ALOGI("%s stream out removing %s output.",
517 out of standby, we must switch