Searched refs:offs (Results 1 – 4 of 4) sorted by relevance
47 binder_size_t *offs = (binder_size_t *)(uintptr_t)txn->data.ptr.offsets; in binder_dump_txn() local56 obj = (struct flat_binder_object *) (((char*)(uintptr_t)txn->data.ptr.buffer) + *offs++); in binder_dump_txn()210 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0); in binder_send_reply()357 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()429 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets; in bio_init_from_txn()448 bio->offs = bio->offs0 = data; in bio_init()493 *bio->offs++ = ((char*) obj) - ((char*) bio->data0); in bio_alloc_obj()635 if (bio->offs[n] == off) in _bio_get_obj()
15 binder_size_t *offs; /* array of offsets */ member
1413 int offs = 0; in concatArrays() local1415 System.arraycopy(a, 0, b, offs, a.length); in concatArrays()1416 offs += a.length; in concatArrays()
596 float offs = offs100 * 0.01f; in drawModels() local597 GLfixed fixedOffs = (GLfixed)(offs * 65536); in drawModels()