Home
last modified time | relevance | path

Searched refs:OnMessage (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/ipc/
Dlinux_ipc_host.h49 bool OnMessage();
Dlinux_ipc_host.cc89 if (pfds_[kFdIpc].revents && !OnMessage()) { in EventLoop()
246 bool LinuxIPCHost::OnMessage() { in OnMessage() function in ipc::LinuxIPCHost