Searched refs:p_source (Results 1 – 3 of 3) sorted by relevance
379 BtaAvCoSep* p_source = &p_peer->sources[p_peer->num_sup_sources++]; in ProcessSinkGetConfig() local385 memcpy(p_source->codec_caps, p_codec_info, AVDT_CODEC_SIZE); in ProcessSinkGetConfig()386 p_source->sep_info_idx = *p_sep_info_idx; in ProcessSinkGetConfig()387 p_source->seid = seid; in ProcessSinkGetConfig()388 p_source->num_protect = *p_num_protect; in ProcessSinkGetConfig()389 memcpy(p_source->protect_info, p_protect_info, AVDT_CP_INFO_LEN); in ProcessSinkGetConfig()404 const BtaAvCoSep* p_source = nullptr; in ProcessSinkGetConfig() local407 if (p_peer->p_source == nullptr) { in ProcessSinkGetConfig()409 p_peer->p_source = peer_cache_->FindPeerSource( in ProcessSinkGetConfig()413 p_source = p_peer->p_source; in ProcessSinkGetConfig()[all …]
43 p_source(nullptr), in BtaAvCoPeer()83 p_source = nullptr; in Reset()140 BtaAvCoSep* p_source = &p_peer->sources[index]; in FindPeerSource() local142 A2DP_SinkCodecIndex(p_source->codec_caps); in FindPeerSource()146 if (!AudioSepHasContentProtection(p_source, content_protect_flag)) { in FindPeerSource()152 return p_source; in FindPeerSource()
102 const BtaAvCoSep* p_source; // Currently selected source variable