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

/frameworks/base/cmds/servicemanager/
H A Dbinder.h33 void *offs; member in struct:binder_txn
39 uint32_t *offs; /* array of offsets */ member in struct:binder_io
H A Dbinder.c44 unsigned *offs = txn->offs; local
49 fprintf(stderr," pid %8d uid %8d data %8d offs %8d\n",
53 obj = (void*) (((char*) txn->data) + *offs++);
183 data.txn.offs = 0;
187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0);
189 data.txn.offs = reply->offs0;
325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0);
327 writebuf.txn.offs = msg->offs0;
397 bio->offs
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1325 int offs = 0;
1327 System.arraycopy(a, 0, b, offs, a.length);
1328 offs += a.length;
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c596 float offs = offs100 * 0.01f; local
597 GLfixed fixedOffs = (GLfixed)(offs * 65536);

Completed in 94 milliseconds