Home
last modified time | relevance | path

Searched defs:CommandCompleteView (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc181 [](bluetooth::hci::CommandCompleteView) {})); in __anon22f2dd240402()
194 [](bluetooth::hci::CommandCompleteView) {})); in __anon22f2dd240602()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc417 hci_handler_->BindOnce([](CommandCompleteView /* view */) { in TEST_F()
459 hci_handler_->BindOnce([](CommandCompleteView /* view */) {})); in TEST_F()
Dhci_layer.cc320 module_.GetHandler()->BindOnce([](CommandCompleteView) {})); in on_hci_timeout() argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h39 common::ContextualOnceCallback<void(hci::CommandCompleteView)> /* on_complete */) in EnqueueCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc652 to_bind_->BindOnce([](hci::CommandCompleteView) {})); in ConfigBqrA2dpScoThreshold()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3131 explicit CommandCompleteView(EventView parent) : EventView(std::move(parent)) { was_validated_ = fa… in CreateOptional() function