Searched refs:GetPinValueFromType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/ |
H A D | audio_manager_unit_test.cpp | 665 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 679 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 693 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 707 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 721 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 735 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 749 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 763 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 777 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); 791 AudioPin ret = AudioSystemManager::GetInstance()->GetPinValueFromType(deviceType, deviceRole); [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/src/ |
H A D | daudio_handler.cpp | 125 auto dhId = audioSrv->GetPinValueFromType(dev->deviceType_, dev->deviceRole_); in RealQuery()
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include/ |
H A D | audio_system_manager.h | 1100 AudioPin GetPinValueFromType(DeviceType deviceType, DeviceRole deviceRole) const;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_system_manager.cpp | 1245 AudioPin AudioSystemManager::GetPinValueFromType(DeviceType deviceType, DeviceRole deviceRole) const in GetPinValueFromType() function in OHOS::AudioStandard::AudioSystemManager
|