Searched refs:RemoveAudioDeviceList (Results 1 – 6 of 6) sorted by relevance
47 void RemoveAudioDeviceList(const std::string &address, AudioDeviceType deviceType);
209 DelayedSingleton<AudioDeviceManager>::GetInstance()->RemoveAudioDeviceList( in OnConnectionStateChanged()
269 DelayedSingleton<AudioDeviceManager>::GetInstance()->RemoveAudioDeviceList( in OnDeviceChange()
194 void AudioDeviceManager::RemoveAudioDeviceList(const std::string &address, AudioDeviceType deviceTy… in RemoveAudioDeviceList() function in OHOS::Telephony::AudioDeviceManager
328 audioDeviceManager->RemoveAudioDeviceList(NAME, AudioDeviceType::DEVICE_WIRED_HEADSET);329 audioDeviceManager->RemoveAudioDeviceList(NAME, AudioDeviceType::DEVICE_BLUETOOTH_SCO);
217 DelayedSingleton<AudioDeviceManager>::GetInstance()->RemoveAudioDeviceList( in RemoveDCallDevice()