Searched refs:vsnprintf (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/common/utils/
H A DDump.cpp45 len = vsnprintf(mBuf, mLen, fmt, ap);
/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dlog_linux.c42 #define vsnprintf _vsnprintf macro
101 result = vsnprintf(buf,sizeof(buf),new_fmt, args);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h504 vsnprintf(info->detail, sz - 1, fmt, ap);
/hardware/libhardware_legacy/qemu/
H A Dqemu.c262 len = vsnprintf(buffer+4, buffer_size-4, format, args);
/hardware/intel/common/libva/va/
H A Dva.c113 len = vsnprintf(buf, sizeof(buf), msg, args);
121 n = vsnprintf(dynbuf, len + 1, msg, args);
138 len = vsnprintf(buf, sizeof(buf), msg, args);
146 n = vsnprintf(dynbuf, len + 1, msg, args);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c387 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c248 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c2009 r = vsnprintf(b->buf, b->size, fmt, ap);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c238 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c327 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc332 // Declares vsnprintf(). This header is not available on Windows.
1623 # define vsnprintf _vsnprintf macro

Completed in 1183 milliseconds