Searched defs:LOGV (Results 1 - 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/btif/co/ |
H A D | bta_ag_co.c | 34 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) macro
|
/external/opencv/otherlibs/highgui/ |
H A D | cvcap_socket.cpp | 56 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__) macro 119 LOGV("Invalid width or height!"); 135 LOGV("%s", buffer); 145 LOGV("out of memory error"); 157 LOGV("Setting simple vars to 0"); 162 LOGV("Freeing Addr Info"); 169 LOGV("Freeing Buffer"); 176 LOGV("Releasing Image"); 183 LOGV("Done closing Capture Socket"); 213 LOGV("Yo [all...] |
/external/opencv/ |
H A D | cvjni.h | 29 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
macro 32 //LOGV(ANDROID_LOG_DEBUG, "JNI", "");
189 LOGV(log_str);
234 LOGV("in is_NULL_field_JavaObj!");
243 LOGV("Object is NULL!");
281 LOGV("in set_JavaObj_int!");
292 LOGV("in get_id_by_JavaObj!");
302 LOGV("in get_type_by_JavaObj!");
313 LOGV("in get_int_by_JavaObj!");
324 LOGV("i [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
H A D | gki_ulinux.c | 35 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format, ## __VA_ARGS__) macro
|
/external/libnfc-nci/src/gki/ulinux/ |
H A D | gki_ulinux.c | 34 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format, ## __VA_ARGS__) macro
|
/external/bluetooth/bluedroid/stack/btu/ |
H A D | btu_hcif.c | 45 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) macro
|
Completed in 700 milliseconds