Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_vendor_ldac_abr.cc62 static tLDAC_ABR_SET_THRESHOLDS ldac_abr_set_thresholds_func; variable
105 ldac_abr_set_thresholds_func = (tLDAC_ABR_SET_THRESHOLDS)dlsym( in A2DP_VendorLoadLdacAbr()
107 if (ldac_abr_set_thresholds_func == NULL) { in A2DP_VendorLoadLdacAbr()
130 ldac_abr_set_thresholds_func = NULL; in A2DP_VendorUnloadLdacAbr()
155 return ldac_abr_set_thresholds_func(hLdacAbr, th_critical, th_dangerous_trend, in a2dp_ldac_abr_set_thresholds()