Lines Matching refs:object_offset
1694 binder_size_t object_offset; in binder_validate_ptr() local
1701 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_validate_ptr()
1703 sizeof(object_offset))) in binder_validate_ptr()
1705 object_size = binder_get_object(proc, b, object_offset, object); in binder_validate_ptr()
1709 *object_offsetp = object_offset; in binder_validate_ptr()
1880 binder_size_t object_offset; in binder_transaction_buffer_release() local
1882 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_transaction_buffer_release()
1884 sizeof(object_offset))) in binder_transaction_buffer_release()
1886 object_offset, &object); in binder_transaction_buffer_release()
1889 debug_id, (u64)object_offset, buffer->data_size); in binder_transaction_buffer_release()
2839 binder_size_t object_offset; in binder_transaction() local
2842 &object_offset, in binder_transaction()
2845 sizeof(object_offset))) { in binder_transaction()
2852 object_offset, &object); in binder_transaction()
2853 if (object_size == 0 || object_offset < off_min) { in binder_transaction()
2856 (u64)object_offset, in binder_transaction()
2866 off_min = object_offset + object_size; in binder_transaction()
2878 object_offset, in binder_transaction()
2895 object_offset, in binder_transaction()
2906 binder_size_t fd_offset = object_offset + in binder_transaction()
2915 object_offset, in binder_transaction()
3012 object_offset, in binder_transaction()
3019 last_fixup_obj_off = object_offset; in binder_transaction()