HomeSort by relevance Sort by last modified time
    Searched defs:out_handle (Results 1 - 5 of 5) 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;
  /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;
  /ndk/sources/host-tools/ndk-stack/
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...]
  /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 187 milliseconds