Searched refs:ldac_decoder_lib_handle (Results 1 – 1 of 1) sorted by relevance
46 static void* ldac_decoder_lib_handle = NULL; variable119 void* func_ptr = dlsym(ldac_decoder_lib_handle, func_name); in load_func()131 if (ldac_decoder_lib_handle != NULL) return true; // Already loaded in A2DP_VendorLoadDecoderLdac()137 ldac_decoder_lib_handle = dlopen(LDAC_DECODER_LIB_NAME, RTLD_NOW); in A2DP_VendorLoadDecoderLdac()138 if (ldac_decoder_lib_handle == NULL) { in A2DP_VendorLoadDecoderLdac()187 if (ldac_decoder_lib_handle != NULL) { in A2DP_VendorUnloadDecoderLdac()188 dlclose(ldac_decoder_lib_handle); in A2DP_VendorUnloadDecoderLdac()189 ldac_decoder_lib_handle = NULL; in A2DP_VendorUnloadDecoderLdac()