Home
last modified time | relevance | path

Searched refs:HasRemoteProcessHandle (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/core/
Dnode_channel.h107 bool HasRemoteProcessHandle();
Dnode_channel.cc233 bool NodeChannel::HasRemoteProcessHandle() { in HasRemoteProcessHandle() function in mojo::core::NodeChannel
Dnode_controller.cc581 if (!peer || !peer->HasRemoteProcessHandle()) { in SendPeerEvent()