Home
last modified time | relevance | path

Searched refs:trdat (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
325 trd->data.ptr.buffer = trdat ? (u64)trdat->p : 0; in do_send_txn()
327 trd->data_size = trdat ? trdat->off : 0; in do_send_txn()
331 if (trdat) in do_send_txn()
332 free_buf(trdat); 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()
482 buf_t *trdat = new_buf(); in get_activity_svc() local
483 buf_u32(trdat, 0); // policy in get_activity_svc()
484 buf_str16(trdat, "android.os.IServiceManager"); in get_activity_svc()
[all …]