Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dipc_manager.h53 virtual void OnIPCHandlerStarted(Type type) = 0;
Dipc_handler_linux.cpp198 delegate()->OnIPCHandlerStarted(IPCManager::TYPE_LINUX); in NotifyStartedOnCurrentThread()
/system/bt/service/ipc/binder/
Dipc_handler_binder.cpp79 delegate()->OnIPCHandlerStarted(IPCManager::TYPE_BINDER); in NotifyStarted()
/system/bt/service/test/
Dipc_linux_unittest.cpp134 void OnIPCHandlerStarted(ipc::IPCManager::Type type) override { in OnIPCHandlerStarted() function in __anon1cdae46e0111::TestDelegate