Searched refs:out_handle (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/common/
H A Dsandbox_util.cc19 IPC::PlatformFileForTransit out_handle; local
24 if (!content::BrokerDuplicateHandle(handle, target_process_id, &out_handle,
26 out_handle = IPC::InvalidPlatformFileForTransit();
38 out_handle = base::FileDescriptor(fd, true);
42 return out_handle;
/external/chromium_org/ipc/
H A Dipc_platform_file.cc16 IPC::PlatformFileForTransit out_handle; local
25 &out_handle,
29 out_handle = IPC::InvalidPlatformFileForTransit();
41 out_handle = base::FileDescriptor(fd, true);
45 return out_handle;
H A Dipc_channel_posix_unittest.cc251 IPC::ChannelHandle out_handle("OUT", out_fd);
253 out_handle, IPC::Channel::MODE_CLIENT, &out_listener));
277 IPC::ChannelHandle out_handle("OUT", out_fd);
279 out_handle, IPC::Channel::MODE_CLIENT, &out_listener));
H A Dipc_send_fds_test.cc239 IPC::ChannelHandle out_handle("OUT", out_fd);
240 out = IPC::Channel::CreateClient(out_handle, &cb_listener_);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_object.h75 // Assumes |out_handle| is non-NULL.
76 Error AcquireHandle(int fd, ScopedKernelHandle* out_handle);
78 ScopedKernelHandle* out_handle,
H A Dkernel_object.cc180 Error KernelObject::AcquireHandle(int fd, ScopedKernelHandle* out_handle) { argument
181 out_handle->reset(NULL);
191 *out_handle = desc.handle;
196 ScopedKernelHandle* out_handle,
198 out_handle->reset(NULL);
208 *out_handle = desc.handle;
195 AcquireHandleAndPath(int fd, ScopedKernelHandle* out_handle, std::string* out_path) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_broker.cc26 base::SyncSocket::Handle out_handle = base::SyncSocket::kInvalidHandle; local
32 &out_handle,
36 out_handle = base::SyncSocket::kInvalidHandle;
41 out_handle = ::dup(handle);
45 return out_handle;
/external/chromium_org/ppapi/proxy/
H A Dppb_buffer_proxy.cc62 int32_t Buffer::GetSharedMemory(int* out_handle) { argument
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc1117 IPC::PlatformFileForTransit out_handle; local
1120 out_handle = IPC::TakeFileHandleForProcess(
1124 out_handle = IPC::InvalidPlatformFileForTransit();
1129 out_handle,

Completed in 4548 milliseconds