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

  /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);
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.h 141 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
QCameraChannel.cpp     [all...]
  /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));
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.h 566 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
QCamera3Channel.cpp     [all...]

Completed in 591 milliseconds