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

/frameworks/native/cmds/servicemanager/
H A Dbinder.c345 unsigned readbuf[32]; local
367 bwr.read_size = sizeof(readbuf);
369 bwr.read_buffer = (uintptr_t) readbuf;
378 res = binder_parse(bs, reply, (uintptr_t) readbuf, bwr.read_consumed, 0);
393 uint32_t readbuf[32]; local
399 readbuf[0] = BC_ENTER_LOOPER;
400 binder_write(bs, readbuf, sizeof(uint32_t));
403 bwr.read_size = sizeof(readbuf);
405 bwr.read_buffer = (uintptr_t) readbuf;
414 res = binder_parse(bs, 0, (uintptr_t) readbuf, bw
[all...]

Completed in 193 milliseconds