Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DUidRange.cpp36 ALOG_ASSERT(start <= stop, "start UID must be less than or equal to stop UID"); in UidRange()
72 ALOG_ASSERT(uid <= mStop, "start UID must be less than or equal to stop UID"); in setStart()
79 ALOG_ASSERT(mStart <= uid, "stop UID must be greater than or equal to start UID"); in setStop()
/system/core/libutils/
DRefBase.cpp405 ALOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs); in incStrong()
416 ALOG_ASSERT(old > INITIAL_STRONG_VALUE, "0x%x too small", old); in incStrong()
457 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow", in forceIncStrong()
490 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this); in incWeak()
540 ALOG_ASSERT(curCount >= 0, in attemptIncStrong()
637 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow", in attemptIncWeak()
DVectorImpl.cpp261 ALOG_ASSERT(index<size(), in replaceAt()
284 ALOG_ASSERT((index+count)<=size(), in removeItemsAt()
308 ALOG_ASSERT(index<capacity(), in editItemLocation()
323 ALOG_ASSERT(index<capacity(), in itemLocation()
384 ALOG_ASSERT(where <= mCount, in _grow()
462 ALOG_ASSERT(where + amount <= mCount, in _shrink()
DString8.cpp88 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF8()
112 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF16()
134 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF32()
DString16.cpp118 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in String16()
132 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in String16()
/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_vndk/log/
Dlog_main.h151 #ifndef ALOG_ASSERT
152 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/core/liblog/include/log/
Dlog_main.h151 #ifndef ALOG_ASSERT
152 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/libhwbinder/
DIPCThreadState.cpp748 ALOG_ASSERT(acquireResult != NULL, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
759 ALOG_ASSERT(err == NO_ERROR, "Not enough command data for brREPLY"); in waitForResponse()
963 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
979 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1016 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1029 ALOG_ASSERT(result == NO_ERROR, in executeCommand()
1192 ALOG_ASSERT(data != NULL, "Called with NULL data"); in freeBuffer()
/system/media/audio_utils/
Dfifo.cpp55 ALOG_ASSERT((index & mask) < mFrameCount); in sum()
56 ALOG_ASSERT(increment <= mFrameCountP2); in sum()
61 ALOG_ASSERT((index & mask) < mFrameCount); in sum()
/system/core/liblog/
DREADME61 ALOG_ASSERT(cond, format, ...)
133 release builds. ALOG_ASSERT is used to ALOG a message if the condition
/system/core/lmkd/
Dlmkd.c486 ALOG_ASSERT((size_t)size < sizeof(buf) - 1, "/proc/zoneinfo too large"); in zoneinfo_parse()