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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_proxy_test.cc 240 int dup_fd = ki_dup(fd); local
241 EXPECT_NE(-1, dup_fd);
245 EXPECT_EQ(9, ki_lseek(dup_fd, 0, SEEK_CUR));
255 // dup_fd, dup2_fd -> "/foo"
257 // We should still be able to write to dup_fd (i.e. it should not be closed).
258 EXPECT_EQ(4, ki_write(dup_fd, "more", 4));
262 // dup_fd -> "/foo"
264 EXPECT_EQ(dup_fd, ki_dup2(fd, dup_fd));
265 // fd, new_fd, dup_fd -> "/bar
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 204 int dup_fd = dup(fence); local
205 if (dup_fd < 0)
207 return dup_fd;
1523 int dup_fd = dup_or_warn(fence); local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 278 OMX_U32 dup_fd; member in struct:dynamic_buf_list
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]

Completed in 707 milliseconds