Home
last modified time | relevance | path

Searched refs:AudioHfpManager (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp37 HandsFreeAudioGateway *AudioHfpManager::hfpInstance_ = nullptr;
38 std::shared_ptr<AudioHfpListener> AudioHfpManager::hfpListener_ = std::make_shared<AudioHfpListener>();
39 AudioScene AudioHfpManager::scene_ = AUDIO_SCENE_DEFAULT;
40 AudioScene AudioHfpManager::sceneFromPolicy_ = AUDIO_SCENE_DEFAULT;
41 OHOS::Bluetooth::ScoCategory AudioHfpManager::scoCategory = OHOS::Bluetooth::ScoCategory::SCO_DEFAULT;
42 OHOS::Bluetooth::RecognitionStatus AudioHfpManager::recognitionStatus =
44 BluetoothRemoteDevice AudioHfpManager::activeHfpDevice_;
363 void AudioHfpManager::RegisterBluetoothScoListener() in RegisterBluetoothScoListener()
365 AUDIO_INFO_LOG("AudioHfpManager::RegisterBluetoothScoListener"); in RegisterBluetoothScoListener()
373 void AudioHfpManager
[all...]
H A Daudio_bluetooth_manager.h110 class AudioHfpManager { class
112 AudioHfpManager() = default;
113 virtual ~AudioHfpManager() = default;
H A Dbluetooth_device_manager.cpp827 std::thread disconnectScoThread = std::thread(&Bluetooth::AudioHfpManager::DisconnectSco); in HandleStopVirtualCall()
/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/
H A Daudiobluetoothmanager_fuzzer.cpp85 Bluetooth::AudioHfpManager::SetActiveHfpDevice(macAddress); in AudioHfpManagerFuzzTest()
86 Bluetooth::AudioHfpManager::ConnectScoWithAudioScene(scene); in AudioHfpManagerFuzzTest()
87 Bluetooth::AudioHfpManager::GetScoCategoryFromScene(scene); in AudioHfpManagerFuzzTest()
88 Bluetooth::AudioHfpManager::UpdateAudioScene(scene); in AudioHfpManagerFuzzTest()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp1280 Bluetooth::AudioHfpManager::DisconnectSco(); in NotifyUserSelectionEventToBt()
1325 ret = Bluetooth::AudioHfpManager::Connect(selectedDesc->macAddress_); in ConnectVirtualDevice()
2587 (Bluetooth::AudioHfpManager::GetScoCategory() == Bluetooth::ScoCategory::SCO_RECOGNITION || in FetchInputDeviceWhenNoRunningStream()
2588 Bluetooth::AudioHfpManager::GetRecognitionStatus() == Bluetooth::RecognitionStatus::RECOGNITION_CONNECTING)) { in FetchInputDeviceWhenNoRunningStream()
2629 int32_t ret = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in HandleScoOutputDeviceFetched()
2638 Bluetooth::AudioHfpManager::ConnectScoWithAudioScene(audioScene_); in HandleScoOutputDeviceFetched()
3026 int32_t ret = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in HandleScoInputDeviceFetched()
3035 Bluetooth::AudioHfpManager::ConnectScoWithAudioScene(audioScene_); in HandleScoInputDeviceFetched()
3122 int32_t activeRet = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in BluetoothScoFetch()
3142 Bluetooth::AudioHfpManager in BluetoothScoDisconectForRecongnition()
[all...]

Completed in 14 milliseconds