Home
last modified time | relevance | path

Searched refs:scoCategory (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp41 OHOS::Bluetooth::ScoCategory AudioHfpManager::scoCategory = OHOS::Bluetooth::ScoCategory::SCO_DEFAULT; member in OHOS::Bluetooth::AudioHfpManager
417 int8_t scoCategory = GetScoCategoryFromScene(scene_); in HandleScoWithRecongnition() local
418 if (scoCategory == ScoCategory::SCO_DEFAULT && in HandleScoWithRecongnition()
419 AudioHfpManager::scoCategory != ScoCategory::SCO_RECOGNITION) { in HandleScoWithRecongnition()
424 AudioHfpManager::scoCategory = ScoCategory::SCO_RECOGNITION; in HandleScoWithRecongnition() member in OHOS::Bluetooth::AudioHfpManager
431 if (AudioHfpManager::scoCategory == ScoCategory::SCO_RECOGNITION) { in HandleScoWithRecongnition()
436 AudioHfpManager::scoCategory = ScoCategory::SCO_DEFAULT; in HandleScoWithRecongnition() member in OHOS::Bluetooth::AudioHfpManager
447 if (AudioHfpManager::scoCategory == ScoCategory::SCO_RECOGNITION) { in ClearRecongnitionStatus()
448 AudioHfpManager::scoCategory = ScoCategory::SCO_DEFAULT; in ClearRecongnitionStatus() member in OHOS::Bluetooth::AudioHfpManager
455 return scoCategory; in GetScoCategory()
[all...]
H A Daudio_bluetooth_manager.h141 static ScoCategory scoCategory; member in OHOS::Bluetooth::AudioHfpManager

Completed in 2 milliseconds