Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_encoder.cc44 static const tAPTX_API aptx_api = { variable
117 external_api = aptx_api; in A2DP_VendorCopyAptxApi()
141 a2dp_aptx_encoder_cb.aptx_encoder_state = osi_malloc(aptx_api.sizeof_params_func()); in a2dp_vendor_aptx_encoder_init()
143 aptx_api.init_func(a2dp_aptx_encoder_cb.aptx_encoder_state, 0); in a2dp_vendor_aptx_encoder_init()
382 aptx_api.encode_stereo_func(a2dp_aptx_encoder_cb.aptx_encoder_state, &pcmL, &pcmR, in aptx_encode_16bit()