Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_LOGW (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferaccess.cpp128 MALI_GRALLOC_LOGW("Negative values for access region (l = %d t = %d w = %d and " in validate_lock_input_parameters()
137 MALI_GRALLOC_LOGW("Encountered overflow with access region (l = %d t = %d w = %d and" in validate_lock_input_parameters()
146 MALI_GRALLOC_LOGW("Buffer lock access region (l = %d t = %d w = %d " in validate_lock_input_parameters()
Dmali_gralloc_bufferallocation.cpp162MALI_GRALLOC_LOGW("YUV Transform is incorrectly enabled for format = (%s 0x%x). Extended internal … in get_alloc_type()
184 MALI_GRALLOC_LOGW("Extra-wide AFBC must be signalled for multi-plane formats. " in get_alloc_type()
198 MALI_GRALLOC_LOGW("Multi-plane AFBC is not supported without tiling. " in get_alloc_type()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_log.h29 #define MALI_GRALLOC_LOGW(...) ALOGW(__VA_ARGS__) macro
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.cpp205MALI_GRALLOC_LOGW("Attempt to call lock*() for writing on an already locked buffer (%p)", bufferHa… in lockBuffer()
251 MALI_GRALLOC_LOGW("Attempt to call unlock*() on an unlocked buffer (%p)", bufferHandle); in unlockBuffer()
340 MALI_GRALLOC_LOGW("munmap: %s", strerror(errno)); in freeBuffer()
452MALI_GRALLOC_LOGW("Buf size mismatch. fd_idx(%d) Buffer size = %" PRIu64 ", Descriptor (derived) s… in validateBufferSize()
DMapperMetadata.cpp279 MALI_GRALLOC_LOGW("Could not find component description for Format(%#x) FourCC value(%#x)", in plane_layout_components_from_handle()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp394 MALI_GRALLOC_LOGW("ION device already open"); in open_and_query_ion()