Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc427 hci_handler_->BindOnce([](CommandStatusView /* view */) { in TEST_F()
472 hci_handler_->BindOnce([](CommandStatusView /* view */) {})); in TEST_F()
505 hci_handler_->BindOnce([](CommandStatusView /* view */) {})); in TEST_F()
Dcontroller_test.cc76 common::ContextualOnceCallback<void(CommandStatusView)> /* on_status */) override { in EnqueueCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h44 common::ContextualOnceCallback<void(hci::CommandStatusView)> /* on_status */) override {} in EnqueueCommand()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3158 explicit CommandStatusView(EventView parent) : EventView(std::move(parent)) { was_validated_ = fals… in CreateOptional() function