/frameworks/av/services/audiopolicy/tests/ |
D | audiopolicymanager_tests.cpp | 88 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/ |
D | IAudioFlinger.h | 86 (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 …]
|
D | AudioRecord.h | 200 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE, 242 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
|
D | IAudioPolicyService.h | 70 audio_port_handle_t *selectedDeviceId, 85 audio_port_handle_t *selectedDeviceId,
|
D | AudioTrack.h | 258 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE); 337 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE);
|
D | AudioSystem.h | 236 audio_port_handle_t *selectedDeviceId, 254 audio_port_handle_t *selectedDeviceId,
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 185 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()
|
D | AudioPolicyService.h | 88 audio_port_handle_t *selectedDeviceId, 103 audio_port_handle_t *selectedDeviceId = NULL,
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 146 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()
|
D | IAudioPolicyService.cpp | 214 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 …]
|
D | AudioTrack.cpp | 246 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()
|
D | AudioSystem.cpp | 883 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/ |
D | AudioSource.h | 47 audio_port_handle_t selectedDeviceId = AUDIO_PORT_HANDLE_NONE,
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 120 audio_port_handle_t *selectedDeviceId, 138 audio_port_handle_t *selectedDeviceId,
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamRecord.cpp | 136 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED) in open() local 177 selectedDeviceId in open()
|
D | AudioStreamTrack.cpp | 131 audio_port_handle_t selectedDeviceId = (getDeviceId() == AAUDIO_UNSPECIFIED) in open() local 173 selectedDeviceId in open()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 55 uid_t uid, pid_t pid, audio_port_handle_t selectedDeviceId, in AudioSource() argument 108 selectedDeviceId, in AudioSource()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 122 audio_port_handle_t *selectedDeviceId, 135 audio_port_handle_t *selectedDeviceId, 826 audio_port_handle_t *selectedDeviceId,
|
D | AudioPolicyManager.cpp | 910 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/ |
D | AudioFlinger.cpp | 777 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()
|