HomeSort by relevance Sort by last modified time
    Searched defs:LOGV (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 25 #define LOGV(msg...) __android_log_print(ANDROID_LOG_VERBOSE, "Native_JPEGStream", msg)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
  /frameworks/base/core/java/android/util/
Config.java 49 public static final boolean LOGV = false;
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_msg.h 60 #ifndef LOGV
61 #define LOGV ALOGV
74 #define DEBUG_DETAIL LOGV
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_msg.h 60 #ifndef LOGV
61 #define LOGV ALOGV
74 #define DEBUG_DETAIL LOGV
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_msg.h 60 #ifndef LOGV
61 #define LOGV ALOGV
74 #define DEBUG_DETAIL LOGV
  /system/chre/host/common/include/chre_host/
log.h 47 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__)
49 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, format, ##__VA_ARGS__)
  /external/apache-http/android/src/android/net/http/
HttpLog.java 31 static final boolean LOGV = false;
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 24 #define LOGV ALOGV
38 #define LOGV(...) LOG("V", __VA_ARGS__)
  /cts/suite/audio_quality/lib/include/
Log.h 60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0)
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 28 public static final boolean LOGV = false;
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.h 101 #define LOGV(...)
113 #define LOGV(...)
  /system/core/healthd/
AnimationParser.cpp 28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0)
healthd_draw.cpp 24 #define LOGV(x...) KLOG_DEBUG("charger", x);
74 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y);
78 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y);
145 LOGV("drawing clock %s %d %d\n", clock_str, x, y);
169 LOGV("drawing percent %s %d %d\n", str.c_str(), x, y);
179 LOGV("drawing frame #%d min_cap=%d time=%d\n", anim->cur_frame,
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 51 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
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("You haven't opened the socket capture yet!")
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h 30 #define LOGV(...) ALOGI_IF(mOmxLogLevel, __VA_ARGS__)
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
LogDumpHelper.h 34 #define LOGV printf
62 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
84 LOGV("NALU-dump: error: invalid parameters to %s", __FUNCTION__) ;
93 LOGV("NALU-dump(nalu %u): data: %s" DUMP_EOL, nalu, str) ;
101 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
115 LOGV("%s: ptr=%p, size=%u, data=%s" DUMP_EOL, prefix, start, size, str) ;
123 LOGV("Error: invalid parameters to %s", __FUNCTION__) ;
133 LOGV("NALU-dump: num NALUs = %u\n", numNALUs) ;
154 LOGV("NALU-dump(nalu %u): imr_offset = %u, nalu_size = %u, data_size = %u" DUMP_EOL,
199 LOGV("Error: invalid parameters to %s", __FUNCTION__)
    [all...]
  /hardware/invensense/6515/libsensors_iio/
SensorBase.h 32 #define LOGV ALOGV
39 LOGV("%s", __PRETTY_FUNCTION__)
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 32 #define LOGV ALOGV
39 LOGV("%s", __PRETTY_FUNCTION__)
  /packages/apps/LegacyCamera/src/com/android/camera/
ActivityBase.java 36 private static boolean LOGV = false;
54 if (LOGV) Log.v(TAG, "onWindowFocusChanged.hasFocus=" + hasFocus
72 if (LOGV) Log.v(TAG, "onResume. hasWindowFocus()=" + hasWindowFocus());
74 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=true");
77 if (LOGV) Log.v(TAG, "onResume. mOnResumePending=false");
85 if (LOGV) Log.v(TAG, "onPause");
136 if (LOGV) {
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 27 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE,LOG_TAG,__VA_ARGS__)
74 LOGV("Native iteration %i, returned %i", i, (int)r);
  /external/opencv/
cvjni.h 29 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
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("in get_float_by_JavaObj!");
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FaceView.java 39 private final boolean LOGV = false;
87 if (LOGV) {
112 if (LOGV) {
125 if (LOGV) {
178 if (LOGV) {
182 if (LOGV) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 34 private final boolean LOGV = false;
60 if (LOGV) Log.v(TAG, "Num of faces=" + faces.length);
68 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
78 if (LOGV) Log.v(TAG, "mMirror=" + mirror);
134 if (LOGV) Util.dumpRect(mRect, "Original rect");
136 if (LOGV) Util.dumpRect(mRect, "Transformed rect");
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 163 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
167 public static final boolean LOGVV = LOCAL_LOGVV && LOGV;

Completed in 826 milliseconds

1 2 3 4 5 6 7 8