Home
last modified time | relevance | path

Searched refs:__android_log_assert (Results 1 – 10 of 10) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Daudio_buffer.h83 __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()
Dlogging.h30 #define ALOGF(...) __android_log_assert("assert", LOG_TAG, __VA_ARGS__)
/external/oboe/samples/debug-utils/
Dlogging_macros.h33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);}
/external/oboe/apps/fxlab/app/src/main/cpp/
Dlogging_macros.h33 #define ASSERT(cond, ...) if (!(cond)) {__android_log_assert(#cond, MODULE_NAME, __VA_ARGS__);}
/external/rust/crates/android_log-sys/src/
Dlib.rs79 pub fn __android_log_assert(cond: *const c_char, in __android_log_assert() function
/external/mesa3d/include/android_stub/android/
Dlog.h131 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...)
/external/mesa3d/include/android_stub/log/
Dlog_main.h123 __android_log_assert(cond, tag, \
/external/exoplayer/tree/extensions/flac/src/main/jni/
Dflac_parser.cc34 (__android_log_assert(NULL, LOG_TAG, ##__VA_ARGS__))
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp99 #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/
Dtinyxml2.h88 # define TIXMLASSERT( x ) if ( !(x)) { __android_log_assert( "assert", "grinliz", "…