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

  /external/e2fsprogs/misc/
uuidd.c 144 char op_buf[8]; local
180 op_buf[0] = op;
183 memcpy(op_buf+1, num, sizeof(int));
187 ret = write_all(s, op_buf, op_len);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 478 char op_buf[64]; local
518 op_buf[0] = op;
521 memcpy(op_buf+1, num, sizeof(*num));
526 ret = write(s, op_buf, op_len);
537 ret = read_all(s, op_buf, reply_len);
540 memcpy(op_buf+16, num, sizeof(int));
542 memcpy(out, op_buf, 16);
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 432 scoped_refptr<net::IOBuffer> op_buf; local
435 op_buf = buf;
443 op_buf = new IOBuffer(buf_len);
444 memcpy(op_buf->data(), buf->data(), buf_len);
459 op_buf.get(),
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 238 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 242 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec_hevc.h 236 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]

Completed in 329 milliseconds