Searched refs:getOutput (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h44 // - process getOutput() queries received when AudioTrack objects are created: Those queries
93 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
H A DAudioPolicyManagerBase.h78 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
323 // set of parameters. This function is called by getOutput() and is implemented by platform
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp146 return lap->apm->getOutput((AudioSystem::stream_type)stream,
H A DAudioPolicyManagerBase.cpp425 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, function in class:android_audio_legacy::AudioPolicyManagerBase
435 LOGV("getOutput() stream %d, samplingRate %d, format %d, channels %x, flags %x", stream, samplingRate, format, channels, flags);
439 LOGV("getOutput() test output mCurOutput %d, samplingRate %d, format %d, channels %x, mDirectOutput %d",
443 LOGV("getOutput() opening test output");
472 LOGV("getOutput() opening direct output device %x", device);
494 LOGV("getOutput() failed opening direct output: samplingRate %d, format %d, channels %d",
519 LOGV("getOutput() using duplicated output");
520 LOGW_IF((mA2dpOutput == 0), "getOutput() A2DP device in multiple %x selected but A2DP output not opened", device);
528 LOGV("getOutput() using output %d for 2 devices %x", output, device);
533 LOGW_IF((mA2dpOutput == 0), "getOutput() A2D
[all...]

Completed in 31 milliseconds