Home
last modified time | relevance | path

Searched refs:GetIsoQueueEnd (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc108 auto queue_end = hci_->GetIsoQueueEnd(); in SendIsoData()
149 hci_->GetIsoQueueEnd()->RegisterDequeue( in Start()
155 hci_->GetIsoQueueEnd()->UnregisterDequeue(); in Stop()
187 auto iso_ptr = hci_->GetIsoQueueEnd()->TryDequeue(); in handle_iso()
203 hci_->GetIsoQueueEnd()->UnregisterEnqueue(); in handle_enqueue_iso()
Dhci_layer_mock.h46 MOCK_METHOD((common::BidiQueueEnd<IsoBuilder, IsoView>*), GetIsoQueueEnd, (), (override));
Dhci_interface.h56 virtual common::BidiQueueEnd<IsoBuilder, IsoView>* GetIsoQueueEnd() = 0;
Dhci_layer.h65 virtual common::BidiQueueEnd<IsoBuilder, IsoView>* GetIsoQueueEnd();
Dhci_layer.cc578 common::BidiQueueEnd<IsoBuilder, IsoView>* HciLayer::GetIsoQueueEnd() { in GetIsoQueueEnd() function in bluetooth::hci::HciLayer
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h79 common::BidiQueueEnd<hci::IsoBuilder, hci::IsoView>* GetIsoQueueEnd() override { in GetIsoQueueEnd() function
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc273 hci_iso_queue_end = bluetooth::shim::GetHciLayer()->GetIsoQueueEnd(); in register_for_iso()