Searched defs:LOGE (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/btif/co/ |
D | bta_ag_co.c | 35 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format"\n", ## __VA_ARGS__) macro
|
/external/opencv/ |
D | cvjni.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/external/quake/quake/src/WinQuake/ |
D | snd_android.cpp | 20 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 35 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__) macro
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 36 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format, ## __VA_ARGS__) macro
|
/external/bluetooth/bluedroid/stack/btu/ |
D | btu_hcif.c | 46 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format"\n", ## __VA_ARGS__) macro
|