Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DIAudioPolicyService.cpp196 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
215 if (selectedDeviceId == NULL) { in getOutputForAttr()
239 data.writeInt32(*selectedDeviceId); in getOutputForAttr()
254 *selectedDeviceId = (audio_port_handle_t)reply.readInt32(); in getOutputForAttr()
304 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
317 if (selectedDeviceId == NULL) { in getInputForAttr()
332 data.writeInt32(*selectedDeviceId); in getInputForAttr()
343 *selectedDeviceId = (audio_port_handle_t)reply.readInt32(); in getInputForAttr()
977 audio_port_handle_t selectedDeviceId = data.readInt32(); in onTransact() local
983 flags, &selectedDeviceId, &portId); in onTransact()
[all …]
DAudioSystem.cpp844 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
851 flags, selectedDeviceId, portId); in getOutputForAttr()
888 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
895 config, flags, selectedDeviceId, portId); in getInputForAttr()
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h71 audio_port_handle_t *selectedDeviceId,
89 audio_port_handle_t *selectedDeviceId,
DAudioSystem.h227 audio_port_handle_t *selectedDeviceId,
248 audio_port_handle_t *selectedDeviceId,
/frameworks/av/include/media/
DIAudioPolicyService.h71 audio_port_handle_t *selectedDeviceId,
89 audio_port_handle_t *selectedDeviceId,
DAudioSystem.h227 audio_port_handle_t *selectedDeviceId,
248 audio_port_handle_t *selectedDeviceId,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp170 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
187 flags, selectedDeviceId, portId); in getOutputForAttr()
280 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
322 flags, selectedDeviceId, in getInputForAttr()
DAudioPolicyService.h85 audio_port_handle_t *selectedDeviceId,
103 audio_port_handle_t *selectedDeviceId = NULL,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h125 audio_port_handle_t *selectedDeviceId,
147 audio_port_handle_t *selectedDeviceId,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h119 audio_port_handle_t *selectedDeviceId,
136 audio_port_handle_t *selectedDeviceId,
DAudioPolicyManager.cpp777 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
821 session, *selectedDeviceId); in getOutputForAttr()
827 if (*selectedDeviceId != AUDIO_PORT_HANDLE_NONE) { in getOutputForAttr()
829 if (mAvailableOutputDevices[i]->getId() == *selectedDeviceId) { in getOutputForAttr()
856 *selectedDeviceId = outputDevices.size() > 0 ? outputDevices.itemAt(0)->getId() in getOutputForAttr()
859 ALOGV(" getOutputForAttr() returns output %d selectedDeviceId %d", *output, *selectedDeviceId); in getOutputForAttr()
1494 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
1512 if (*selectedDeviceId != AUDIO_PORT_HANDLE_NONE) { in getInputForAttr()
1514 if (mAvailableInputDevices[i]->getId() == *selectedDeviceId) { in getInputForAttr()
1556 *selectedDeviceId = inputDevices.size() > 0 ? inputDevices.itemAt(0)->getId() in getInputForAttr()
[all …]