OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AERR_IF
(Results
1 - 4
of
4
) 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);
/device/linaro/hikey/gralloc960/
alloc_device.h
30
#ifndef
AERR_IF
31
#define
AERR_IF
( eq, fmt, args...) if ( (eq) ) AERR( fmt, args )
gralloc_module.cpp
103
AERR_IF
(hnd->lockState & private_handle_t::LOCK_STATE_READ_MASK, "[unregister] handle %p still locked (state=%08x)", hnd, hnd->lockState);
Completed in 142 milliseconds