Searched refs:ALOG_ASSERT (Results 1 – 12 of 12) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
D | IFDWriter.h | 128 ALOG_ASSERT(m_nTags == 0); in WriteByte() 144 ALOG_ASSERT(m_nTags == 0); in WriteShort() 166 ALOG_ASSERT(m_nTags == 0); in WriteLong() 183 ALOG_ASSERT(m_nTags == 0); in WriteASCII() 200 ALOG_ASSERT(m_nTags == 0); in WriteCString() 221 ALOG_ASSERT(m_nTags == 0); in WriteRational() 242 ALOG_ASSERT(m_nTags == 0); in WriteSRational() 252 ALOG_ASSERT(m_nTags == 0); in WriteUndef() 266 ALOG_ASSERT(m_nTags == 0); in BeginSubIFD() 284 ALOG_ASSERT(m_nTags > 0); in Finish()
|
D | ExynosJpegEncoderForCamera.cpp | 193 ALOG_ASSERT(len > 4); in RemoveTrailingDummies() 194 ALOG_ASSERT((base[0] == 0xFF) && (base[1] == 0xD8)); // SOI marker in RemoveTrailingDummies() 207 ALOG_ASSERT(true); in RemoveTrailingDummies() 784 ALOG_ASSERT(false, "It should never reach here"); in CompressThumbnailOnly() 858 ALOG_ASSERT(m_szIONThumbImgBuffer >= thumbbufsize, in GetThumbnailImage()
|
D | AppMarkerWriter.cpp | 279 ALOG_ASSERT((align & ~align) == 0); in WriteAPP11() 466 ALOG_ASSERT(thumbwriter.GetNextIFDBase() != m_pThumbBase); in WriteAPP1()
|
D | hwjpeg-v4l2.cpp | 633 ALOG_ASSERT(TestFlag(HWJPEG_FLAG_QBUF_OUT) == TestFlag(HWJPEG_FLAG_QBUF_CAP)); in DQBuf()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/ |
D | HalProxyCallback.cpp | 47 ALOG_ASSERT(wakelock.isLocked(), in postEvents() 52 ALOG_ASSERT(!wakelock.isLocked(), in postEvents()
|
/hardware/libhardware/modules/audio_remote_submix/ |
D | audio_hw.cpp | 272 ALOG_ASSERT(stream); in audio_stream_out_get_submix_stream_out() 281 ALOG_ASSERT(stream); in audio_stream_get_submix_stream_out() 291 ALOG_ASSERT(stream); in audio_stream_in_get_submix_stream_in() 300 ALOG_ASSERT(stream); in audio_stream_get_submix_stream_in() 310 ALOG_ASSERT(device); in audio_hw_device_get_submix_audio_device() 354 ALOG_ASSERT(in || out); in submix_audio_device_create_pipe_l() 355 ALOG_ASSERT(route_idx > -1); in submix_audio_device_create_pipe_l() 356 ALOG_ASSERT(route_idx < MAX_ROUTES); in submix_audio_device_create_pipe_l() 396 ALOG_ASSERT(index == 0); in submix_audio_device_create_pipe_l() 400 ALOG_ASSERT(index == 0); in submix_audio_device_create_pipe_l() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/ |
D | log_main.h | 174 #ifndef ALOG_ASSERT 175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
|
/hardware/google/gfxstream/guest/fuchsia/include/cutils/ |
D | log.h | 114 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
|
/hardware/google/graphics/common/libscaler/ |
D | libscaler-common.h | 55 #define SC_LOG_ASSERT(cont, fmt, args...) ((void)ALOG_ASSERT(cond, "%s: " fmt, __func__, ##args))
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_internal.h | 31 #define LOGASSERT ALOG_ASSERT
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | BufferPool.h | 149 ALOG_ASSERT(mBuffersCached >= mBuffersInUse); in buffersNotInUse()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 272 ALOG_ASSERT(ctx->m_state, "GLEncoder::s_glPixelStorei"); in s_glPixelStorei()
|