Home | History | Annotate | Download | only in managerdefault

Lines Matching full:getoutput

685 audio_io_handle_t AudioPolicyManager::getOutput(audio_stream_type_t stream,
694 ALOGV("getOutput() device %d, stream %d, samplingRate %d, format %x, channelMask %x, flags %x",
799 ALOGV("getOutput() test output mCurOutput %d, samplingRate %d, format %d, channelMask %x, mDirectOutput %d",
803 ALOGV("getOutput() opening test output");
900 ALOGV("getOutput() reusing direct output %d", mOutputs.keyAt(i));
950 ALOGV("getOutput() failed opening direct output: output %d samplingRate %d %d,"
977 ALOGV("getOutput() returns new direct output %d", output);
1004 ALOGW_IF((output == 0), "getOutput() could not find output for stream %d, samplingRate %d,"