Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc130 ContextualOnceCallback<void(TView)>* GetCallback() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
135 ContextualOnceCallback<void(CommandStatusView)>* GetCallback<CommandStatusView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
140 ContextualOnceCallback<void(CommandCompleteView)>* GetCallback<CommandCompleteView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
146 GetCallback<CommandStatusOrCompleteView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry
265 (*command_queue_.front().GetCallback<CommandCompleteView>())(command_complete_view); in handle_command_response()
270 (*command_queue_.front().GetCallback<TResponse>())(std::move(response_view)); in handle_command_response()
272 (*command_queue_.front().GetCallback<CommandStatusOrCompleteView>())( in handle_command_response()