Searched defs:readbuf (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/servicemanager/
H A Dbinder.c344 unsigned readbuf[32]; local
366 bwr.read_size = sizeof(readbuf);
368 bwr.read_buffer = (uintptr_t) readbuf;
377 res = binder_parse(bs, reply, (uintptr_t) readbuf, bwr.read_consumed, 0);
392 uint32_t readbuf[32]; local
398 readbuf[0] = BC_ENTER_LOOPER;
399 binder_write(bs, readbuf, sizeof(uint32_t));
402 bwr.read_size = sizeof(readbuf);
404 bwr.read_buffer = (uintptr_t) readbuf;
413 res = binder_parse(bs, 0, (uintptr_t) readbuf, bw
[all...]

Completed in 77 milliseconds