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

  /external/libxcam/xcore/
dma_video_buffer.h 39 virtual int get_fd ();
buffer_pool.h 41 virtual int get_fd () { function in class:XCam::BufferData
64 virtual int get_fd();
dma_video_buffer.cpp 65 DmaVideoBuffer::get_fd () function in class:XCam::DmaVideoBuffer
95 if (buf->get_fd)
smart_buffer_priv.cpp 78 this->base.get_fd = SmartBufferPriv::buf_get_fd;
129 return buf->_buf_ptr->get_fd ();
v4l2_buffer_proxy.h 73 virtual int get_fd ();
buffer_pool.cpp 61 BufferProxy::get_fd () function in class:XCam::BufferProxy
64 return _data->get_fd ();
drm_bo_buffer.h 49 virtual int get_fd ();
v4l2_device.h 53 int get_fd () const { function in class:XCam::V4l2Device
video_buffer.h 72 virtual int get_fd () = 0;
v4l2_buffer_proxy.cpp 50 V4l2Buffer::get_fd () function in class:XCam::V4l2Buffer
drm_bo_buffer.cpp 96 DrmBoData::get_fd () function in class:XCam::DrmBoData
drm_display.cpp 524 dma_fd = buf_in->get_fd ();
  /external/libxcam/xcore/base/
xcam_buffer.h 109 int (*get_fd) (XCamVideoBuffer *); member in struct:_XCamVideoBuffer
123 #define xcam_video_buffer_get_fd(buf) (buf)->get_fd(buf)
  /external/libxcam/modules/ocl/
cl_image_bo_buffer.h 40 virtual int get_fd ();
cl_image_bo_buffer.cpp 36 CLImageBoData::get_fd () function in class:XCam::CLImageBoData
  /external/libxcam/modules/ocl/intel/
cl_va_memory.cpp 43 import_buffer_info.fd = bo->get_fd ();
167 import_image_info.fd = bo->get_fd();
  /external/libxcam/tests/
test-image-blend.cpp 301 dma_fd0 = dma_buf0->get_fd (); //unit test
302 dma_fd1 = dma_buf1->get_fd (); //unit test
303 dma_fd_out = dma_buf_out->get_fd (); //unit test
368 //printf ("DMA handles, output_buf:%d\n", output_buf->get_fd ());
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 423 int get_fd(void) function
479 int fd = get_fd();
498 int fd = get_fd();
919 int fd = get_fd();
1295 int fd = get_fd();
1327 int fd = get_fd();
  /external/libxcam/wrapper/gstreamer/
gstxcambufferpool.cpp 190 pool->allocator, dup (video_buf->get_fd ()), video_buf->get_size ());
gstxcamfilter.cpp     [all...]
  /frameworks/native/services/vr/bufferhubd/
producer_channel.cpp 469 returned_fence_.get_fd(),
470 release_fence.get_fd()));
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 230 int get_fd() const { return fence_.Get(); } function in class:android::dvr::FenceHandle
  /bionic/linker/
linker.cpp 602 int get_fd() const { function in class:LoadTask
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 609 static UInt get_fd(UInt mipsins) function
    [all...]

Completed in 393 milliseconds