Lines Matching refs:standardPcmAudioProfiles

199         const std::vector<AudioProfile> standardPcmAudioProfiles = {  in getPrimaryConfiguration()  local
254 standardPcmAudioProfiles.begin(), in getPrimaryConfiguration()
255 standardPcmAudioProfiles.end()); in getPrimaryConfiguration()
269 standardPcmAudioProfiles.begin(), in getPrimaryConfiguration()
270 standardPcmAudioProfiles.end()); in getPrimaryConfiguration()
276 standardPcmAudioProfiles.begin(), in getPrimaryConfiguration()
277 standardPcmAudioProfiles.end()); in getPrimaryConfiguration()
283 standardPcmAudioProfiles.begin(), in getPrimaryConfiguration()
284 standardPcmAudioProfiles.end()); in getPrimaryConfiguration()
411 const std::vector<AudioProfile> standardPcmAudioProfiles = { in getUsbConfiguration() local
429 c.connectedProfiles[usbOutDevice.id] = standardPcmAudioProfiles; in getUsbConfiguration()
436 c.connectedProfiles[usbOutHeadset.id] = standardPcmAudioProfiles; in getUsbConfiguration()
442 c.connectedProfiles[usbInDevice.id] = standardPcmAudioProfiles; in getUsbConfiguration()
449 c.connectedProfiles[usbInHeadset.id] = standardPcmAudioProfiles; in getUsbConfiguration()
628 const std::vector<AudioProfile> standardPcmAudioProfiles = { in getBluetoothConfiguration() local
640 btOutDevice.profiles.insert(btOutDevice.profiles.begin(), standardPcmAudioProfiles.begin(), in getBluetoothConfiguration()
641 standardPcmAudioProfiles.end()); in getBluetoothConfiguration()
643 c.connectedProfiles[btOutDevice.id] = standardPcmAudioProfiles; in getBluetoothConfiguration()
650 standardPcmAudioProfiles.begin(), in getBluetoothConfiguration()
651 standardPcmAudioProfiles.end()); in getBluetoothConfiguration()
653 c.connectedProfiles[btOutHeadphone.id] = standardPcmAudioProfiles; in getBluetoothConfiguration()
660 standardPcmAudioProfiles.begin(), in getBluetoothConfiguration()
661 standardPcmAudioProfiles.end()); in getBluetoothConfiguration()
663 c.connectedProfiles[btOutSpeaker.id] = standardPcmAudioProfiles; in getBluetoothConfiguration()