Lines Matching refs:off_end_offset
2035 binder_size_t off_end_offset, in binder_transaction_buffer_release() argument
2045 (unsigned long long)off_end_offset); in binder_transaction_buffer_release()
2052 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2216 binder_size_t off_end_offset; in binder_release_entire_buffer() local
2218 off_end_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_release_entire_buffer()
2219 off_end_offset += buffer->offsets_size; in binder_release_entire_buffer()
2222 off_end_offset, is_failure); in binder_release_entire_buffer()
3003 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3399 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3400 sg_buf_offset = ALIGN(off_end_offset, sizeof(void *)); in binder_transaction()
3404 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()