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

  /external/grpc-grpc/src/core/lib/iomgr/
endpoint.h 49 int (*get_fd)(grpc_endpoint* ep); member in struct:grpc_endpoint_vtable
  /external/libxcam/xcore/
dma_video_buffer.cpp 65 DmaVideoBuffer::get_fd () function in class:XCam::DmaVideoBuffer
95 if (buf->get_fd)
v4l2_buffer_proxy.cpp 50 V4l2Buffer::get_fd () function in class:XCam::V4l2Buffer
buffer_pool.cpp 61 BufferProxy::get_fd () function in class:XCam::BufferProxy
64 return _data->get_fd ();
buffer_pool.h 41 virtual int get_fd () { function in class:XCam::BufferData
64 virtual int get_fd();
drm_bo_buffer.cpp 96 DrmBoData::get_fd () function in class:XCam::DrmBoData
v4l2_device.h 53 int get_fd () const { function in class:XCam::V4l2Device
  /external/libxcam/modules/ocl/
cl_image_bo_buffer.cpp 36 CLImageBoData::get_fd () function in class:XCam::CLImageBoData
  /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/harfbuzz_ng/src/
hb-ot-cff-common.hh 575 hb_codepoint_t get_fd (hb_codepoint_t glyph) const function in struct:CFF::FDSelect0
626 hb_codepoint_t get_fd (hb_codepoint_t glyph) const function in struct:CFF::FDSelect3_4
683 hb_codepoint_t get_fd (hb_codepoint_t glyph) const function in struct:CFF::FDSelect
688 return u.format0.get_fd (glyph);
690 return u.format3.get_fd (glyph);
hb-ot-cff2-table.hh 91 hb_codepoint_t get_fd (hb_codepoint_t glyph) const function in struct:CFF::CFF2FDSelect
96 return u.format0.get_fd (glyph);
98 return u.format3.get_fd (glyph);
100 return u.format4.get_fd (glyph);
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_chttp2_transport.cc 57 get_fd};
127 static int get_fd(grpc_endpoint* ep) { return 0; } function in class:DummyEndpoint
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 420 int get_fd(void) function
476 int fd = get_fd();
495 int fd = get_fd();
916 int fd = get_fd();
1291 int fd = get_fd();
1323 int fd = get_fd();
  /bionic/linker/
linker.cpp 647 int get_fd() const { function in class:LoadTask
    [all...]

Completed in 608 milliseconds