Home
last modified time | relevance | path

Searched refs:offs (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/servicemanager/
Dbinder.c47 binder_size_t *offs = (binder_size_t *)(uintptr_t)txn->data.ptr.offsets; in binder_dump_txn() local
56 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()
Dbinder.h15 binder_size_t *offs; /* array of offsets */ member
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1413 int offs = 0; in concatArrays() local
1415 System.arraycopy(a, 0, b, offs, a.length); in concatArrays()
1416 offs += a.length; in concatArrays()
/frameworks/native/opengl/tests/angeles/
Ddemo.c596 float offs = offs100 * 0.01f; in drawModels() local
597 GLfixed fixedOffs = (GLfixed)(offs * 65536); in drawModels()