Home | History | Annotate | Download | only in hwc2

Lines Matching defs:pvt_handle

1464     const private_handle_t *pvt_handle =
1476 DLOGI("Dump layer[%d] of %d pvt_handle %x pvt_handle->base %x", i, layer_stack_.layers.size(),
1477 pvt_handle, pvt_handle? pvt_handle->base : 0);
1479 if (!pvt_handle) {
1484 if (!pvt_handle->base) {
1485 DisplayError error = buffer_allocator_->MapBuffer(pvt_handle, -1);
1496 dir_path, i, pvt_handle->width, pvt_handle->height,
1497 qdutils::GetHALPixelFormatString(pvt_handle->format), dump_frame_index_);
1501 result = fwrite(reinterpret_cast<void *>(pvt_handle->base), pvt_handle->size, 1, fp);
1506 DisplayError error = buffer_allocator_->UnmapBuffer(pvt_handle, &release_fence);