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

  /device/linaro/hikey/gralloc/
alloc_device.h 30 #ifndef AERR_IF
31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args )
gralloc_module.cpp 247 AERR_IF(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK, "[unregister] handle %p still locked (state=%08x)", hnd, hnd->lockState);

Completed in 41 milliseconds