Lines Matching refs:tBTA_AV_HNDL
59 static constexpr tBTA_AV_HNDL kBtaHandleUnknown = 0;
225 tBTA_AV_HNDL bta_handle, uint8_t peer_id);
265 tBTA_AV_HNDL BtaHandle() const { return bta_handle_; } in BtaHandle()
266 void SetBtaHandle(tBTA_AV_HNDL bta_handle) { bta_handle_ = bta_handle; } in SetBtaHandle()
324 tBTA_AV_HNDL bta_handle_;
357 BtifAvPeer* FindPeerByHandle(tBTA_AV_HNDL bta_handle);
360 tBTA_AV_HNDL bta_handle);
520 void BtaHandleRegistered(uint8_t peer_id, tBTA_AV_HNDL bta_handle);
532 std::map<uint8_t, tBTA_AV_HNDL> peer_id2bta_handle_;
554 BtifAvPeer* FindPeerByHandle(tBTA_AV_HNDL bta_handle);
557 tBTA_AV_HNDL bta_handle);
639 void BtaHandleRegistered(uint8_t peer_id, tBTA_AV_HNDL bta_handle);
649 std::map<uint8_t, tBTA_AV_HNDL> peer_id2bta_handle_;
680 tBTA_AV_HNDL bta_handle,
864 tBTA_AV_HNDL bta_handle, uint8_t peer_id) in BtifAvPeer()
1004 BtifAvPeer* BtifAvSource::FindPeerByHandle(tBTA_AV_HNDL bta_handle) { in FindPeerByHandle()
1025 tBTA_AV_HNDL bta_handle) { in FindOrCreatePeer()
1126 tBTA_AV_HNDL bta_handle = it.second; in DeregisterAllBtaHandles()
1133 tBTA_AV_HNDL bta_handle) { in BtaHandleRegistered()
1191 BtifAvPeer* BtifAvSink::FindPeerByHandle(tBTA_AV_HNDL bta_handle) { in FindPeerByHandle()
1212 tBTA_AV_HNDL bta_handle) { in FindOrCreatePeer()
1317 tBTA_AV_HNDL bta_handle = it.second; in DeregisterAllBtaHandles()
1323 void BtifAvSink::BtaHandleRegistered(uint8_t peer_id, tBTA_AV_HNDL bta_handle) { in BtaHandleRegistered()
2379 tBTA_AV_HNDL bta_handle, in btif_av_handle_event()
2426 tBTA_AV_HNDL bta_handle = kBtaHandleUnknown; in btif_av_handle_bta_av_event()