Home
last modified time | relevance | path

Searched refs:LOGASSERT (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libacryl/
Dacrylic_formats.cpp206 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()
Dacrylic_internal.h31 #define LOGASSERT ALOG_ASSERT macro
33 #define LOGASSERT(cond, ...) if (!(cond)) ALOGE(__VA_ARGS__) macro
Dacrylic_g2d.cpp681 LOGASSERT(layer.getBufferType() == AcrylicCanvas::MT_USERPTR, in prepareImage()