Searched refs:hci_iso_queue_end (Results 1 – 1 of 1) sorted by relevance
115 bluetooth::hci::IsoView>* hci_iso_queue_end = variable256 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()