Home | History | Annotate | Download | only in libaudio

Lines Matching refs:lStatus

173         status_t lStatus = out->set(this, devices, format, channels, sampleRate);
175 *status = lStatus;
177 if (lStatus == NO_ERROR) {
209 status_t lStatus = in->set(this, devices, format, channels, sampleRate, acoustic_flags);
211 *status = lStatus;
213 if (lStatus != NO_ERROR) {