Searched refs:GetCallback (Results 1 – 1 of 1) sorted by relevance
130 ContextualOnceCallback<void(TView)>* GetCallback() { in GetCallback() function in bluetooth::hci::CommandQueueEntry135 ContextualOnceCallback<void(CommandStatusView)>* GetCallback<CommandStatusView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry140 ContextualOnceCallback<void(CommandCompleteView)>* GetCallback<CommandCompleteView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry146 GetCallback<CommandStatusOrCompleteView>() { in GetCallback() function in bluetooth::hci::CommandQueueEntry265 (*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()