/external/chromium_org/content/common/ |
sandbox_util.cc | 19 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/ |
ipc_platform_file.cc | 16 IPC::PlatformFileForTransit out_handle; local 25 &out_handle, 29 out_handle = IPC::InvalidPlatformFileForTransit(); 41 out_handle = base::FileDescriptor(fd, true); 45 return out_handle;
|
ipc_channel_posix_unittest.cc | 251 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));
|
ipc_send_fds_test.cc | 239 IPC::ChannelHandle out_handle("OUT", out_fd); 240 out = IPC::Channel::CreateClient(out_handle, &cb_listener_);
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.h | 26 * out_handle - Handle to the stream where to print the parser's output. 36 NdkCrashParser* CreateNdkCrashParser(FILE* out_handle, const char* sym_root);
|
ndk-stack-parser.c | 47 FILE* out_handle; member in struct:NdkCrashParser 136 CreateNdkCrashParser(FILE* out_handle, const char* sym_root) 144 parser->out_handle = out_handle; 193 fprintf(parser->out_handle, "Crash dump is completed\n\n"); 197 fprintf(parser->out_handle, "********** Crash dump: **********\n"); 206 fprintf(parser->out_handle, "%s\n", 215 fprintf(parser->out_handle, "%s\n", line + match.rm_so); 224 fprintf(parser->out_handle, "%s\n", line + match.rm_so); 333 fprintf(parser->out_handle, "Stack frame %s", frame) [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_object.h | 75 // Assumes |out_handle| is non-NULL. 76 Error AcquireHandle(int fd, ScopedKernelHandle* out_handle); 78 ScopedKernelHandle* out_handle,
|
kernel_object.cc | 173 Error KernelObject::AcquireHandle(int fd, ScopedKernelHandle* out_handle) { 174 out_handle->reset(NULL); 184 *out_handle = desc.handle; 189 ScopedKernelHandle* out_handle, 191 out_handle->reset(NULL); 201 *out_handle = desc.handle;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_broker.cc | 26 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;
|
/hardware/qcom/audio/post_proc/ |
bundle.h | 79 audio_io_handle_t out_handle; member in struct:effect_context_s
|
bundle.c | 231 if (fx_ctxt->out_handle == output) { 427 context->out_handle = (audio_io_handle_t)ioId; 465 output_context_t *out_ctxt = get_output(context->out_handle); 691 if (context->out_handle == offload_param->ioHandle) 694 out_ctxt = get_output(context->out_handle); 698 context->out_handle = offload_param->ioHandle; 699 out_ctxt = get_output(context->out_handle);
|
/external/chromium_org/ppapi/proxy/ |
ppb_buffer_proxy.cc | 62 int32_t Buffer::GetSharedMemory(int* out_handle) {
|
/device/htc/flounder/audio/visualizer/ |
nv_offload_visualizer.c | 66 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member in struct:effect_context_s 394 if (fx_ctxt->out_handle == output) { 895 context->out_handle = (audio_io_handle_t)ioId; [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 66 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member in struct:effect_context_s 441 if (fx_ctxt->out_handle == output) { [all...] |