Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_av_co.cc92 p_sink(nullptr), in BtaAvCoPeer()
149 const BtaAvCoSep* p_sink; // Currently selected sink member in BtaAvCoPeer
734 p_sink = nullptr; in Reset()
938 BtaAvCoSep* p_sink = &p_peer->sinks[p_peer->num_sup_sinks++]; in ProcessSourceGetConfig() local
944 memcpy(p_sink->codec_caps, p_codec_info, AVDT_CODEC_SIZE); in ProcessSourceGetConfig()
945 p_sink->sep_info_idx = *p_sep_info_idx; in ProcessSourceGetConfig()
946 p_sink->seid = seid; in ProcessSourceGetConfig()
947 p_sink->num_protect = *p_num_protect; in ProcessSourceGetConfig()
948 memcpy(p_sink->protect_info, p_protect_info, AVDT_CP_INFO_LEN); in ProcessSourceGetConfig()
966 const BtaAvCoSep* p_sink = nullptr; in ProcessSourceGetConfig() local
[all …]