• Home
  • Raw
  • Download

Lines Matching refs:tBTA_AV_HNDL

60 static constexpr tBTA_AV_HNDL kBtaHandleUnknown = 0;
227 tBTA_AV_HNDL bta_handle, uint8_t peer_id);
267 tBTA_AV_HNDL BtaHandle() const { return bta_handle_; } in BtaHandle()
268 void SetBtaHandle(tBTA_AV_HNDL bta_handle) { bta_handle_ = bta_handle; } in SetBtaHandle()
335 tBTA_AV_HNDL bta_handle_;
371 BtifAvPeer* FindPeerByHandle(tBTA_AV_HNDL bta_handle);
374 tBTA_AV_HNDL bta_handle);
523 void BtaHandleRegistered(uint8_t peer_id, tBTA_AV_HNDL bta_handle);
535 std::map<uint8_t, tBTA_AV_HNDL> peer_id2bta_handle_;
558 BtifAvPeer* FindPeerByHandle(tBTA_AV_HNDL bta_handle);
561 tBTA_AV_HNDL bta_handle);
643 void BtaHandleRegistered(uint8_t peer_id, tBTA_AV_HNDL bta_handle);
653 std::map<uint8_t, tBTA_AV_HNDL> peer_id2bta_handle_;
686 tBTA_AV_HNDL bta_handle,
874 tBTA_AV_HNDL bta_handle, uint8_t peer_id) in BtifAvPeer()
1020 BtifAvPeer* BtifAvSource::FindPeerByHandle(tBTA_AV_HNDL bta_handle) { in FindPeerByHandle()
1041 tBTA_AV_HNDL bta_handle) { in FindOrCreatePeer()
1150 tBTA_AV_HNDL bta_handle = it.second; in DeregisterAllBtaHandles()
1157 tBTA_AV_HNDL bta_handle) { in BtaHandleRegistered()
1227 BtifAvPeer* BtifAvSink::FindPeerByHandle(tBTA_AV_HNDL bta_handle) { in FindPeerByHandle()
1248 tBTA_AV_HNDL bta_handle) { in FindOrCreatePeer()
1360 tBTA_AV_HNDL bta_handle = it.second; in DeregisterAllBtaHandles()
1366 void BtifAvSink::BtaHandleRegistered(uint8_t peer_id, tBTA_AV_HNDL bta_handle) { in BtaHandleRegistered()
2502 tBTA_AV_HNDL bta_handle, in btif_av_handle_event()
2550 tBTA_AV_HNDL bta_handle = kBtaHandleUnknown; in btif_av_handle_bta_av_event()