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.cc204 if (delegate()) delegate()->OnIPCHandlerStopped(IPCManager::TYPE_LINUX); in NotifyStoppedOnCurrentThread()
/system/bt/service/
Ddaemon.cc65 void OnIPCHandlerStopped(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStopped() function in bluetooth::__anonf2890d090111::DaemonImpl
/system/bt/service/test/
Dipc_linux_unittest.cc140 void OnIPCHandlerStopped(ipc::IPCManager::Type type) override { in OnIPCHandlerStopped() function in __anonf627922e0111::TestDelegate