Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp418 ALOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs); in incStrong()
428 ALOG_ASSERT(old > INITIAL_STRONG_VALUE, "0x%x too small", old); in incStrong()
474 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow", in forceIncStrong()
507 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this); in incWeak()
557 ALOG_ASSERT(curCount >= 0, in attemptIncStrong()
654 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow", in attemptIncWeak()
DVectorImpl.cpp259 ALOG_ASSERT(index<size(), in replaceAt()
282 ALOG_ASSERT((index+count)<=size(), in removeItemsAt()
306 ALOG_ASSERT(index<capacity(), in editItemLocation()
321 ALOG_ASSERT(index<capacity(), in itemLocation()
382 ALOG_ASSERT(where <= mCount, in _grow()
461 ALOG_ASSERT(where + amount <= mCount, in _shrink()
DString8.cpp64 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF8()
88 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF16()
110 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF32()
DString16.cpp76 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF16()
/system/media/audio_utils/spdif/
DBitFieldParser.cpp40 ALOG_ASSERT(numBits <= 32); in readBits()
DDTSFrameScanner.cpp92 ALOG_ASSERT((mSyncLength + ((parser.getBitCursor() + 7) >> 3)) in parseHeader()
/system/core/liblog/include/log/
Dlog_main.h174 #ifndef ALOG_ASSERT
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/core/liblog/include_vndk/log/
Dlog_main.h174 #ifndef ALOG_ASSERT
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/libhwbinder/
DIPCThreadState.cpp836 ALOG_ASSERT(acquireResult != nullptr, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
847 ALOG_ASSERT(err == NO_ERROR, "Not enough command data for brREPLY"); in waitForResponse()
1067 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1083 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1120 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1142 ALOG_ASSERT(result == NO_ERROR, in executeCommand()
1317 ALOG_ASSERT(data != nullptr, "Called with NULL data"); in freeBuffer()
/system/media/audio_utils/
Dfifo.cpp56 ALOG_ASSERT((index & mask) < mFrameCount); in sum()
57 ALOG_ASSERT(increment <= mFrameCountP2); in sum()
62 ALOG_ASSERT((index & mask) < mFrameCount); in sum()
/system/core/liblog/
DREADME.md59 ALOG_ASSERT(cond, format, ...)
117 variant of `LOG_ALWAYS_FATAL`, only enabled in engineering, and not release builds. `ALOG_ASSERT`
/system/core/lmkd/
Dlmkd.c441 ALOG_ASSERT((size_t)size < buf_size - 1, "%s too large", data->filename); in reread_file()