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

/frameworks/native/cmds/servicemanager/
H A Dbinder.c325 unsigned readbuf[32]; local
347 bwr.read_size = sizeof(readbuf);
349 bwr.read_buffer = (uintptr_t) readbuf;
358 res = binder_parse(bs, reply, (uintptr_t) readbuf, bwr.read_consumed, 0);
373 uint32_t readbuf[32]; local
379 readbuf[0] = BC_ENTER_LOOPER;
380 binder_write(bs, readbuf, sizeof(uint32_t));
383 bwr.read_size = sizeof(readbuf);
385 bwr.read_buffer = (uintptr_t) readbuf;
394 res = binder_parse(bs, 0, (uintptr_t) readbuf, bw
[all...]

Completed in 175 milliseconds