Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp88 audio_port_handle_t *selectedDeviceId,
98 audio_port_handle_t *selectedDeviceId,
162 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
180 selectedDeviceId, portId, {})); in getOutputForAttr()
187 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
204 selectedDeviceId, &inputType, portId)); in getInputForAttr()
395 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE; in TEST_F() local
396 getOutputForAttr(&selectedDeviceId, in TEST_F()
398 ASSERT_EQ(selectedDeviceId, mMsdOutputDevice->getId()); in TEST_F()
404 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE; in TEST_F() local
[all …]
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h86 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t)); in readFromParcel()
109 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t)); in writeToParcel()
126 audio_port_handle_t selectedDeviceId; variable
141 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t)); in readFromParcel()
159 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t)); in writeToParcel()
176 audio_port_handle_t selectedDeviceId; variable
217 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t)); in readFromParcel()
234 (void)parcel->write(&selectedDeviceId, sizeof(audio_port_handle_t)); in writeToParcel()
250 audio_port_handle_t selectedDeviceId; variable
265 (void)parcel->read(&selectedDeviceId, sizeof(audio_port_handle_t)); in readFromParcel()
[all …]
DAudioRecord.h200 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
242 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
DIAudioPolicyService.h70 audio_port_handle_t *selectedDeviceId,
85 audio_port_handle_t *selectedDeviceId,
DAudioTrack.h258 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
337 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
DAudioSystem.h236 audio_port_handle_t *selectedDeviceId,
254 audio_port_handle_t *selectedDeviceId,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp185 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
212 &flags, selectedDeviceId, portId, in getOutputForAttr()
223 *selectedDeviceId = AUDIO_PORT_HANDLE_NONE; in getOutputForAttr()
227 &flags, selectedDeviceId, portId, in getOutputForAttr()
233 new AudioPlaybackClient(*attr, *output, uid, pid, session, *selectedDeviceId, *stream); in getOutputForAttr()
355 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
425 flags, selectedDeviceId, in getInputForAttr()
468 *selectedDeviceId, opPackageName, in getInputForAttr()
DAudioPolicyService.h88 audio_port_handle_t *selectedDeviceId,
103 audio_port_handle_t *selectedDeviceId = NULL,
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp146 audio_port_handle_t selectedDeviceId, in AudioRecord() argument
159 uid, pid, pAttributes, selectedDeviceId, in AudioRecord()
209 audio_port_handle_t selectedDeviceId, in set() argument
228 mSelectedDeviceId = selectedDeviceId; in set()
763 input.selectedDeviceId = mSelectedDeviceId; in createRecord_l()
789 mRoutedDeviceId = output.selectedDeviceId; in createRecord_l()
DIAudioPolicyService.cpp214 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
228 if (selectedDeviceId == nullptr) { in getOutputForAttr()
252 data.writeInt32(*selectedDeviceId); in getOutputForAttr()
271 *selectedDeviceId = (audio_port_handle_t)reply.readInt32(); in getOutputForAttr()
313 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
326 if (selectedDeviceId == NULL) { in getInputForAttr()
343 data.writeInt32(*selectedDeviceId); in getInputForAttr()
354 *selectedDeviceId = (audio_port_handle_t)reply.readInt32(); in getInputForAttr()
1543 audio_port_handle_t selectedDeviceId = data.readInt32(); in onTransact() local
1550 flags, &selectedDeviceId, &portId, &secondaryOutputs); in onTransact()
[all …]
DAudioTrack.cpp246 audio_port_handle_t selectedDeviceId) in AudioTrack() argument
258 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed, selectedDeviceId); in AudioTrack()
346 audio_port_handle_t selectedDeviceId) in set() argument
361 mSelectedDeviceId = selectedDeviceId; in set()
1466 input.selectedDeviceId = mSelectedDeviceId; in createTrack_l()
1487 mRoutedDeviceId = output.selectedDeviceId; in createTrack_l()
DAudioSystem.cpp883 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
891 flags, selectedDeviceId, portId, secondaryOutputs); in getOutputForAttr()
924 audio_port_handle_t *selectedDeviceId, in getInputForAttr() argument
931 config, flags, selectedDeviceId, portId); in getInputForAttr()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAudioSource.h47 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h120 audio_port_handle_t *selectedDeviceId,
138 audio_port_handle_t *selectedDeviceId,
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp136 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED) in open() local
177 selectedDeviceId in open()
DAudioStreamTrack.cpp131 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED) in open() local
173 selectedDeviceId in open()
/frameworks/av/media/libstagefright/
DAudioSource.cpp55 uid_t uid, pid_t pid, audio_port_handle_t selectedDeviceId, in AudioSource() argument
108 selectedDeviceId, in AudioSource()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h122 audio_port_handle_t *selectedDeviceId,
135 audio_port_handle_t *selectedDeviceId,
826 audio_port_handle_t *selectedDeviceId,
DAudioPolicyManager.cpp910 audio_port_handle_t *selectedDeviceId, in getOutputForAttrInt() argument
915 const audio_port_handle_t requestedPortId = *selectedDeviceId; in getOutputForAttrInt()
957 *selectedDeviceId = deviceDesc != 0 ? deviceDesc->getId() : AUDIO_PORT_HANDLE_NONE; in getOutputForAttrInt()
1013 *selectedDeviceId = getFirstDeviceId(outputDevices); in getOutputForAttrInt()
1015 ALOGV("%s returns output %d selectedDeviceId %d", __func__, *output, *selectedDeviceId); in getOutputForAttrInt()
1027 audio_port_handle_t *selectedDeviceId, in getOutputForAttr() argument
1035 const audio_port_handle_t requestedPortId = *selectedDeviceId; in getOutputForAttr()
1045 *selectedDeviceId = sanitizedRequestedPortId; in getOutputForAttr()
1048 config, flags, selectedDeviceId, &isRequestedDeviceForExclusiveUse, in getOutputForAttr()
1076 *output, requestedPortId, *selectedDeviceId, *portId); in getOutputForAttr()
[all …]
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp777 output.selectedDeviceId = input.selectedDeviceId; in createTrack()
780 &output.selectedDeviceId, &portId, &secondaryOutputs); in createTrack()
1988 output.selectedDeviceId = input.selectedDeviceId; in createRecord()
2004 output.selectedDeviceId = input.selectedDeviceId; in createRecord()
2015 output.flags, &output.selectedDeviceId, &portId); in createRecord()