Lines Matching defs:out
116 AudioStreamOut* out;
121 out = new AudioStreamOut(*this, false, isIec958NonAudio);
124 out = new AudioStreamOut(*this, true, isIec958NonAudio);
127 if (out == NULL) {
132 *status = out->set(format, channels, sampleRate);
135 *pp_out = out;
138 delete out;
144 void AudioHardwareOutput::closeOutputStream(AudioStreamOut* out) {
145 if (out == NULL)
150 out->standby();
154 if (mMainOutput && out == mMainOutput) {
157 } else if (mMCOutput && out == mMCOutput) {
310 sp<AudioOutput> out;
325 out = (*I);
333 if (out != NULL)
334 out->setExternalDelay_uSec(current.delayCompUsec);
339 if (out != NULL)
340 out->setOutputIsFixed(current.isFixed);
345 if (out != NULL)
346 out->setFixedOutputLevel(current.fixedLvl);
429 // Figure out which type is being requested and try to construct one.
436 ALOGW("%s stream out requested output of unknown type %08x",
450 ALOGI("%s stream out adding %s output.",
471 ALOGI("%s stream out removing %s output.",
521 // to stereo stream. If MC comes out of standby, we must switch