Home
last modified time | relevance | path

Searched refs:GetCurrentOutputDeviceNetworkId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp771 std::string curOutputNetworkId = GetCurrentOutputDeviceNetworkId(); in OffloadStreamSetCheck()
869 if (GetCurrentOutputDeviceNetworkId() != LOCAL_NETWORK_ID || dev == DEVICE_TYPE_REMOTE_CAST) { in CheckActiveOutputDeviceSupportOffload()
2094 std::string AudioPolicyService::GetCurrentOutputDeviceNetworkId() in GetCurrentOutputDeviceNetworkId() function in OHOS::AudioStandard::AudioPolicyService
3494 CHECK_AND_RETURN_RET(GetCurrentOutputDeviceNetworkId() == LOCAL_NETWORK_ID, false); in IsDeviceActive()
6790 if (GetCurrentOutputDeviceNetworkId() != LOCAL_NETWORK_ID || in CheckStreamMultichannelMode()
7521 GetCurrentOutputDeviceNetworkId() == LOCAL_NETWORK_ID && a2dpOffloadFlag_ == A2DP_OFFLOAD) { in OffloadGetRenderPosition()
7596 GetCurrentOutputDeviceNetworkId() == LOCAL_NETWORK_ID && deviceType == DEVICE_TYPE_NONE) { in UpdateA2dpOffloadFlag()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h980 std::string GetCurrentOutputDeviceNetworkId();