Lines Matching refs:view
646 view: &mut AllocationView<'_>, in translate_object()
662 security::binder_transfer_binder(&self.process.cred, &view.alloc.process.cred)?; in translate_object()
663 view.transfer_binder_object(offset, obj, strong, node)?; in translate_object()
670 security::binder_transfer_binder(&self.process.cred, &view.alloc.process.cred)?; in translate_object()
671 view.transfer_binder_object(offset, obj, strong, node)?; in translate_object()
686 &view.alloc.process.cred, in translate_object()
695 view.write::<BinderFdObject>(offset, &obj_write)?; in translate_object()
702 view.alloc.info_add_fd(file, field_offset, false)?; in translate_object()
732 let buffer_ptr_in_user_space = (view.alloc.ptr + alloc_offset) as u64; in translate_object()
781 view.write::<BinderBufferObject>(offset, &obj_write)?; in translate_object()
793 view.alloc.info_add_fd_reserve(num_fds)?; in translate_object()
845 &view.alloc.process.cred, in translate_object()
851 view.alloc.info_add_fd(file, info.target_offset + i, true)?; in translate_object()
860 view.write::<BinderFdArrayObject>(offset, &obj_write)?; in translate_object()
1015 let mut view = AllocationView::new(&mut alloc, data_size); in copy_transaction_data() localVariable
1020 let offset = view.alloc.read(index_offset)?; in copy_transaction_data()
1029 view.copy_into( in copy_transaction_data()
1042 &mut view, in copy_transaction_data()
1055 view.alloc in copy_transaction_data()