Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Da2dpCodecHelperFunctions.h41 CODEC_PRIORITY_ENUM_VALS = {BTAV_A2DP_CODEC_PRIORITY_DISABLED,
/aosp12/system/bt/include/hardware/
H A Dbt_av.h77 BTAV_A2DP_CODEC_PRIORITY_DISABLED = -1, enumerator
/aosp12/system/bt/stack/a2dp/
H A Da2dp_codec_config.cc624 codec_priority = BTAV_A2DP_CODEC_PRIORITY_DISABLED; in init()
637 if (codec_config->codecPriority() == BTAV_A2DP_CODEC_PRIORITY_DISABLED) { in init()
/aosp12/system/bt/stack/test/
H A Dstack_a2dp_test.cc873 EXPECT_NE(codec_config->codecPriority(), BTAV_A2DP_CODEC_PRIORITY_DISABLED); in TEST_F()