Home | History | Annotate | Download | only in adaptation

Lines Matching defs:bytes

202     long    bytes;
219 t->bytes =
239 if (t->bytes)
240 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
242 t->label, t->bytes, t->lapse,
243 (int)(8 * t->bytes / t->lapse), (int)(800 * t->bytes / (t->lapse)) % 100,
244 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100,
245 (int)(t->count * t->overhead), (int)(t->count * t->overhead * 100 / t->bytes)
264 void perf_update(tPERF_DATA* t, long lapse, long bytes)
272 t->bytes += bytes;
475 ** Returns number of bytes sent, or error no
610 ** Returns number of bytes in the packet or error code
730 ALOGD( "%s: unknown HCIT type header pbuf[%d] = %x, remain %d bytes\n", __func__, count, pbuf[count], ret-count);
739 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: return %d(0x%x) bytes, errno=%d count=%d, n=%d, timeout=%d\n", __func__,
1135 ** Returns Number of bytes actually read from the serial port and
1182 ALOGD( "%s: returned %d bytes", __func__, total_len);
1239 ** Returns Number of bytes actually written to the transport. This
1249 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "USERIAL_Write: (%d bytes)", len);
1657 ** len number of bytes to read per operation.