Searched refs:DependsOnHci (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_test.cc | 68 class DependsOnHci : public Module { class 70 DependsOnHci() : Module() {} in DependsOnHci() function in bluetooth::hci::__anon1d19b7ae0211::DependsOnHci 74 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandStatusView>)… in SendHciCommandExpectingStatus() 79 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView… in SendHciCommandExpectingComplete() 85 … hci_->GetSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventView>)); in SendSecurityCommandExpectingComplete() 88 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView… in SendSecurityCommandExpectingComplete() 94 …hci_->GetLeSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventVie… in SendLeSecurityCommandExpectingComplete() 97 …std::move(command), GetHandler()->BindOnceOn(this, &DependsOnHci::handle_event<CommandCompleteView… in SendLeSecurityCommandExpectingComplete() 103 …queue_end->RegisterEnqueue(GetHandler(), common::Bind(&DependsOnHci::handle_enqueue, common::Unret… in SendAclData() 109 …queue_end->RegisterEnqueue(GetHandler(), common::Bind(&DependsOnHci::handle_enqueue_iso, common::U… in SendIsoData() [all …]
|