Home
last modified time | relevance | path

Searched refs:selectedDeviceId (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/include/media/
DIAudioPolicyService.h70 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
90 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE) = 0;
DAudioSystem.h224 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
247 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp158 audio_port_handle_t selectedDeviceId, in getOutputForAttr() argument
174 format, channelMask, flags, selectedDeviceId, offloadInfo); in getOutputForAttr()
269 audio_port_handle_t selectedDeviceId) in getInputForAttr() argument
309 flags, selectedDeviceId, in getInputForAttr()
DAudioPolicyInterfaceImplLegacy.cpp243 audio_port_handle_t selectedDeviceId __unused) in getInputForAttr()
575 audio_port_handle_t selectedDeviceId __unused, in getOutputForAttr()
DAudioPolicyService.h88 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
108 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h115 int selectedDeviceId,
139 audio_port_handle_t selectedDeviceId,
/frameworks/av/media/libmedia/
DIAudioPolicyService.cpp182 audio_port_handle_t selectedDeviceId, in getOutputForAttr() argument
219 data.writeInt32(selectedDeviceId); in getOutputForAttr()
289 audio_port_handle_t selectedDeviceId) in getInputForAttr() argument
309 data.writeInt32(selectedDeviceId); in getInputForAttr()
909 audio_port_handle_t selectedDeviceId = data.readInt32(); in onTransact() local
919 flags, selectedDeviceId, hasOffloadInfo ? &offloadInfo : NULL); in onTransact()
970 audio_port_handle_t selectedDeviceId = (audio_port_handle_t) data.readInt32(); in onTransact() local
974 flags, selectedDeviceId); in onTransact()
DAudioSystem.cpp799 audio_port_handle_t selectedDeviceId, in getOutputForAttr() argument
806 flags, selectedDeviceId, offloadInfo); in getOutputForAttr()
845 audio_port_handle_t selectedDeviceId) in getInputForAttr() argument
851 samplingRate, format, channelMask, flags, selectedDeviceId); in getInputForAttr()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h118 audio_port_handle_t selectedDeviceId,
137 audio_port_handle_t selectedDeviceId,
DAudioPolicyManager.cpp694 audio_port_handle_t selectedDeviceId, in getOutputForAttr() argument
732 session, selectedDeviceId); in getOutputForAttr()
739 if (mAvailableOutputDevices[i]->getId() == selectedDeviceId) { in getOutputForAttr()
1370 audio_port_handle_t selectedDeviceId, in getInputForAttr() argument
1394 if (mAvailableInputDevices[i]->getId() == selectedDeviceId) { in getInputForAttr()