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

/system/netd/server/binder/android/net/
H A DUidRange.cpp36 ALOG_ASSERT(start <= stop, "start UID must be less than or equal to stop UID");
72 ALOG_ASSERT(uid <= mStop, "start UID must be less than or equal to stop UID");
79 ALOG_ASSERT(mStart <= uid, "stop UID must be greater than or equal to start UID");
/system/media/audio_utils/spdif/
H A DBitFieldParser.cpp40 ALOG_ASSERT(numBits <= 32);
H A DDTSFrameScanner.cpp92 ALOG_ASSERT((mSyncLength + ((parser.getBitCursor() + 7) >> 3))
/system/core/libutils/
H A DRefBase.cpp405 ALOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs);
416 ALOG_ASSERT(old > INITIAL_STRONG_VALUE, "0x%x too small", old);
457 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow",
490 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
540 ALOG_ASSERT(curCount >= 0,
637 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow",
H A DVectorImpl.cpp261 ALOG_ASSERT(index<size(), function
284 ALOG_ASSERT((index+count)<=size(),
308 ALOG_ASSERT(index<capacity(),
323 ALOG_ASSERT(index<capacity(),
384 ALOG_ASSERT(where <= mCount,
462 ALOG_ASSERT(where + amount <= mCount,
H A DString8.cpp88 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
112 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
134 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
H A DString16.cpp89 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
/system/core/include/log/
H A Dlog_main.h84 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
150 #ifndef ALOG_ASSERT
151 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/core/liblog/include/log/
H A Dlog_main.h84 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
150 #ifndef ALOG_ASSERT
151 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/core/liblog/include_vndk/log/
H A Dlog_main.h84 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
150 #ifndef ALOG_ASSERT
151 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/libhwbinder/
H A DIPCThreadState.cpp748 ALOG_ASSERT(acquireResult != NULL, "Unexpected brACQUIRE_RESULT");
759 ALOG_ASSERT(err == NO_ERROR, "Not enough command data for brREPLY");
963 ALOG_ASSERT(refs->refBase() == obj,
979 ALOG_ASSERT(refs->refBase() == obj,
1004 //ALOG_ASSERT(refs->refBase() == obj,
1016 ALOG_ASSERT(success && refs->refBase() == obj,
1029 ALOG_ASSERT(result == NO_ERROR,
1192 ALOG_ASSERT(data != NULL, "Called with NULL data");
/system/media/audio_utils/
H A Dfifo.cpp55 ALOG_ASSERT((index & mask) < mFrameCount);
56 ALOG_ASSERT(increment <= mFrameCountP2);
61 ALOG_ASSERT((index & mask) < mFrameCount);
/system/core/lmkd/
H A Dlmkd.c527 ALOG_ASSERT((size_t)size < sizeof(buf) - 1, "/proc/zoneinfo too large");

Completed in 288 milliseconds