Lines Matching refs:buffer_offset
1133 * @buffer_offset: offset into @buffer data
1137 * at @buffer_offset into @buffer->user_data. If @pgoffp is not
1150 binder_size_t buffer_offset,
1153 binder_size_t buffer_space_offset = buffer_offset +
1175 binder_size_t buffer_offset = 0;
1184 buffer_offset, &pgoff);
1190 buffer_offset += size;
1198 * @buffer_offset: offset into @buffer data
1209 binder_size_t buffer_offset,
1213 if (!check_buffer(alloc, buffer, buffer_offset, bytes))
1224 buffer_offset, &pgoff);
1233 buffer_offset += size;
1241 binder_size_t buffer_offset,
1246 if (!check_buffer(alloc, buffer, buffer_offset, bytes))
1257 buffer_offset, &pgoff);
1273 buffer_offset += size;
1280 binder_size_t buffer_offset,
1284 return binder_alloc_do_buffer_copy(alloc, true, buffer, buffer_offset,
1291 binder_size_t buffer_offset,
1294 return binder_alloc_do_buffer_copy(alloc, false, buffer, buffer_offset,