Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c320 struct binder_transaction_data *trd = &tr->transaction_data; in do_send_txn() local
321 trd->target.handle = to; in do_send_txn()
322 trd->code = code; in do_send_txn()
324 trd->flags |= TF_ONE_WAY; in do_send_txn()
325 trd->data.ptr.buffer = trdat ? (u64)trdat->p : 0; in do_send_txn()
326 trd->data.ptr.offsets = troff ? (u64)troff->p : 0; in do_send_txn()
327 trd->data_size = trdat ? trdat->off : 0; in do_send_txn()
328 trd->offsets_size = troff ? troff->off : 0; in do_send_txn()