Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h72 BTAV_A2DP_CODEC_INDEX_SINK_MIN = BTAV_A2DP_CODEC_INDEX_SOURCE_EXT_MAX, enumerator
75 BTAV_A2DP_CODEC_INDEX_SINK_SBC = BTAV_A2DP_CODEC_INDEX_SINK_MIN,
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc287 if (codec->id == codec_id && index >= BTAV_A2DP_CODEC_INDEX_SINK_MIN && in SinkCodecIndex()
301 index >= BTAV_A2DP_CODEC_INDEX_SINK_MIN && in SinkCodecIndex()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecHelperFunctions.h34 BTAV_A2DP_CODEC_INDEX_SINK_MIN,
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc632 codec_index_min = BTAV_A2DP_CODEC_INDEX_SINK_MIN; in bta_av_api_register()