Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc80 BTAV_A2DP_CODEC_PRIORITY_DEFAULT); in A2dpCodecConfig()
82 BTAV_A2DP_CODEC_PRIORITY_DEFAULT); in A2dpCodecConfig()
93 if (codec_priority == BTAV_A2DP_CODEC_PRIORITY_DEFAULT) { in setCodecPriority()
103 if (default_codec_priority_ != BTAV_A2DP_CODEC_PRIORITY_DEFAULT) { in setDefaultCodecPriority()
346 (codec_config.codec_priority == BTAV_A2DP_CODEC_PRIORITY_DEFAULT) && in isCodecConfigEmpty()
618 BTAV_A2DP_CODEC_PRIORITY_DEFAULT; in init()
644 if (codec_priority != BTAV_A2DP_CODEC_PRIORITY_DEFAULT) { in init()
Da2dp_ext.cc42 BTAV_A2DP_CODEC_PRIORITY_DEFAULT), in A2dpCodecConfigExt()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecHelperFunctions.h44 BTAV_A2DP_CODEC_PRIORITY_DEFAULT,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h105 BTAV_A2DP_CODEC_PRIORITY_DEFAULT = 0, enumerator
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h61 BTAV_A2DP_CODEC_PRIORITY_DEFAULT);
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc991 EXPECT_NE(codec_config->codecPriority(), BTAV_A2DP_CODEC_PRIORITY_DEFAULT); in TEST_F()