Lines Matching refs:buffer_offset
1134 * @buffer_offset: offset into @buffer data
1138 * at @buffer_offset into @buffer->user_data. If @pgoffp is not
1151 binder_size_t buffer_offset,
1154 binder_size_t buffer_space_offset = buffer_offset +
1176 binder_size_t buffer_offset = 0;
1184 buffer_offset, &pgoff);
1188 buffer_offset += size;
1196 * @buffer_offset: offset into @buffer data
1207 binder_size_t buffer_offset,
1211 if (!check_buffer(alloc, buffer, buffer_offset, bytes))
1222 buffer_offset, &pgoff);
1231 buffer_offset += size;
1239 binder_size_t buffer_offset,
1244 if (!check_buffer(alloc, buffer, buffer_offset, bytes))
1253 buffer_offset, &pgoff);
1262 buffer_offset += size;
1269 binder_size_t buffer_offset,
1273 return binder_alloc_do_buffer_copy(alloc, true, buffer, buffer_offset,
1280 binder_size_t buffer_offset,
1283 return binder_alloc_do_buffer_copy(alloc, false, buffer, buffer_offset,