Home
last modified time | relevance | path

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

/system/nfc/src/rust/hal/ffi/
Dhidl.cc68 ALOG_ASSERT(nci_ != nullptr, "Stale value of the NCI port"); in start_hal()
83 ALOG_ASSERT(death_link.isOk(), in start_hal()
96 ALOG_ASSERT(nci_ == nullptr, "The NCI communication was already closed"); in stop_hal()
110 ALOG_ASSERT(nci_ == nullptr, "The NCI communication was already closed"); in send_command()
/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/libutils/binder/
DRefBase.cpp457 ALOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs); in incStrong()
469 ALOG_ASSERT(old > INITIAL_STRONG_VALUE, "0x%x too small", old); in incStrong()
529 ALOG_ASSERT(c >= 0, "forceIncStrong called on %p after ref count underflow", in forceIncStrong()
562 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this); in incWeak()
620 ALOG_ASSERT(curCount >= 0, in attemptIncStrong()
717 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow", in attemptIncWeak()
DString8.cpp60 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF8()
84 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF16()
106 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF32()
386 ALOG_ASSERT(other, "String8::removeAll() requires a non-NULL string"); in removeAll()
DVectorImpl.cpp259 ALOG_ASSERT(index<size(), in replaceAt()
304 ALOG_ASSERT(index<capacity(), in editItemLocation()
319 ALOG_ASSERT(index<capacity(), in itemLocation()
380 ALOG_ASSERT(where <= mCount, in _grow()
459 ALOG_ASSERT(where + amount <= mCount, in _shrink()
DString16.cpp89 ALOG_ASSERT(buf, "Unable to allocate shared buffer"); in allocFromUTF16()
/system/logging/liblog/include/log/
Dlog_main.h174 #ifndef ALOG_ASSERT
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro
/system/logging/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.cpp840 ALOG_ASSERT(acquireResult != nullptr, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
851 ALOG_ASSERT(err == NO_ERROR, "Not enough command data for brREPLY"); in waitForResponse()
1077 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1093 ALOG_ASSERT(refs->refBase() == obj, in executeCommand()
1130 ALOG_ASSERT(success && refs->refBase() == obj, in executeCommand()
1152 ALOG_ASSERT(result == NO_ERROR, in executeCommand()
1328 ALOG_ASSERT(data != nullptr, "Called with NULL data"); in freeBuffer()
/system/media/audio_utils/
Dfifo.cpp57 ALOG_ASSERT((index & mask) < mFrameCount); in sum()
58 ALOG_ASSERT(increment <= mFrameCountP2); in sum()
63 ALOG_ASSERT((index & mask) < mFrameCount); in sum()
/system/logging/liblog/
DREADME.md59 ALOG_ASSERT(cond, format, ...)
110 variant of `LOG_ALWAYS_FATAL`, only enabled in engineering, and not release builds. `ALOG_ASSERT`