Searched defs:IPCHandler (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/ipc/
H A Dipc_handler.cc23 IPCHandler::IPCHandler(bluetooth::Adapter* adapter, function in class:ipc::IPCHandler
29 IPCHandler::~IPCHandler() {}
H A Dipc_handler.h30 // IPCHandler is an interface that classes implementing different IPC mechanisms
32 class IPCHandler : public base::RefCountedThreadSafe<IPCHandler> { class in namespace:ipc
34 IPCHandler(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate);
35 virtual ~IPCHandler();
51 IPCHandler() = default;
59 DISALLOW_COPY_AND_ASSIGN(IPCHandler);

Completed in 51 milliseconds