Searched defs:output_fd (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/cast/test/utility/
H A Dtap_proxy.cc69 int output_fd,
78 scoped_ptr<PacketPipe> tmp(new SendToFDPipe(output_fd));
68 QueueManager(int input_fd, int output_fd, scoped_ptr<PacketPipe> pipe) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-info.c46 static int output_fd; variable
63 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR);
75 if (write(output_fd, &size, hdr_sz) != hdr_sz)
83 if (write(output_fd, buf, r) != r)
93 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) {
121 if (write(output_fd, "header_page", 12) != 12) {
145 if (write(output_fd, "header_event", 13) != 13) {
207 if (write(output_fd, &count, 4) != 4) {
306 if (write(output_fd, &count, 4) != 4) {
330 if (write(output_fd, den
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c1398 int output_fd = 0; local
1440 OPT_INTEGER(0, "log-fd", &output_fd,
1476 if (output_name && output_fd) {
1481 if (output_fd < 0) {
1497 } else if (output_fd > 0) {
1499 output = fdopen(output_fd, mode);

Completed in 583 milliseconds