Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_a2dp_endpoint.c50 SBC_BLOCK_LENGTH_12 | SBC_BLOCK_LENGTH_16; in cras_a2dp_get_capabilities()
109 if (sbc_caps->block_length & SBC_BLOCK_LENGTH_16) { in cras_a2dp_select_configuration()
110 sbc_config->block_length = SBC_BLOCK_LENGTH_16; in cras_a2dp_select_configuration()
Dcras_a2dp_info.c62 case SBC_BLOCK_LENGTH_16: in init_a2dp()
/external/adhd/cras/src/common/
Da2dp-codecs.h44 #define SBC_BLOCK_LENGTH_16 1 macro
/external/adhd/cras/src/tests/
Da2dp_info_unittest.cc32 sbc.block_length = SBC_BLOCK_LENGTH_16; in ResetStubData()