Searched refs:selectedDeviceId (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/include/media/ |
D | IAudioPolicyService.h | 70 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE, 90 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE) = 0;
|
D | AudioSystem.h | 224 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE, 247 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 158 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()
|
D | AudioPolicyInterfaceImplLegacy.cpp | 243 audio_port_handle_t selectedDeviceId __unused) in getInputForAttr() 575 audio_port_handle_t selectedDeviceId __unused, in getOutputForAttr()
|
D | AudioPolicyService.h | 88 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE, 108 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 115 int selectedDeviceId, 139 audio_port_handle_t selectedDeviceId,
|
/frameworks/av/media/libmedia/ |
D | IAudioPolicyService.cpp | 182 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()
|
D | AudioSystem.cpp | 799 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/ |
D | AudioPolicyManager.h | 118 audio_port_handle_t selectedDeviceId, 137 audio_port_handle_t selectedDeviceId,
|
D | AudioPolicyManager.cpp | 694 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()
|