Searched defs:LOGE (Results 1 - 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/btif/co/ |
H A D | bta_ag_co.c | 35 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format"\n", ## __VA_ARGS__) macro
|
/external/opencv/ |
H A D | cvjni.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
macro
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
H A D | gki_ulinux.c | 36 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__) macro
|
/external/libnfc-nci/src/gki/ulinux/ |
H A D | gki_ulinux.c | 35 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__) macro
|
/external/quake/quake/src/WinQuake/ |
H A D | snd_android.cpp | 20 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro 332 LOGE("SNDDDMA_Init: samples must be power of two."); 337 LOGE("SNDDDMA_Init: Could not allocate sound buffer."); 665 LOGE("SNDDDMA_Init: samples must be power of two."); 670 LOGE("SNDDDMA_Init: Could not allocate sound buffer.");
|
/external/bluetooth/bluedroid/stack/btu/ |
H A D | btu_hcif.c | 46 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format"\n", ## __VA_ARGS__) macro
|
Completed in 188 milliseconds