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

/frameworks/av/include/media/
H A DIAudioPolicyService.h70 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
90 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE) = 0;
H A 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/
H A DAudioPolicyInterfaceImpl.cpp158 audio_port_handle_t selectedDeviceId,
174 format, channelMask, flags, selectedDeviceId, offloadInfo);
269 audio_port_handle_t selectedDeviceId)
309 flags, selectedDeviceId,
149 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, audio_port_handle_t selectedDeviceId, const audio_offload_info_t *offloadInfo) argument
260 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, pid_t pid, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, audio_port_handle_t selectedDeviceId) argument
H A DAudioPolicyInterfaceImplLegacy.cpp243 audio_port_handle_t selectedDeviceId __unused)
575 audio_port_handle_t selectedDeviceId __unused,
H A 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/
H A DAudioPolicyInterface.h115 int selectedDeviceId,
139 audio_port_handle_t selectedDeviceId,
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp182 audio_port_handle_t selectedDeviceId,
219 data.writeInt32(selectedDeviceId);
289 audio_port_handle_t selectedDeviceId)
309 data.writeInt32(selectedDeviceId);
909 audio_port_handle_t selectedDeviceId = data.readInt32(); local
919 flags, selectedDeviceId, hasOffloadInfo ? &offloadInfo : NULL);
970 audio_port_handle_t selectedDeviceId = (audio_port_handle_t) data.readInt32(); local
974 flags, selectedDeviceId);
173 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, audio_port_handle_t selectedDeviceId, const audio_offload_info_t *offloadInfo) argument
280 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, pid_t pid, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, audio_port_handle_t selectedDeviceId) argument
H A DAudioSystem.cpp799 audio_port_handle_t selectedDeviceId,
806 flags, selectedDeviceId, offloadInfo);
845 audio_port_handle_t selectedDeviceId)
851 samplingRate, format, channelMask, flags, selectedDeviceId);
790 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, audio_port_handle_t selectedDeviceId, const audio_offload_info_t *offloadInfo) argument
836 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, pid_t pid, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, audio_port_handle_t selectedDeviceId) argument
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h118 audio_port_handle_t selectedDeviceId,
137 audio_port_handle_t selectedDeviceId,
H A DAudioPolicyManager.cpp694 audio_port_handle_t selectedDeviceId,
730 " session %d selectedDeviceId %d",
732 session, selectedDeviceId);
739 if (mAvailableOutputDevices[i]->getId() == selectedDeviceId) {
1370 audio_port_handle_t selectedDeviceId,
1394 if (mAvailableInputDevices[i]->getId() == selectedDeviceId) {
685 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, audio_port_handle_t selectedDeviceId, const audio_offload_info_t *offloadInfo) argument
1362 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, audio_port_handle_t selectedDeviceId, input_type_t *inputType) argument

Completed in 1113 milliseconds