Searched refs:LOGASSERT (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libacryl/ |
D | acrylic_formats.cpp | 206 LOGASSERT(plane < __halfmt_plane_bpp[i].bufcnt, in halfmt_plane_length() 214 LOGASSERT(1, "Unable to find HAL format %#x with plane %d", fmt, plane); in halfmt_plane_length() 226 LOGASSERT(1, "Unable to find HAL format %#x", fmt); in halfmt_bpp() 238 LOGASSERT(1, "Unable to find HAL format %#x", fmt); \ 292 LOGASSERT(1, "Unable to find HAL dataspace value %#x", dataspace); in haldataspace_to_v4l2()
|
D | acrylic_internal.h | 31 #define LOGASSERT ALOG_ASSERT macro 33 #define LOGASSERT(cond, ...) if (!(cond)) ALOGE(__VA_ARGS__) macro
|
D | acrylic_g2d.cpp | 681 LOGASSERT(layer.getBufferType() == AcrylicCanvas::MT_USERPTR, in prepareImage()
|