Home | History | Annotate | Download | only in adaptation

Lines Matching defs:bytes

173     long    bytes;
190 t->bytes =
210 if (t->bytes)
211 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
213 t->label, t->bytes, t->lapse,
214 (int)(8 * t->bytes / t->lapse), (int)(800 * t->bytes / (t->lapse)) % 100,
215 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100,
216 (int)(t->count * t->overhead), (int)(t->count * t->overhead * 100 / t->bytes)
235 void perf_update(tPERF_DATA* t, long lapse, long bytes)
243 t->bytes += bytes;
440 ** Returns number of bytes sent, or error no
560 ** Returns number of bytes in the packet or error code
678 ALOGD( "%s: unknown HCIT type header pbuf[%d] = %x, remain %d bytes\n", __func__, count, pbuf[count], ret-count);
687 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__,
1081 ** Returns Number of bytes actually read from the serial port and
1128 ALOGD( "%s: returned %d bytes", __func__, total_len);
1185 ** Returns Number of bytes actually written to the transport. This
1195 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "USERIAL_Write: (%d bytes)", len);
1580 ** len number of bytes to read per operation.