Home
last modified time | relevance | path

Searched refs:SetSystemSuspendState (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc67 Stack::GetInstance()->GetAcl()->SetSystemSuspendState(/*suspended=*/true); in BTM_AllowWakeByHid()
95 Stack::GetInstance()->GetAcl()->SetSystemSuspendState(/*suspended=*/false); in BTM_RestoreFilterAcceptList()
Dacl.h116 void SetSystemSuspendState(bool suspended);
Dacl.cc1215 void SetSystemSuspendState(bool suspended) { in SetSystemSuspendState() function
1216 GetAclManager()->SetSystemSuspendState(suspended); in SetSystemSuspendState()
1923 void shim::legacy::Acl::SetSystemSuspendState(bool suspended) { in SetSystemSuspendState() function in shim::legacy::Acl
1924 handler_->CallOn(pimpl_.get(), &Acl::impl::SetSystemSuspendState, suspended); in SetSystemSuspendState()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h147 virtual void SetSystemSuspendState(bool suspended);
Dacl_manager.cc401 void AclManager::SetSystemSuspendState(bool suspended) { in SetSystemSuspendState() function in bluetooth::hci::AclManager
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc211 void shim::legacy::Acl::SetSystemSuspendState(bool /* suspended */) { in SetSystemSuspendState() function in shim::legacy::Acl