Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmach_port_relay.cc100 mach_port_t task_port = port_provider_->TaskForPid(process); in SendPortsToProcess() local
110 if (task_port == MACH_PORT_NULL) { in SendPortsToProcess()
124 task_port, handle.TakeHandle().TakeMachPort(), &error_code); in SendPortsToProcess()
160 mach_port_t task_port = port_provider_->TaskForPid(process); in ExtractPort() local
161 if (task_port == MACH_PORT_NULL) { in ExtractPort()
169 mach_port_extract_right(task_port, port_name, MACH_MSG_TYPE_MOVE_SEND, in ExtractPort()