Searched refs:offs (Results 1 – 7 of 7) sorted by relevance
46 binder_size_t *offs = (binder_size_t *)(uintptr_t)txn->data.ptr.offsets; in binder_dump_txn() local55 obj = (struct flat_binder_object *) (((char*)(uintptr_t)txn->data.ptr.buffer) + *offs++); in binder_dump_txn()197 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0); in binder_send_reply()340 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()412 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets; in bio_init_from_txn()431 bio->offs = bio->offs0 = data; in bio_init()476 *bio->offs++ = ((char*) obj) - ((char*) bio->data0); in bio_alloc_obj()618 if (bio->offs[n] == off) in _bio_get_obj()
15 binder_size_t *offs; /* array of offsets */ member
1354 int offs = 0; in concatArrays() local1356 System.arraycopy(a, 0, b, offs, a.length); in concatArrays()1357 offs += a.length; in concatArrays()
596 float offs = offs100 * 0.01f; in drawModels() local597 GLfixed fixedOffs = (GLfixed)(offs * 65536); in drawModels()
19 …OptimizedPolling">Optimize polling with inexact repeating alarms and exponential back-offs</a></li>
15 <li><a href="#tradeoffs">Understand the Trade-offs</a></li>74 <h2 id="tradeoffs">Understand the Trade-offs</h2>
69 and trust is a matter of trade-offs in accuracy, speed, and battery-efficiency.</p>