Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_vendor_ldac_decoder.cc58 typedef int (*tLDAC_GET_VERSION)(void); typedef
81 static tLDAC_GET_VERSION ldac_get_version_func;
152 ldac_get_version_func = (tLDAC_GET_VERSION)load_func(LDAC_GET_VERSION_NAME); in A2DP_VendorLoadDecoderLdac()
Da2dp_vendor_ldac_encoder.cc60 typedef int (*tLDAC_GET_VERSION)(void); typedef
96 static tLDAC_GET_VERSION ldac_get_version_func;
221 ldac_get_version_func = (tLDAC_GET_VERSION)load_func(LDAC_GET_VERSION_NAME); in A2DP_VendorLoadEncoderLdac()