Searched refs:getDPInfo (Results 1 – 1 of 1) sorted by relevance
3372 std::string getDPInfo = ""; in HandleDpDevice() local3378 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()