Home
last modified time | relevance | path

Searched refs:StartModuleStack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_stack.cc32 void Stack::StartModuleStack(const ModuleList* /* modules */, const os::Thread* /* thread */) {} in StartModuleStack() function in bluetooth::shim::Stack
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dstack.h62 void StartModuleStack(const ModuleList* modules, const os::Thread* thread);
Dstack.cc120 void Stack::StartModuleStack(const ModuleList* modules, const os::Thread* thread) { in StartModuleStack() function in bluetooth::shim::Stack
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_dm_test.cc124 bluetooth::shim::Stack::GetInstance()->StartModuleStack( in SetUp()