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.rs970 let secctx_off = aligned_data_size + aligned_offsets_size + aligned_buffers_size; in copy_transaction_data() localVariable
1075 if let Err(err) = alloc.write(secctx_off, secctx.as_bytes()) { in copy_transaction_data()
1079 **off_out = secctx_off; in copy_transaction_data()