Home
last modified time | relevance | path

Searched refs:getOutputDevicesForStream (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h62 DeviceVector getOutputDevicesForStream(audio_stream_type_t stream,
DEngine.cpp711 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream() function in android::audio_policy::Engine
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.h61 DeviceVector getOutputDevicesForStream(audio_stream_type_t stream,
DEngine.cpp306 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream() function in android::audio_policy::Engine
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h166 virtual DeviceVector getOutputDevicesForStream(audio_stream_type_t stream,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp930 DeviceVector devices = mEngine->getOutputDevicesForStream(stream, false /*fromCache*/); in getOutput()
2697 deviceTypes = mEngine->getOutputDevicesForStream( in getStreamVolumeIndex()
2732 curSrcDevices = mEngine->getOutputDevicesForStream(stream, false).types(); in setVolumeIndexForAttributes()
5935 DeviceVector curDevices = mEngine->getOutputDevicesForStream(curStream, false/*fromCache*/); in getDevicesForStream()