Home
last modified time | relevance | path

Searched refs:on_complete_function (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/test/
Dfake_hci_layer.h47 ContextualOnceCallback<void(CommandCompleteView)> on_complete_function) in CommandQueueEntry() argument
48 …:move(command_packet)), waiting_for_status_(false), on_complete(std::move(on_complete_function)) {} in CommandQueueEntry()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc65 ContextualOnceCallback<void(CommandCompleteView)> on_complete_function) in CommandQueueEntry() argument
68 on_complete(std::move(on_complete_function)) {} in CommandQueueEntry()