OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPCHandler
(Results
1 - 2
of
2
) sorted by null
/system/bt/service/ipc/
ipc_handler.cc
23
IPCHandler
::
IPCHandler
(bluetooth::Adapter* adapter,
29
IPCHandler
::~
IPCHandler
() {}
ipc_handler.h
30
//
IPCHandler
is an interface that classes implementing different IPC mechanisms
32
class
IPCHandler
: public base::RefCountedThreadSafe<
IPCHandler
> {
34
IPCHandler
(bluetooth::Adapter* adapter, IPCManager::Delegate* delegate);
35
virtual ~
IPCHandler
();
51
IPCHandler
() = default;
59
DISALLOW_COPY_AND_ASSIGN(
IPCHandler
);
Completed in 122 milliseconds