Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc115 bluetooth::hci::IsoView>* hci_iso_queue_end = variable
256 if (hci_iso_queue_end == nullptr) { in iso_data_callback()
259 auto packet = hci_iso_queue_end->TryDequeue(); in iso_data_callback()
273 hci_iso_queue_end = bluetooth::shim::GetHciLayer()->GetIsoQueueEnd(); in register_for_iso()
274 hci_iso_queue_end->RegisterDequeue( in register_for_iso()
279 hci_iso_queue_end); in register_for_iso()
301 if (hci_iso_queue_end != nullptr) { in on_shutting_down()
302 hci_iso_queue_end->UnregisterDequeue(); in on_shutting_down()
303 hci_iso_queue_end = nullptr; in on_shutting_down()