Home
last modified time | relevance | path

Searched refs:AERR_IF (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/gralloc/
Dalloc_device.h30 #ifndef AERR_IF
31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) macro
Dgralloc_module.cpp251AERR_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK, "[unregister] handle %p still loc… in gralloc_unregister_buffer()
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h36 #ifndef AERR_IF
37 #define AERR_IF(eq, fmt, args...) \ macro