Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_layer.cc138 CommandStatusView response_view = CommandStatusView::Create(event); in on_command_status() local
139 ASSERT(response_view.IsValid()); in on_command_status()
140 OpCode op_code = response_view.GetCommandOpCode(); in on_command_status()
141 ErrorCode status = response_view.GetStatus(); in on_command_status()
158 TResponse response_view = TResponse::Create(event); in handle_command_response() local
159 ASSERT(response_view.IsValid()); in handle_command_response()
160 command_credits_ = response_view.GetNumHciCommandPackets(); in handle_command_response()
161 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response()
175 command_queue_.front().GetCallback<TResponse>()->Invoke(move(response_view)); in handle_command_response()
Dhci_metrics_logging.cc40 CommandStatusView response_view = CommandStatusView::Create(event_view); in log_hci_event() local
41 ASSERT(response_view.IsValid()); in log_hci_event()
42 log_link_layer_connection_command_status(command_view, response_view.GetStatus()); in log_hci_event()
43 log_classic_pairing_command_status(command_view, response_view.GetStatus()); in log_hci_event()
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc459 LeEnhancedCreditBasedConnectionResponseView response_view = in on_incoming_packet() local
461 if (!response_view.IsValid()) { in on_incoming_packet()
475 LeEnhancedCreditBasedReconfigureResponseView response_view = in on_incoming_packet() local
477 if (!response_view.IsValid()) { in on_incoming_packet()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc845 …CreditBasedConnectionResponseView response_view = CreditBasedConnectionResponseView::Create(contro… in handle_one_command() local
846 if (!response_view.IsValid()) { in handle_one_command()
859 CreditBasedReconfigureResponseView response_view = in handle_one_command() local
861 if (!response_view.IsValid()) { in handle_one_command()