HomeSort by relevance Sort by last modified time
    Searched refs:active_peer_ (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/co/
bta_av_co.cc 167 : active_peer_(nullptr),
679 BtaAvCoPeer* active_peer_; // The current active peer member in class:BtaAvCo
755 active_peer_ = nullptr;
775 if (active_peer_ == nullptr || active_peer_->GetCodecs() == nullptr) {
778 return active_peer_->GetCodecs()->getCurrentCodecConfig();
    [all...]
  /system/bt/btif/src/
btif_av.cc 386 const RawAddress& ActivePeer() const { return active_peer_; }
399 if (active_peer_ == peer_address) return true; // Nothing has changed
407 btif_a2dp_source_end_session(active_peer_);
409 active_peer_ = peer_address;
420 if (!btif_a2dp_source_restart_session(active_peer_, peer_address)) {
423 active_peer_ = peer_address;
438 ((active_peer_ == peer_address) && !active_peer_.IsEmpty());
440 btif_a2dp_source_end_session(active_peer_);
449 btif_a2dp_source_start_session(active_peer_);
467 RawAddress active_peer_; member in class:BtifAvSource
577 RawAddress active_peer_; member in class:BtifAvSink
    [all...]

Completed in 216 milliseconds