Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_codec_config.cc73 BTAV_A2DP_CODEC_PRIORITY_DEFAULT); in A2dpCodecConfig()
75 BTAV_A2DP_CODEC_PRIORITY_DEFAULT); in A2dpCodecConfig()
86 if (codec_priority == BTAV_A2DP_CODEC_PRIORITY_DEFAULT) { in setCodecPriority()
96 if (default_codec_priority_ != BTAV_A2DP_CODEC_PRIORITY_DEFAULT) { in setDefaultCodecPriority()
321 (codec_config.codec_priority == BTAV_A2DP_CODEC_PRIORITY_DEFAULT) && in isCodecConfigEmpty()
602 BTAV_A2DP_CODEC_PRIORITY_DEFAULT; in init()
618 if (codec_priority != BTAV_A2DP_CODEC_PRIORITY_DEFAULT) { in init()
/system/bt/include/hardware/
Dbt_av.h80 BTAV_A2DP_CODEC_PRIORITY_DEFAULT = 0, enumerator
/system/bt/stack/include/
Da2dp_codec_api.h58 BTAV_A2DP_CODEC_PRIORITY_DEFAULT);
/system/bt/stack/test/
Dstack_a2dp_test.cc825 EXPECT_NE(codec_config->codecPriority(), BTAV_A2DP_CODEC_PRIORITY_DEFAULT); in TEST_F()