Searched refs:__android_log_assert (Results 1 – 10 of 10) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | audio_buffer.h | 83 __android_log_assert("assert", "lb2", "Negative buffer offset %d", offsetInFrames); in getView() 153 __android_log_assert("assert", "lb2", "Buffer channel counts differ: %d != %d", in convertAudioBufferViewType() 157 __android_log_assert("assert", "lb2", "Buffer sample counts differ: %lld != %lld", in convertAudioBufferViewType()
|
D | logging.h | 30 #define ALOGF(...) __android_log_assert("assert", LOG_TAG, __VA_ARGS__)
|
/external/oboe/samples/debug-utils/ |
D | logging_macros.h | 33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);}
|
/external/oboe/apps/fxlab/app/src/main/cpp/ |
D | logging_macros.h | 33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);}
|
/external/rust/crates/android_log-sys/src/ |
D | lib.rs | 79 pub fn __android_log_assert(cond: *const c_char, in __android_log_assert() function
|
/external/mesa3d/include/android_stub/android/ |
D | log.h | 131 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...)
|
/external/mesa3d/include/android_stub/log/ |
D | log_main.h | 123 __android_log_assert(cond, tag, \
|
/external/exoplayer/tree/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 34 (__android_log_assert(NULL, LOG_TAG, ##__VA_ARGS__))
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 99 #define ASSERT(x) do { if(!(x)) { __android_log_assert("assert", "sles_jni", \ 101 #define ASSERT_EQ(x, y) do { if ((x) == (y)) ; else __android_log_assert("assert", "sles_jni", \
|
/external/tinyxml2/ |
D | tinyxml2.h | 88 # define TIXMLASSERT( x ) if ( !(x)) { __android_log_assert( "assert", "grinliz", "…
|