Home
last modified time | relevance | path

Searched refs:GetLeIsoInterface (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/hci/
H A Dhci_layer.h91 …virtual LeIsoInterface* GetLeIsoInterface(common::ContextualCallback<void(LeMetaEventView)> event_…
H A Dhci_layer.cc521 LeIsoInterface* HciLayer::GetLeIsoInterface(ContextualCallback<void(LeMetaEventView)> event_handler… in GetLeIsoInterface() function in bluetooth::hci::HciLayer
/aosp12/system/bt/gd/hci/fuzz/
H A Dfuzz_hci_layer.cc65 hci::LeIsoInterface* FuzzHciLayer::GetLeIsoInterface(ContextualCallback<void(hci::LeMetaEventView)>… in GetLeIsoInterface() function in bluetooth::hci::fuzz::FuzzHciLayer
H A Dfuzz_hci_layer.h124 …hci::LeIsoInterface* GetLeIsoInterface(common::ContextualCallback<void(LeMetaEventView)> event_han…
/aosp12/system/bt/gd/iso/internal/
H A Diso_manager_impl.cc36 …hci_le_iso_interface_(hci_layer->GetLeIsoInterface(iso_handler_->BindOn(this, &IsoManagerImpl::OnH… in IsoManagerImpl()