Lines Matching refs:event_view
28 …std::unique_ptr<CommandView>& command_view, EventView event_view, storage::StorageModule* storage_… in log_hci_event() argument
29 ASSERT(event_view.IsValid()); in log_hci_event()
30 EventCode event_code = event_view.GetEventCode(); in log_hci_event()
34 log_link_layer_connection_command_complete(event_view, command_view); in log_hci_event()
35 log_classic_pairing_command_complete(event_view, command_view); in log_hci_event()
40 CommandStatusView response_view = CommandStatusView::Create(event_view); in log_hci_event()
47 LeMetaEventView le_meta_event_view = LeMetaEventView::Create(event_view); in log_hci_event()
53 log_link_layer_connection_other_hci_event(event_view, storage_module); in log_hci_event()
54 log_classic_pairing_other_hci_event(event_view); in log_hci_event()
237 void log_link_layer_connection_command_complete(EventView event_view, std::unique_ptr<CommandView>&… in log_link_layer_connection_command_complete() argument
238 CommandCompleteView command_complete_view = CommandCompleteView::Create(std::move(event_view)); in log_link_layer_connection_command_complete()
688 void log_classic_pairing_command_complete(EventView event_view, std::unique_ptr<CommandView>& comma… in log_classic_pairing_command_complete() argument
691 CommandCompleteView command_complete_view = CommandCompleteView::Create(std::move(event_view)); in log_classic_pairing_command_complete()