Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/test/
H A Dfake_hci_layer.h43 class CommandQueueEntry {
45 CommandQueueEntry( in CommandQueueEntry() function
50 CommandQueueEntry( in CommandQueueEntry() function
68 …auto command_queue_entry = std::make_unique<CommandQueueEntry>(std::move(command), std::move(on_st… in EnqueueCommand()
75 …auto command_queue_entry = std::make_unique<CommandQueueEntry>(std::move(command), std::move(on_co… in EnqueueCommand()
79 std::unique_ptr<CommandQueueEntry> GetLastCommand() { in GetLastCommand()
109 std::queue<std::unique_ptr<CommandQueueEntry>> command_queue_;
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc61 class CommandQueueEntry { class
63 CommandQueueEntry( in CommandQueueEntry() function in bluetooth::hci::CommandQueueEntry
67 CommandQueueEntry( in CommandQueueEntry() function in bluetooth::hci::CommandQueueEntry
339 std::list<CommandQueueEntry> command_queue_;