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 474 recv_txn(fd, &txn); in recv_handle() 594 recv_txn(fd, &txn); in get_task_info() 615 recv_txn(fd, &txn); in get_app_tasks() 655 recv_txn(fd, &txn); in exchg_put_binder() 665 recv_txn(fd, &txn); in exchg_get_binder() 1317 recv_txn(bnd1, &t1); in race_cycle() 1324 recv_txn(bnd2, &t2); in race_cycle() 1398 recv_txn(fd, &t); in recv_all_txns() 1833 recv_txn(1, t); in place_bnd_buf() [all …]
|