Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc115 CodecInfo const& codec, btav_a2dp_codec_index_t* ext_index) { in assignSourceCodecIndex() argument
151 if (*ext_index >= BTAV_A2DP_CODEC_INDEX_SOURCE_EXT_MAX) { in assignSourceCodecIndex()
159 return *(ext_index++); in assignSourceCodecIndex()
170 CodecInfo const& codec, btav_a2dp_codec_index_t* ext_index) { in assignSinkCodecIndex() argument
198 if (*ext_index >= BTAV_A2DP_CODEC_INDEX_SINK_EXT_MAX) { in assignSinkCodecIndex()
206 return *(ext_index++); in assignSinkCodecIndex()