Searched refs:active_peer_ (Results 1 – 2 of 2) sorted by relevance
161 : active_peer_(nullptr), in BtaAvCo()685 BtaAvCoPeer* active_peer_; // The current active peer member in BtaAvCo761 active_peer_ = nullptr; in Reset()789 if (active_peer_ == nullptr || active_peer_->GetCodecs() == nullptr) { in GetActivePeerCurrentCodec()792 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()1298 if (active_peer_ == nullptr) { in ProcessOpen()1299 active_peer_ = p_peer; in ProcessOpen()1318 if (active_peer_ == p_peer) { in ProcessClose()1319 active_peer_ = nullptr; in ProcessClose()1379 if (ContentProtectEnabled() && (active_peer_ != nullptr) && in GetNextSourceDataPacket()[all …]
407 const RawAddress& ActivePeer() const { return active_peer_; } in ActivePeer()468 if (active_peer_ == peer_address) { in SetActivePeer()479 btif_a2dp_source_end_session(active_peer_); in SetActivePeer()481 active_peer_ = peer_address; in SetActivePeer()494 if (!btif_a2dp_source_restart_session(active_peer_, peer_address, in SetActivePeer()499 active_peer_ = peer_address; in SetActivePeer()514 if (!peer_address.IsEmpty() && active_peer_ == peer_address) { in UpdateCodecConfig()515 btif_a2dp_source_end_session(active_peer_); in UpdateCodecConfig()537 RawAddress active_peer_; member in BtifAvSource594 const RawAddress& ActivePeer() const { return active_peer_; } in ActivePeer()[all …]