/aosp12/system/bt/gd/security/pairing/ |
H A D | classic_pairing_handler.cc | 84 GetChannel()->SendCommand( in OnConfirmYesNo() 87 GetChannel()->SendCommand( in OnConfirmYesNo() 201 this->GetChannel()->SendCommand( in OnReceive() 338 GetChannel()->SendCommand( in OnReceive() 436 GetChannel()->SendCommand( in OnReceive() 454 GetChannel()->SendCommand( in OnReceive() 477 GetChannel()->SendCommand( in OnReceive() 549 GetChannel()->SendCommand( in OnReceive() 568 GetChannel()->SendCommand( in OnReceive() 643 GetChannel()->SendCommand( in UserClickedYes() [all …]
|
/aosp12/system/bt/gd/security/channel/ |
H A 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 …]
|
H A D | security_manager_channel.h | 87 void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command); 95 …void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command, SecurityCommandStatusCallba…
|
H A 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
|
/aosp12/system/iorap/src/prefetcher/ |
H A 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()
|
H A 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)) {
|
H A D | prefetcher_daemon.h | 119 bool SendCommand(const Command& command);
|
H A 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()
|
/aosp12/system/bt/gd/hci/facade/ |
H A D | hci_facade.proto | 9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
|
/aosp12/system/bt/gd/hal/ |
H A D | hal_facade.proto | 9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
|
H A D | facade.cc | 43 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hal::HciHalFacadeService
|
/aosp12/system/bt/gd/security/internal/ |
H A 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()
|
/aosp12/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES_Android.h | 108 SLresult (*SendCommand) (SLAndroidEffectItf self, member
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
H A D | OMX_Core.h | 759 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
|
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
H A D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
H A D | OMX_Core.h | 750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/ |
H A D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/ |
H A D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SoftOMXComponent.cpp | 44 mComponent->SendCommand = SendCommandWrapper; in SoftOMXComponent()
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_Component.h | 347 OMX_ERRORTYPE (*SendCommand)( member
|
/aosp12/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_Component.h | 364 OMX_ERRORTYPE (*SendCommand)( member
|
/aosp12/system/bt/gd/cert/ |
H A D | py_hci.py | 154 self.device.hci.SendCommand(common.Data(payload=bytes(command.Serialize())))
|