Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs994 let secctx_off = aligned_data_size + offsets_size + buffers_size; in copy_transaction_data() localVariable
1098 if let Err(err) = alloc.write(secctx_off, secctx.as_bytes()) { in copy_transaction_data()
1102 **off_out = secctx_off; in copy_transaction_data()