Searched refs:SetSystemSuspendState (Results 1 – 6 of 6) sorted by relevance
67 Stack::GetInstance()->GetAcl()->SetSystemSuspendState(/*suspended=*/true); in BTM_AllowWakeByHid()95 Stack::GetInstance()->GetAcl()->SetSystemSuspendState(/*suspended=*/false); in BTM_RestoreFilterAcceptList()
116 void SetSystemSuspendState(bool suspended);
1215 void SetSystemSuspendState(bool suspended) { in SetSystemSuspendState() function1216 GetAclManager()->SetSystemSuspendState(suspended); in SetSystemSuspendState()1923 void shim::legacy::Acl::SetSystemSuspendState(bool suspended) { in SetSystemSuspendState() function in shim::legacy::Acl1924 handler_->CallOn(pimpl_.get(), &Acl::impl::SetSystemSuspendState, suspended); in SetSystemSuspendState()
147 virtual void SetSystemSuspendState(bool suspended);
401 void AclManager::SetSystemSuspendState(bool suspended) { in SetSystemSuspendState() function in bluetooth::hci::AclManager
211 void shim::legacy::Acl::SetSystemSuspendState(bool /* suspended */) { in SetSystemSuspendState() function in shim::legacy::Acl