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.cc417 hci_handler_->BindOnce([](CommandStatusView /* view */) { in TEST_F()
462 hci_handler_->BindOnce([](CommandStatusView /* view */) {})); in TEST_F()
495 hci_handler_->BindOnce([](CommandStatusView /* view */) {})); in TEST_F()
Dcontroller_test.cc73 common::ContextualOnceCallback<void(CommandStatusView)> /* on_status */) override { in EnqueueCommand()