Home
last modified time | relevance | path

Searched refs:ALOG_ASSERT (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h49 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc.cpp62 ALOG_ASSERT(format != HAL_PIXEL_FORMAT_RGB_888); in gralloc_alloc_buffer()
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp77 ALOG_ASSERT(dispatch->magic == HWVULKAN_DISPATCH_MAGIC, in DestroyInstance()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp294 ALOG_ASSERT(mRequestQueueSrc != NULL, in requestQueueNotify()
297 ALOG_ASSERT(mFrameQueueDst != NULL, in requestQueueNotify()
300 ALOG_ASSERT(mStreams.size() != 0, in requestQueueNotify()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp321 ALOG_ASSERT(mRequestQueueSrc != NULL, in requestQueueNotify()
324 ALOG_ASSERT(mFrameQueueDst != NULL, in requestQueueNotify()
327 ALOG_ASSERT(mStreams.size() != 0, in requestQueueNotify()
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp267 ALOG_ASSERT(ctx->m_state, "GLEncoder::s_glPixelStorei"); in s_glPixelStorei()