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

  /external/qemu/telephony/
remote_call.c 116 int buff_len; member in struct:RemoteCallRec
141 call->buff_len = 0;
207 rcall->buff_len = p - rcall->buff;
249 call->buff_len = p - call->buff;
294 call->from_port, call->to_port, call->buff_len - call->buff_pos );
295 for (nn = call->buff_pos; nn < call->buff_len; nn++) {
314 call->buff_len - call->buff_pos );
326 if (call->buff_pos >= call->buff_len) {
332 call->buff_len = strlen(call->buff);
  /external/chromium/net/disk_cache/
net_log_parameters.cc 59 int64 offset, int buff_len)
60 : offset_(offset), buff_len_(buff_len) {
68 dict->SetInteger("buff_len", buff_len_);
net_log_parameters.h 65 SparseOperationParameters(int64 offset, int buff_len);
  /hardware/libhardware/include/hardware/
fb.h 137 void (*dump)(struct framebuffer_device_t* dev, char *buff, int buff_len);
gralloc.h 290 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
hwcomposer.h 546 void (*dump)(struct hwc_composer_device_1* dev, char *buff, int buff_len);
  /external/compiler-rt/lib/asan/
asan_report.cc 319 uptr buff_len) {
324 internal_strncat(buff, name, buff_len - 4);
330 uptr buff_len) {
333 return ThreadNameWithParenthesis(t, buff, buff_len);
  /external/chromium/net/spdy/
spdy_test_util.h 332 char* buff, int buff_len);
spdy_test_util.cc     [all...]
  /external/qemu/android/
console.c 101 int buff_len; member in struct:ControlClientRec_
524 client->buff[ client->buff_len ] = 0;
529 client->buff_len = 0;
533 if (client->buff_len >= sizeof(client->buff)-1)
534 client->buff_len = 0;
536 client->buff[ client->buff_len++ ] = ch;
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc.cpp 569 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len)
586 strlcpy(buff, aBuf.string(), buff_len);
  /external/srec/srec/include/
simapi.h     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp     [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c     [all...]

Completed in 2815 milliseconds