Home
last modified time | relevance | path

Searched refs:troff (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c315 void do_send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff, int oneway, int is_reply, bi… in do_send_txn() argument
326 trd->data.ptr.offsets = troff ? (u64)troff->p : 0; in do_send_txn()
328 trd->offsets_size = troff ? troff->off : 0; in do_send_txn()
333 if (troff) in do_send_txn()
334 free_buf(troff); in do_send_txn()
337 void send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff) { in send_txn() argument
338 do_send_txn(fd, to, code, trdat, troff, 0, 0, 0); in send_txn()
649 buf_t *troff = new_buf(); in exchg_put_binder() local
652 buf_binder(trdat, troff, (void*)1); in exchg_put_binder()
653 send_txn(fd, exchg, 1, trdat, troff); in exchg_put_binder()