Lines Matching defs:relay
592 // the broker to relay for us.
1002 // Have the broker relay any messages we have waiting.
1151 // Only the broker should be asked to relay a message.
1152 LOG(ERROR) << "Non-broker refusing to relay message.";
1176 DLOG(ERROR) << "Failed to relay one or more handles.";
1180 MachPortRelay* relay = GetMachPortRelay();
1181 if (!relay) {
1182 LOG(ERROR) << "Receiving Mach ports without a port relay from "
1186 if (!relay->ExtractPortRights(message.get(), from_process)) {
1206 DLOG(ERROR) << "Dropping relay message for unknown node " << destination;