Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_vendor_ldac_decoder.cc48 static void* ldac_bco_lib_handle = NULL; variable
112 void* func_ptr = dlsym(ldac_bco_lib_handle, func_name); in load_func()
123 if (ldac_bco_lib_handle != NULL) return true; // Already loaded in A2DP_VendorLoadDecoderLdac()
131 ldac_bco_lib_handle = dlopen(LDAC_BCO_LIB_NAME, RTLD_NOW); in A2DP_VendorLoadDecoderLdac()
132 if (ldac_bco_lib_handle == NULL) { in A2DP_VendorLoadDecoderLdac()
176 if (ldac_bco_lib_handle != NULL) { in A2DP_VendorUnloadDecoderLdac()
177 dlclose(ldac_bco_lib_handle); in A2DP_VendorUnloadDecoderLdac()
178 ldac_bco_lib_handle = NULL; in A2DP_VendorUnloadDecoderLdac()