HomeSort by relevance Sort by last modified time
    Searched refs:out_handle (Results 1 - 10 of 10) sorted by null

  /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_send_fds_test.cc 240 IPC::ChannelHandle out_handle("OUT", out_fd);
241 out.reset(new IPC::Channel(out_handle,
  /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 46 FILE* out_handle; member in struct:NdkCrashParser
127 CreateNdkCrashParser(FILE* out_handle, const char* sym_root)
135 parser->out_handle = out_handle;
183 fprintf(parser->out_handle, "Crash dump is completed\n\n");
187 fprintf(parser->out_handle, "********** Crash dump: **********\n");
196 fprintf(parser->out_handle, "%s\n",
204 fprintf(parser->out_handle, "%s\n", line + match.rm_so);
213 fprintf(parser->out_handle, "%s\n", line + match.rm_so);
287 fprintf(parser->out_handle, "Stack frame %s", frame)
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_broker.cc 26 base::SyncSocket::Handle out_handle = base::kInvalidPlatformFileValue; local
32 &out_handle,
36 out_handle = base::kInvalidPlatformFileValue;
41 out_handle = ::dup(handle);
45 return out_handle;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.cc 170 Error KernelObject::AcquireHandle(int fd, ScopedKernelHandle* out_handle) {
171 out_handle->reset(NULL);
177 *out_handle = handle_map_[fd].handle;
178 if (out_handle) return 0;
kernel_object.h 72 // Assumes |out_handle| is non-NULL.
73 Error AcquireHandle(int fd, ScopedKernelHandle* out_handle);
  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 62 int32_t Buffer::GetSharedMemory(int* out_handle) {
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 63 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member in struct:effect_context_s
433 if (fx_ctxt->out_handle == output) {
926 context->out_handle = (audio_io_handle_t)ioId;
    [all...]

Completed in 327 milliseconds