Home
last modified time | relevance | path

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

/system/bt/gd/security/pairing/
Dclassic_pairing_handler.cc84 GetChannel()->SendCommand( in OnConfirmYesNo()
87 GetChannel()->SendCommand( in OnConfirmYesNo()
93 …GetChannel()->SendCommand(hci::UserPasskeyRequestReplyBuilder::Create(address.GetAddress(), passke… in OnPasskeyEntry()
102 …GetChannel()->SendCommand(hci::PinCodeRequestReplyBuilder::Create(address.GetAddress(), pin.size()… in OnPinEntry()
195 this->GetChannel()->SendCommand(hci::LinkKeyRequestReplyBuilder::Create( in OnReceive()
201 this->GetChannel()->SendCommand( in OnReceive()
230 this->GetChannel()->SendCommand(std::move(reply_packet)); in OnReceive()
338 GetChannel()->SendCommand( in OnReceive()
346 GetChannel()->SendCommand(hci::RemoteOobExtendedDataRequestReplyBuilder::Create( in OnReceive()
353 GetChannel()->SendCommand(hci::RemoteOobDataRequestReplyBuilder::Create( in OnReceive()
[all …]
/system/bt/gd/security/channel/
Dsecurity_manager_channel_unittest.cc278 channel_->SendCommand(std::move(packet)); in TEST_F()
294 channel_->SendCommand(std::move(packet)); in TEST_F()
327 channel_->SendCommand(std::move(packet)); in TEST_F()
342 channel_->SendCommand(std::move(packet)); in TEST_F()
371 channel_->SendCommand(std::move(packet)); in TEST_F()
386 channel_->SendCommand(std::move(packet)); in TEST_F()
409 channel_->SendCommand(std::move(packet)); in TEST_F()
424 channel_->SendCommand(std::move(packet)); in TEST_F()
439 channel_->SendCommand(std::move(packet)); in TEST_F()
454 channel_->SendCommand(std::move(packet)); in TEST_F()
[all …]
Dsecurity_manager_channel.h87 void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command);
95 …void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command, SecurityCommandStatusCallba…
Dsecurity_manager_channel.cc78 void SecurityManagerChannel::SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command) { in SendCommand() function in bluetooth::security::channel::SecurityManagerChannel
83 void SecurityManagerChannel::SendCommand( in SendCommand() function in bluetooth::security::channel::SecurityManagerChannel
/system/iorap/src/prefetcher/
Dsession_manager.cc173 if (!daemon_->SendCommand(cmd)) { in ~SessionManagerIndirect()
182 if (!daemon_->SendCommand(cmd)) { in Dump()
237 if (!daemon_->SendCommand(cmd)) { in ~SessionManagerIndirectSocket()
246 if (!daemon_->SendCommand(cmd)) { in Dump()
Dsession.cc624 if (!daemon_->SendCommand(cmd)) {
635 if (!daemon_->SendCommand(cmd)) { in ~SessionIndirect()
649 daemon_->SendCommand(cmd); in Dump()
659 return daemon_->SendCommand(cmd); in RegisterFilePath()
668 return daemon_->SendCommand(cmd); in UnregisterFilePath()
682 return daemon_->SendCommand(cmd); in ReadAhead()
711 if (!daemon_->SendCommand(cmd)) {
Dprefetcher_daemon.h119 bool SendCommand(const Command& command);
Dprefetcher_daemon.cc1140 bool SendCommand(const Command& command) { in SendCommand() function in iorap::prefetcher::PrefetcherDaemon::Impl
1359 bool PrefetcherDaemon::SendCommand(const Command& command) { in SendCommand() function in iorap::prefetcher::PrefetcherDaemon
1360 return impl_->SendCommand(command); in SendCommand()
/system/bt/gd/hci/facade/
Dhci_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {} rpc
Dfacade.cc69 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hci::facade::HciFacadeService
/system/bt/gd/hal/
Dhal_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {} rpc
Dfacade.cc43 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hal::HciHalFacadeService
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc77 …security_manager_channel_->SendCommand(hci::WriteSimplePairingModeBuilder::Create(hci::Enable::ENA… in Init()
78 …security_manager_channel_->SendCommand(hci::WriteSecureConnectionsHostSupportBuilder::Create(hci::… in Init()
177 security_manager_channel_->SendCommand(hci::DeleteStoredLinkKeyBuilder::Create( in RemoveBond()
765 this->security_manager_channel_->SendCommand( in GetOutOfBandData()
/system/bt/gd/cert/
Dpy_hci.py154 self.device.hci.SendCommand(common.Data(payload=bytes(command.Serialize())))
Dpy_hal.py141 self.device.hal.SendCommand(common.Data(payload=bytes(command.Serialize())))
/system/bt/gd/hci/cert/
Dle_acl_manager_test.py69 self.cert.hci.SendCommand(cmd)