HomeSort by relevance Sort by last modified time
    Searched defs:buf_fd (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/base/
unix_socket_unittest.cc 251 int buf_fd[2] = {null_fd.get(), zero_fd.get()}; local
253 ASSERT_TRUE(cli->Send(cli_str, sizeof(cli_str), buf_fd,
254 base::ArraySize(buf_fd), kBlocking));
255 ASSERT_TRUE(srv_conn->Send(srv_str, sizeof(srv_str), buf_fd,
256 base::ArraySize(buf_fd), kBlocking));
  /external/mesa3d/src/gallium/auxiliary/util/
u_tests.c 528 int buf_fd = screen->fence_get_fd(screen, buf_fence); local
530 pass = pass && buf_fd >= 0 && tex_fd >= 0;
533 int merged_fd = sync_merge("test", buf_fd, tex_fd);
539 ctx->create_fence_fd(ctx, &re_buf_fence, buf_fd);
558 pass = pass && sync_wait(buf_fd, 0) == 0;
571 if (buf_fd >= 0)
572 close(buf_fd);

Completed in 318 milliseconds