Home
last modified time | relevance | path

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

/frameworks/base/cmds/servicemanager/
Dbinder.c44 unsigned *offs = txn->offs; in binder_dump_txn() local
53 obj = (void*) (((char*) txn->data) + *offs++); in binder_dump_txn()
183 data.txn.offs = 0; in binder_send_reply()
187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0); in binder_send_reply()
189 data.txn.offs = reply->offs0; in binder_send_reply()
325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()
327 writebuf.txn.offs = msg->offs0; in binder_call()
397 bio->offs = bio->offs0 = txn->offs; in bio_init_from_txn()
416 bio->offs = bio->offs0 = data; in bio_init()
457 *bio->offs++ = ((char*) obj) - ((char*) bio->data0); in bio_alloc_obj()
[all …]
Dbinder.h33 void *offs; member
39 uint32_t *offs; /* array of offsets */ member
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1325 int offs = 0; in concatArrays() local
1327 System.arraycopy(a, 0, b, offs, a.length); in concatArrays()
1328 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()
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd19 …OptimizedPolling">Optimize polling with inexact repeating alarms and exponential back-offs</a></li>
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd63 and trust is a matter of trade-offs in accuracy, speed, and battery-efficiency.</p>