Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dpage.cc33 struct PageModule::impl {
44 impl(PageModule& page_module);
47 PageModule& module_;
59 const ModuleFactory neighbor::PageModule::Factory = ModuleFactory([]() { return new neighbor::PageM… in __anonf733b2e00102()
61 neighbor::PageModule::impl::impl(neighbor::PageModule& module) : module_(module) {} in impl()
63 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
111 void neighbor::PageModule::impl::Start() { in Start()
125 void neighbor::PageModule::impl::Stop() { in Stop()
130 void neighbor::PageModule::impl::SetScanActivity(ScanParameters params) { in SetScanActivity()
145 ScanParameters neighbor::PageModule::impl::GetScanActivity() const { in GetScanActivity()
[all …]
Dpage.h33 class PageModule : public bluetooth::Module {
45 PageModule();
46 ~PageModule();
57 DISALLOW_COPY_AND_ASSIGN(PageModule);
/system/bt/main/shim/
Dentry.h44 class PageModule; variable
82 neighbor::PageModule* GetPage();
Dentry.cc96 neighbor::PageModule* GetPage() { in GetPage()
99 ->GetInstance<neighbor::PageModule>(); in GetPage()
Dstack.cc80 modules.add<neighbor::PageModule>(); in StartEverything()
/system/bt/gd/neighbor/facade/
Dfacade.cc41 PageModule*, in NeighborFacadeService() argument
221 list->add<PageModule>(); in ListDependencies()
232 GetDependency<PageModule>(), in Start()