Searched refs:AERR_IF (Results 1 – 3 of 3) sorted by relevance
30 #ifndef AERR_IF31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) macro
251 …AERR_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK, "[unregister] handle %p still loc… in gralloc_unregister_buffer()
36 #ifndef AERR_IF37 #define AERR_IF(eq, fmt, args...) \ macro