HomeSort by relevance Sort by last modified time
    Searched refs:AWAR (Results 1 - 7 of 7) sorted by null

  /device/linaro/hikey/gralloc/
alloc_device.h 21 #ifndef AWAR
22 #define AWAR(fmt, args...) __android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt,__func__,__LINE__,args)
framebuffer_device.cpp 278 AWAR("FBIOPUT_VSCREENINFO failed, page flipping not supported fd: %d", fd);
286 AWAR("page flipping not supported (yres_virtual=%d, requested=%d)", info.yres_virtual, info.yres * 2);
307 AWAR("fbdev pixclock is zero for fd: %d", fd);
alloc_device.cpp 137 AWAR("ion_free( %d ) failed", m->ion_client);
  /device/linaro/hikey/gralloc960/
alloc_device.h 21 #ifndef AWAR
22 #define AWAR(fmt, args...) __android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt,__func__,__LINE__,##args)
framebuffer_device.cpp 246 AWAR( "FBIOPUT_VSCREENINFO failed, page flipping not supported fd: %d", fd );
254 AWAR( "page flipping not supported (yres_virtual=%d, requested=%d)", info.yres_virtual, info.yres*2 );
274 AWAR( "fbdev pixclock is zero for fd: %d", fd );
alloc_ion.cpp 304 AWAR("ion_free( %d ) failed", m->ion_client);
alloc_device.cpp 95 AWAR( "fallback to single buffering. Virtual Y-res too small %d", m->info.yres );
    [all...]

Completed in 164 milliseconds