Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dipc_manager.h54 virtual void OnIPCHandlerStarted(Type type) = 0;
Dipc_handler_linux.cc192 if (delegate()) delegate()->OnIPCHandlerStarted(IPCManager::TYPE_LINUX); in NotifyStartedOnCurrentThread()
/system/bt/service/ipc/binder/
Dipc_handler_binder.cc76 if (delegate()) delegate()->OnIPCHandlerStarted(IPCManager::TYPE_BINDER); in NotifyStarted()
/system/bt/service/
Ddaemon.cc60 void OnIPCHandlerStarted(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStarted() function in bluetooth::__anon2ccc83600111::DaemonImpl
/system/bt/service/test/
Dipc_linux_unittest.cc134 void OnIPCHandlerStarted(ipc::IPCManager::Type type) override { in OnIPCHandlerStarted() function in __anon7c0b61650111::TestDelegate