Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dgralloc_helper.h34 #ifndef AWAR
35 #define AWAR(fmt, args...) \ macro
Dgralloc_buffer_priv.cpp143AWAR("Warning shared attribute region mapped at free. Unmapping on pid(%d) tid(%d)", getpid(), get… in gralloc_buffer_attr_free()
Dframebuffer_device.cpp253 AWAR("FBIOPUT_VSCREENINFO failed, page flipping not supported fd: %d", fd); in init_frame_buffer_locked()
261AWAR("page flipping not supported (yres_virtual=%d, requested=%d)", info.yres_virtual, info.yres *… in init_frame_buffer_locked()
280 AWAR("fbdev pixclock is zero for fd: %d", fd); in init_frame_buffer_locked()
495 AWAR("fallback to single buffering. Virtual Y-res too small %d", m->info.yres); in fb_alloc_framebuffer_locked()
Dmali_gralloc_bufferaccess.cpp127 AWAR("AFBC buffer must not be mapped. handle(%p)", hnd); in ion_map_for_lock()
132 AWAR("Secure buffer with no video private data cannot be mapped. handle(%p)", hnd); in ion_map_for_lock()
136 AWAR("HFR buffer cannot be mapped. handle(%p)", hnd); in ion_map_for_lock()
194 AWAR("Buffer lock access region (l = %d t = %d w = %d " in validate_lock_input_parameters()
331 AWAR("Buffers with YUV compatible formats should be locked using " in mali_gralloc_lock()
334 AWAR("Buffers with YUV compatible formats should be locked using " in mali_gralloc_lock()
Dmali_gralloc_ion.cpp453AWAR("allocating to system heap as fallback: fd(%d) usage(%" PRIx64 ") size(%zu) heap_type(%d) hea… in alloc_from_ion_heap()
606 AWAR("ION device already open"); in open_and_query_ion()
651 AWAR("ion_client not specified"); in mali_gralloc_ion_sync()
Dmali_gralloc_formats.cpp121 AWAR("Unable to dlopen %s shared object, error = %s", name, dlerror()); in get_block_capabilities()