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

  /external/bluetooth/glib/glib/
gconvert.c 610 gsize outbuf_size; local
622 outbuf_size = len + 1; /* + 1 for nul in case len == 1 */
624 outbytes_remaining = outbuf_size - 1; /* -1 for nul */
625 outp = dest = g_malloc (outbuf_size);
646 outbuf_size *= 2;
647 dest = g_realloc (dest, outbuf_size);
650 outbytes_remaining = outbuf_size - used - 1; /* -1 for nul */
842 gsize outbuf_size; local
908 outbuf_size = len + 1; /* + 1 for nul in case len == 1 */
909 outbytes_remaining = outbuf_size - 1; /* -1 for nul *
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.cpp 1414 uint64_t outbuf_size; local
    [all...]
  /external/qemu/
qemu-char.c 2329 size_t outbuf_size; member in struct:__anon11254
    [all...]

Completed in 679 milliseconds