Home
last modified time | relevance | path

Searched refs:SetActiveDevice (Results 1 – 14 of 14) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/source/text-to-speech/
H A DTextToSpeechManager.cpp61SetActiveDevice(devices.front().second, devices.front().first, devices.front().first.capabilities.… in SendTextToOutputDevice()
98 …void TextToSpeechManager::SetActiveDevice(const std::shared_ptr<PCMOutputDriver>& driver, const De… in SetActiveDevice() function in Aws::TextToSpeech::TextToSpeechManager
103 driver->SetActiveDevice(device, caps); in SetActiveDevice()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech-tests/
H A DTextToSpeechManagerTests.cpp54 void SetActiveDevice(const DeviceInfo& device, const CapabilityInfo& caps) override in SetActiveDevice() function in MockPCMDriver
259 manager->SetActiveDevice(driver2, devInfo2, devInfo2.capabilities[0]); in TEST()
310 manager->SetActiveDevice(driver1, devInfo1, capability); in TEST()
427 manager->SetActiveDevice(driver1, devInfo1, capability); in TEST()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/include/aws/text-to-speech/linux/
H A DPulseAudioPCMOutputDriver.h31 … void SetActiveDevice(const DeviceInfo& device, const CapabilityInfo& capabilities) override;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/include/aws/text-to-speech/windows/
H A DWaveOutPCMOutputDriver.h35 … virtual void SetActiveDevice(const DeviceInfo& device, const CapabilityInfo& caps) override;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/include/aws/text-to-speech/
H A DPCMOutputDriver.h61 virtual void SetActiveDevice(const DeviceInfo&, const CapabilityInfo&) = 0;
H A DTextToSpeechManager.h79 …void SetActiveDevice(const std::shared_ptr<PCMOutputDriver>&, const DeviceInfo&, const CapabilityI…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/include/aws/text-to-speech/apple/
H A DCoreAudioPCMOutputDriver.h36 … void SetActiveDevice(const DeviceInfo& device, const CapabilityInfo& capability) override;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/source/text-to-speech/linux/
H A DPulseAudioPCMOutputDriver.cpp72 …void PulseAudioPCMOutputDriver::SetActiveDevice(const DeviceInfo& deviceInfo, const CapabilityInfo… in SetActiveDevice() function in Aws::TextToSpeech::PulseAudioPCMOutputDriver
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/source/text-to-speech/apple/
H A DCoreAudioPCMOutputDriver.cpp95 … void CoreAudioPCMOutputDriver::SetActiveDevice(const DeviceInfo&, const CapabilityInfo& caps) in SetActiveDevice() function in Aws::TextToSpeech::CoreAudioPCMOutputDriver
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-text-to-speech/source/text-to-speech/windows/
H A DWaveOutPCMOutputDriver.cpp134 … void WaveOutPCMOutputDriver::SetActiveDevice(const DeviceInfo& device, const CapabilityInfo& caps) in SetActiveDevice() function in Aws::TextToSpeech::WaveOutPCMOutputDriver
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dbootstrap_active_device.go99 err = m.SetActiveDevice(uv, deviceID, sib, sub, deviceName, KeychainModeOS)
H A Dcontext.go521 func (m MetaContext) SetActiveDevice(uv keybase1.UserVersion, deviceID keybase1.DeviceID, func
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/audio/
H A Dcras_audio_handler.h358 void SetActiveDevice(const AudioDevice& active_device, in COMPONENT_EXPORT()
H A Dcras_audio_handler.cc633 void CrasAudioHandler::SetActiveDevice(const AudioDevice& active_device, in SetActiveDevice() function in chromeos::CrasAudioHandler
1159 SetActiveDevice(device, notify, activate_by); in SwitchToDevice()