Searched defs:selectedDeviceId (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp158 audio_port_handle_t selectedDeviceId,
176 format, channelMask, flags, selectedDeviceId, offloadInfo);
270 audio_port_handle_t selectedDeviceId)
301 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
262 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) argument
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp180 audio_port_handle_t selectedDeviceId,
217 data.writeInt32(selectedDeviceId);
286 audio_port_handle_t selectedDeviceId)
305 data.writeInt32(selectedDeviceId);
874 audio_port_handle_t selectedDeviceId = data.readInt32(); local
884 flags, selectedDeviceId, hasOffloadInfo ? &offloadInfo : NULL);
934 audio_port_handle_t selectedDeviceId = (audio_port_handle_t) data.readInt32(); local
938 flags, selectedDeviceId);
171 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
278 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) argument
H A DAudioSystem.cpp771 audio_port_handle_t selectedDeviceId,
778 flags, selectedDeviceId, offloadInfo);
816 audio_port_handle_t selectedDeviceId)
821 attr, input, session, uid, samplingRate, format, channelMask, flags, selectedDeviceId);
762 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
808 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) argument
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp673 audio_port_handle_t selectedDeviceId,
709 " session %d selectedDeviceId %d",
711 session, selectedDeviceId);
718 if (mAvailableOutputDevices[i]->getId() == selectedDeviceId) {
1312 audio_port_handle_t selectedDeviceId,
1337 if (mAvailableInputDevices[i]->getId() == selectedDeviceId) {
664 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
1304 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 3358 milliseconds