Home
last modified time | relevance | path

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

12

/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler.cc84 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 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 …]
H A Dsecurity_manager_channel.h87 void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command);
95 …void SendCommand(std::unique_ptr<hci::SecurityCommandBuilder> command, SecurityCommandStatusCallba…
H A 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
/aosp12/system/iorap/src/prefetcher/
H A 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()
H A 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)) {
H A Dprefetcher_daemon.h119 bool SendCommand(const Command& command);
H A 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()
/aosp12/system/bt/gd/hci/facade/
H A Dhci_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
/aosp12/system/bt/gd/hal/
H A Dhal_facade.proto9 rpc SendCommand(facade.Data) returns (google.protobuf.Empty) {}
H A Dfacade.cc43 ::grpc::Status SendCommand( in SendCommand() function in bluetooth::hal::HciHalFacadeService
/aosp12/system/bt/gd/security/internal/
H A 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()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h108 SLresult (*SendCommand) (SLAndroidEffectItf self, member
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h347 OMX_ERRORTYPE (*SendCommand)( member
H A DOMX_Core.h759 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h347 OMX_ERRORTYPE (*SendCommand)( member
H A DOMX_Core.h750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h347 OMX_ERRORTYPE (*SendCommand)( member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h347 OMX_ERRORTYPE (*SendCommand)( member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_Component.h347 OMX_ERRORTYPE (*SendCommand)( member
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_Component.h347 OMX_ERRORTYPE (*SendCommand)( member
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp44 mComponent->SendCommand = SendCommandWrapper; in SoftOMXComponent()
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_Component.h347 OMX_ERRORTYPE (*SendCommand)( member
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Component.h364 OMX_ERRORTYPE (*SendCommand)( member
/aosp12/system/bt/gd/cert/
H A Dpy_hci.py154 self.device.hci.SendCommand(common.Data(payload=bytes(command.Serialize())))

12