Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/include/
DaptXbtenc.h53 APTXBTENCEXPORT int aptxbtenc_init(void* _state, short endian);
/packages/modules/Bluetooth/system/embdrv/tests/src/
Daptx.cc38 ASSERT_EQ(aptxbtenc_init(aptxbtenc, 0), 0); in SetUp()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DaptXbtenc.c72 APTXBTENCEXPORT int aptxbtenc_init(void* _state, short endian) { in aptxbtenc_init() function
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_encoder.cc42 .init_func = aptxbtenc_init,