Searched refs:recv_txn (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 441 void recv_txn(int fd, txn_t *t) { in recv_txn() function 475 recv_txn(fd, &txn); in recv_handle() 595 recv_txn(fd, &txn); in get_task_info() 616 recv_txn(fd, &txn); in get_app_tasks() 656 recv_txn(fd, &txn); in exchg_put_binder() 666 recv_txn(fd, &txn); in exchg_get_binder() 1318 recv_txn(bnd1, &t1); in race_cycle() 1325 recv_txn(bnd2, &t2); in race_cycle() 1399 recv_txn(fd, &t); in recv_all_txns() 1838 recv_txn(1, t); in place_bnd_buf() [all …]
|