Home
last modified time | relevance | path

Searched refs:AERR_IF (Results 1 – 2 of 2) 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.cpp247AERR_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK, "[unregister] handle %p still loc… in gralloc_unregister_buffer()