Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_ldac_decoder.cc47 static void* ldac_bco_lib_handle = NULL; variable
107 void* func_ptr = dlsym(ldac_bco_lib_handle, func_name); in load_func()
118 if (ldac_bco_lib_handle != NULL) return true; // Already loaded in A2DP_VendorLoadDecoderLdac()
126 ldac_bco_lib_handle = dlopen(LDAC_BCO_LIB_NAME, RTLD_NOW); in A2DP_VendorLoadDecoderLdac()
127 if (ldac_bco_lib_handle == NULL) { in A2DP_VendorLoadDecoderLdac()
171 if (ldac_bco_lib_handle != NULL) { in A2DP_VendorUnloadDecoderLdac()
172 dlclose(ldac_bco_lib_handle); in A2DP_VendorUnloadDecoderLdac()
173 ldac_bco_lib_handle = NULL; in A2DP_VendorUnloadDecoderLdac()