Searched defs:ALOG_ASSERT (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/framesequence/jni/utils/
H A Dlog.h226 #ifndef ALOG_ASSERT
227 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) macro
228 //#define ALOG_ASSERT(cond) LOG_FATAL_IF(!(cond), "Assertion failed: " #cond)
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp505 ALOG_ASSERT(0 <= inFrameCount && inFrameCount < (1U << 31));
524 ALOG_ASSERT(inputIndex <= mBuffer.frameCount, "inputIndex%d > frameCount%d",
573 ALOG_ASSERT(phaseFraction < phaseWrapLimit); function
596 ALOG_ASSERT(inputIndex == frameCount, "inputIndex(%d) != frameCount(%d)",
600 ALOG_ASSERT(mBuffer.frameCount == 0);
608 ALOG_ASSERT(inputIndex == 0, "Releasing: inputindex:%d frameCount:%d phaseFraction:%u",
610 ALOG_ASSERT(mBuffer.frameCount == 0); // there must be no frames in the buffer

Completed in 26 milliseconds