Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_ldac_decoder.cc106 static void* load_func(const char* func_name) { in load_func() function
134 ldac_BCO_init_func = (tLDAC_BCO_INIT)load_func(LDAC_BCO_INIT_NAME); in A2DP_VendorLoadDecoderLdac()
137 ldac_BCO_cleanup_func = (tLDAC_BCO_CLEANUP)load_func(LDAC_BCO_CLEANUP_NAME); in A2DP_VendorLoadDecoderLdac()
141 (tLDAC_BCO_DECODE_PACKET)load_func(LDAC_BCO_DECODE_PACKET_NAME); in A2DP_VendorLoadDecoderLdac()
144 ldac_BCO_start_func = (tLDAC_BCO_START)load_func(LDAC_BCO_START_NAME); in A2DP_VendorLoadDecoderLdac()
147 ldac_BCO_suspend_func = (tLDAC_BCO_SUSPEND)load_func(LDAC_BCO_SUSPEND_NAME); in A2DP_VendorLoadDecoderLdac()
151 (tLDAC_BCO_CONFIGURE)load_func(LDAC_BCO_CONFIGURE_NAME); in A2DP_VendorLoadDecoderLdac()