Searched refs:readbuf (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 345 unsigned readbuf[32]; in binder_call() local 367 bwr.read_size = sizeof(readbuf); in binder_call() 369 bwr.read_buffer = (uintptr_t) readbuf; in binder_call() 378 res = binder_parse(bs, reply, (uintptr_t) readbuf, bwr.read_consumed, 0); in binder_call() 393 uint32_t readbuf[32]; in binder_loop() local 399 readbuf[0] = BC_ENTER_LOOPER; in binder_loop() 400 binder_write(bs, readbuf, sizeof(uint32_t)); in binder_loop() 403 bwr.read_size = sizeof(readbuf); in binder_loop() 405 bwr.read_buffer = (uintptr_t) readbuf; in binder_loop() 414 res = binder_parse(bs, 0, (uintptr_t) readbuf, bwr.read_consumed, func); in binder_loop()
|