Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_vendor_aptx_encoder.cc40 static const char* APTX_ENCODER_LIB_NAME = "libaptX_encoder.so"; variable
120 aptx_encoder_lib_handle = dlopen(APTX_ENCODER_LIB_NAME, RTLD_NOW); in A2DP_VendorLoadEncoderAptx()
123 APTX_ENCODER_LIB_NAME, dlerror()); in A2DP_VendorLoadEncoderAptx()
/system/bt/stack/test/
Dstack_a2dp_test.cc173 static const char* APTX_ENCODER_LIB_NAME = "libaptX_encoder.so"; variable
209 supported = has_shared_library(APTX_ENCODER_LIB_NAME); in StackA2dpTest()