Searched refs:readbuf (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 325 unsigned readbuf[32]; in binder_call() local 347 bwr.read_size = sizeof(readbuf); in binder_call() 349 bwr.read_buffer = (uintptr_t) readbuf; in binder_call() 358 res = binder_parse(bs, reply, (uintptr_t) readbuf, bwr.read_consumed, 0); in binder_call() 373 uint32_t readbuf[32]; in binder_loop() local 379 readbuf[0] = BC_ENTER_LOOPER; in binder_loop() 380 binder_write(bs, readbuf, sizeof(uint32_t)); in binder_loop() 383 bwr.read_size = sizeof(readbuf); in binder_loop() 385 bwr.read_buffer = (uintptr_t) readbuf; in binder_loop() 394 res = binder_parse(bs, 0, (uintptr_t) readbuf, bwr.read_consumed, func); in binder_loop()
|