Searched defs:CHRE_ASSERT (Results 1 - 5 of 5) sorted by relevance

/system/chre/platform/slpi/include/chre/target_platform/
H A Dassert.h22 #define CHRE_ASSERT(condition) do { \ macro
/system/chre/util/include/chre/util/nanoapp/
H A Dassert.h23 * Suppplies a CHRE_ASSERT macro for Nanoapps to use.
31 * Provides the CHRE_ASSERT macro that uses chreAbort to abort the nanoapp upon
37 #define CHRE_ASSERT(condition) do { \ macro
39 chreLog(CHRE_LOG_ERROR, "CHRE_ASSERT at %s:%d", CHRE_FILENAME, \
45 #define CHRE_ASSERT(condition) ((void) (condition)) macro
50 // CHRE_ASSERT.
/system/chre/platform/include/chre/platform/
H A Dassert.h28 * CHRE_ASSERT(scalar expression)
38 #ifndef CHRE_ASSERT
39 #error "CHRE_ASSERT must be defined by the target platform's assert.h"
40 #endif // CHRE_ASSERT
44 #define CHRE_ASSERT(condition) ((void) (condition)) macro
64 CHRE_ASSERT(condition); \
/system/chre/platform/linux/include/chre/target_platform/
H A Dassert.h51 * CHRE_ASSERT and expects it to be called at least once. This allows for
73 #define CHRE_ASSERT(condition) \ macro
85 #define CHRE_ASSERT(condition) assert(condition) macro
/system/chre/util/include/chre/util/
H A Dfixed_size_vector_impl.h34 CHRE_ASSERT(mSize > 0);
40 CHRE_ASSERT(mSize > 0);
46 CHRE_ASSERT(mSize > 0);
52 CHRE_ASSERT(mSize > 0);
89 CHRE_ASSERT(!full());
98 CHRE_ASSERT(!full());
107 CHRE_ASSERT(index < mSize); function
118 CHRE_ASSERT(index < mSize); function
128 CHRE_ASSERT(index < mSize);
142 CHRE_ASSERT(index
[all...]

Completed in 91 milliseconds