Searched refs:bestOutput (Results 1 – 1 of 1) sorted by relevance
2115 audio_io_handle_t bestOutput = (outputs.size() == 0) ? AUDIO_IO_HANDLE_NONE : outputs[0]; in selectOutput() local2224 bestOutput = output; in selectOutput()2230 __func__, bestOutput, result.str().c_str()); in selectOutput()2234 return bestOutput; in selectOutput()