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

/frameworks/av/include/media/
H A DIAudioFlinger.h85 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t));
108 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t));
125 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateTrackInput
140 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t));
157 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t));
173 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateTrackOutput
210 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t));
226 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t));
241 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateRecordInput
256 (void)parcel->read(&selectedDeviceId, sizeo
308 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateRecordOutput
[all...]
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h85 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t));
108 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t));
125 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateTrackInput
140 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t));
157 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t));
173 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateTrackOutput
210 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t));
226 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t));
241 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateRecordInput
256 (void)parcel->read(&selectedDeviceId, sizeo
308 audio_port_handle_t selectedDeviceId; member in class:android::IAudioFlinger::CreateRecordOutput
[all...]
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp127 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED) local
172 selectedDeviceId
H A DAudioStreamTrack.cpp121 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED) local
166 selectedDeviceId
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp55 uid_t uid, pid_t pid, audio_port_handle_t selectedDeviceId)
106 selectedDeviceId);
52 AudioSource( audio_source_t inputSource, const String16 &opPackageName, uint32_t sampleRate, uint32_t channelCount, uint32_t outSampleRate, uid_t uid, pid_t pid, audio_port_handle_t selectedDeviceId) argument
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp173 audio_port_handle_t selectedDeviceId)
184 uid, pid, pAttributes, selectedDeviceId);
233 audio_port_handle_t selectedDeviceId)
246 mSelectedDeviceId = selectedDeviceId;
729 input.selectedDeviceId = mSelectedDeviceId;
753 mRoutedDeviceId = output.selectedDeviceId;
157 AudioRecord( audio_source_t inputSource, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const String16& opPackageName, size_t frameCount, callback_t cbf, void* user, uint32_t notificationFrames, audio_session_t sessionId, transfer_type transferType, audio_input_flags_t flags, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, audio_port_handle_t selectedDeviceId) argument
217 set( audio_source_t inputSource, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, callback_t cbf, void* user, uint32_t notificationFrames, bool threadCanCallJava, audio_session_t sessionId, transfer_type transferType, audio_input_flags_t flags, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, audio_port_handle_t selectedDeviceId) argument
H A DAudioSystem.cpp871 audio_port_handle_t *selectedDeviceId,
878 flags, selectedDeviceId, portId);
916 audio_port_handle_t *selectedDeviceId,
923 config, flags, selectedDeviceId, portId);
863 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, pid_t pid, uid_t uid, const audio_config_t *config, audio_output_flags_t flags, audio_port_handle_t *selectedDeviceId, audio_port_handle_t *portId) argument
908 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, pid_t pid, uid_t uid, const String16& opPackageName, const audio_config_base_t *config, audio_input_flags_t flags, audio_port_handle_t *selectedDeviceId, audio_port_handle_t *portId) argument
H A DIAudioPolicyService.cpp184 audio_port_handle_t *selectedDeviceId,
203 if (selectedDeviceId == NULL) {
204 ALOGE("getOutputForAttr NULL selectedDeviceId - shouldn't happen");
228 data.writeInt32(*selectedDeviceId);
243 *selectedDeviceId = (audio_port_handle_t)reply.readInt32();
294 audio_port_handle_t *selectedDeviceId,
307 if (selectedDeviceId == NULL) {
308 ALOGE("getInputForAttr NULL selectedDeviceId - shouldn't happen");
323 data.writeInt32(*selectedDeviceId);
334 *selectedDeviceId
176 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, pid_t pid, uid_t uid, const audio_config_t *config, audio_output_flags_t flags, audio_port_handle_t *selectedDeviceId, audio_port_handle_t *portId) argument
286 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, pid_t pid, uid_t uid, const String16& opPackageName, const audio_config_base_t *config, audio_input_flags_t flags, audio_port_handle_t *selectedDeviceId, audio_port_handle_t *portId) argument
1061 audio_port_handle_t selectedDeviceId = data.readInt32(); local
1123 audio_port_handle_t selectedDeviceId = (audio_port_handle_t) data.readInt32(); local
[all...]
H A DAudioTrack.cpp276 audio_port_handle_t selectedDeviceId)
286 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed, selectedDeviceId);
371 audio_port_handle_t selectedDeviceId)
384 mSelectedDeviceId = selectedDeviceId;
1453 input.selectedDeviceId = mSelectedDeviceId;
1473 mRoutedDeviceId = output.selectedDeviceId;
258 AudioTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, audio_output_flags_t flags, callback_t cbf, void* user, int32_t notificationFrames, audio_session_t sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed, audio_port_handle_t selectedDeviceId) argument
351 set( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, audio_output_flags_t flags, callback_t cbf, void* user, int32_t notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, audio_session_t sessionId, transfer_type transferType, const audio_offload_info_t *offloadInfo, uid_t uid, pid_t pid, const audio_attributes_t* pAttributes, bool doNotReconnect, float maxRequiredSpeed, audio_port_handle_t selectedDeviceId) argument
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp176 audio_port_handle_t *selectedDeviceId,
195 &flags, selectedDeviceId, portId);
205 *selectedDeviceId = AUDIO_PORT_HANDLE_NONE;
209 &flags, selectedDeviceId, portId);
308 audio_port_handle_t *selectedDeviceId,
367 flags, selectedDeviceId,
411 client->deviceId = *selectedDeviceId;
168 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, pid_t pid, uid_t uid, const audio_config_t *config, audio_output_flags_t flags, audio_port_handle_t *selectedDeviceId, audio_port_handle_t *portId) argument
300 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, pid_t pid, uid_t uid, const String16& opPackageName, const audio_config_base_t *config, audio_input_flags_t flags, audio_port_handle_t *selectedDeviceId, audio_port_handle_t *portId) argument
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp802 audio_port_handle_t *selectedDeviceId,
844 " session %d selectedDeviceId %d",
846 session, *selectedDeviceId);
852 if (*selectedDeviceId != AUDIO_PORT_HANDLE_NONE) {
853 deviceDesc = mAvailableOutputDevices.getDeviceFromId(*selectedDeviceId);
875 *selectedDeviceId = outputDevices.size() > 0 ? outputDevices.itemAt(0)->getId()
878 ALOGV(" getOutputForAttr() returns output %d selectedDeviceId %d", *output, *selectedDeviceId);
1478 audio_port_handle_t *selectedDeviceId,
1500 if (*selectedDeviceId !
795 getOutputForAttr(const audio_attributes_t *attr, audio_io_handle_t *output, audio_session_t session, audio_stream_type_t *stream, uid_t uid, const audio_config_t *config, audio_output_flags_t *flags, audio_port_handle_t *selectedDeviceId, audio_port_handle_t *portId) argument
1472 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, uid_t uid, const audio_config_base_t *config, audio_input_flags_t flags, audio_port_handle_t *selectedDeviceId, input_type_t *inputType, audio_port_handle_t *portId) argument
[all...]

Completed in 463 milliseconds