/system/bt/gd/security/pairing/ |
D | classic_pairing_handler.cc | 84 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/ |
D | security_manager_channel_unittest.cc | 278 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 …]
|
D | security_manager_channel.h | 87 void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command); 95 …void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command, SecurityCommandStatusCallba…
|
D | security_manager_channel.cc | 78 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/ |
D | session_manager.cc | 173 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()
|
D | session.cc | 624 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)) {
|
D | prefetcher_daemon.h | 119 bool SendCommand(const Command& command);
|
D | prefetcher_daemon.cc | 1140 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/ |
D | hci_facade.proto | 9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {} rpc
|
D | facade.cc | 69 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hci::facade::HciFacadeService
|
/system/bt/gd/hal/ |
D | hal_facade.proto | 9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {} rpc
|
D | facade.cc | 43 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hal::HciHalFacadeService
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 77 …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/ |
D | py_hci.py | 154 self.device.hci.SendCommand(common.Data(payload=bytes(command.Serialize())))
|
D | py_hal.py | 141 self.device.hal.SendCommand(common.Data(payload=bytes(command.Serialize())))
|
/system/bt/gd/hci/cert/ |
D | le_acl_manager_test.py | 69 self.cert.hci.SendCommand(cmd)
|