Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp3372 std::string getDPInfo = ""; in HandleDpDevice() local
3378 getDPInfo = gsp->GetAudioParameter(LOCAL_NETWORK_ID, GET_DP_DEVICE_INFO, in HandleDpDevice()
3383 getDPInfo = getDPInfo.empty() ? defaulyDPInfo : getDPInfo; in HandleDpDevice()
3384 int32_t ret = LoadDpModule(getDPInfo); in HandleDpDevice()