HomeSort by relevance Sort by last modified time
    Searched defs:AERR (Results 1 - 2 of 2) sorted by null

  /device/linaro/hikey/gralloc/
alloc_device.h 27 #ifndef AERR
28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,__func__,__LINE__,##args)
31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args )
  /device/linaro/hikey/gralloc960/
gralloc_helper.h 32 #ifndef AERR
33 #define AERR(fmt, args...) \
39 AERR(fmt, args)

Completed in 1525 milliseconds