Home
last modified time | relevance | path

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

/system/bt/service/ipc/
Dipc_manager.h58 virtual void OnIPCHandlerStopped(Type type) = 0;
Dipc_handler_linux.cc207 if (delegate()) delegate()->OnIPCHandlerStopped(IPCManager::TYPE_LINUX); in NotifyStoppedOnCurrentThread()
/system/bt/service/
Ddaemon.cc66 void OnIPCHandlerStopped(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStopped() function in bluetooth::__anon35b3a7e70111::DaemonImpl
/system/bt/service/test/
Dipc_linux_unittest.cc142 void OnIPCHandlerStopped(ipc::IPCManager::Type type) override { in OnIPCHandlerStopped() function in __anonfa4b04cc0111::TestDelegate