Home
last modified time | relevance | path

Searched defs:CommandStatusView (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h44 common::ContextualOnceCallback<void(hci::CommandStatusView)> /* on_status */) override {} in EnqueueCommand()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc433 hci_handler_->BindOnce([](CommandStatusView /* view */) { in TEST_F()
485 hci_handler_->BindOnce([](CommandStatusView /* view */) {})); in TEST_F()
519 hci_handler_->BindOnce([](CommandStatusView /* view */) {})); in TEST_F()
Dcontroller_test.cc77 common::ContextualOnceCallback<void(CommandStatusView)> /* on_status */) override { in EnqueueCommand()