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

1 2 3 4 5 6 7 8

  /hardware/qcom/media/mm-core/inc/
qc_omx_msg.h 60 #ifndef LOGV
61 #define LOGV ALOGV
74 #define DEBUG_DETAIL LOGV
  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 38 if (HttpLog.LOGV) {
47 if (HttpLog.LOGV) {
54 if (HttpLog.LOGV) {
61 if (HttpLog.LOGV) {
67 if (HttpLog.LOGV) {
73 if (HttpLog.LOGV) {
79 if (HttpLog.LOGV) {
86 if (HttpLog.LOGV) {
Timer.java 36 if (HttpLog.LOGV) {
HttpLog.java 34 static final boolean LOGV = false;
  /development/perftests/panorama/feature_mos/src/mosaic/
Log.h 20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 56 #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...]
  /frameworks/base/core/java/android/util/
Config.java 49 public static final boolean LOGV = false;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Log.h 20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 403 LOGV("mp3 frame header\n");
404 LOGV(" sync: 0x%x\n", header.sync);
405 LOGV(" version: 0x%x, %s\n", header.version_index,
407 LOGV(" layer: 0x%x, %s\n", header.layer_index,
409 LOGV(" protection: 0x%x, %s\n", header.protected,
411 LOGV(" bitrate: 0x%x, %u\n", header.bitrate_index, *bitrate);
412 LOGV(" sampling rate: 0x%x, %u\n", header.samplingrate_index, *frequency);
413 LOGV(" padding bit: 0x%x, %s\n", header.padding_bit,
415 LOGV(" private bit: 0x%x\n", header.private_bit);
416 LOGV(" channel mode: 0x%x, %s\n", header.channel_mode
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp 22 LOGV("prepare");
43 LOGV("startPlaybackOrRecord");
69 LOGV("stopPlaybackOrRecord");
96 LOGV("~AudioLocal");
107 LOGV("AudioLocal");
119 LOGV("repeat %d - %d", mCurrentRepeat, mNumberRepetition);
121 LOGV("AudioLocal complete command");
137 //LOGV("audio thread waiting");
139 //LOGV("audio thread waken up");
AudioRecordingLocal.cpp 32 LOGV("AudioRecordingLocal %x", (unsigned long)this);
37 LOGV("~AudioRecordingLocal %x", (unsigned long)this);
88 LOGV("AudioRecordingLocal::doPlaybackOrRecord %d", buffer->amountHandled());
100 LOGV("releaseHw %x", (unsigned long)this);
AudioPlaybackLocal.cpp 45 LOGV("AudioPlaybackLocal %x", (unsigned long)this);
50 LOGV("~AudioPlaybackLocal %x", (unsigned long)this);
92 LOGV("AudioPlaybackLocal::doPlaybackOrRecord %d", buffer->amountHandled());
111 LOGV("releaseHw %x", (unsigned long)this);
  /ndk/tests/abcc/jni/device/
main.cpp 34 LOGV("Working directory: %s", lib_dir);
37 LOGV("Sysroot: %s", sysroot);
64 LOGV("Elapsed time: %lld.%03ds (llc = %lld.%03ds)", elapsed_msec/1000, (int)elapsed_msec%1000,
  /bootable/recovery/
common.h 32 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)
35 #define LOGV(...) do {} while (0)
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 24 #define LOGV ALOGV
38 #define LOGV(...) LOG("V", __VA_ARGS__)
  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 25 #define LOGV(msg...) __android_log_print(ANDROID_LOG_VERBOSE, "Native_JPEGStream", msg)
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 33 # define LOGV(...) ((void)__android_log_print(ANDROID_LOG_VERBOSE, "threaded_app", __VA_ARGS__))
35 # define LOGV(...) ((void)0)
68 LOGV("Config: mcc=%d mnc=%d lang=%c%c cnt=%c%c orien=%d touch=%d dens=%d "
91 LOGV("APP_CMD_INPUT_CHANGED\n");
98 LOGV("Attaching input queue to looper");
108 LOGV("APP_CMD_INIT_WINDOW\n");
116 LOGV("APP_CMD_TERM_WINDOW\n");
124 LOGV("activityState=%d\n", cmd);
132 LOGV("APP_CMD_CONFIG_CHANGED\n");
139 LOGV("APP_CMD_DESTROY\n")
    [all...]
  /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) {
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp 82 LOGV("ComponentGetParameter: Index = 0x%x", nIndex);
96 LOGV("ComponentSetParameter: Index = 0x%x", nIndex);
110 LOGV("ComponentGetConfig: Index = 0x%x", nIndex);
126 LOGV("ComponentSetConfig: Index = 0x%x", nIndex);
134 LOGV("OMXComponentCodecBase::ProcessorInit");
140 LOGV("OMXComponentCodecBase::ProcessorDeinit");
145 LOGV("OMXComponentCodecBase::ProcessorStart");
150 LOGV("OMXComponentCodecBase::ProcessorStop");
155 LOGV("OMXComponentCodecBase::ProcessorPause");
160 LOGV("OMXComponentCodecBase::ProcessorResume")
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHAL.cpp 50 LOGV("%s: E", __func__);
78 LOGV("%s: X", __func__);
91 LOGV("%s: E", __func__);
118 LOGV("%s: X", __func__);
125 LOGV("%s: E", __func__);
QCameraStream.cpp 124 LOGV("%s:ch_acquire MM_CAMERA_CH_PREVIEW, rc=%d\n",__func__, rc);
137 LOGV("%s: preview channel fmt = %d", __func__,
139 LOGV("%s: preview channel resolution = %d X %d", __func__,
143 LOGV("%s: preview MM_CAMERA_PARM_CH_IMAGE_FMT rc = %d\n", __func__, rc);
156 LOGV("%s:ch_acquire MM_CAMERA_CH_VIDEO, rc=%d\n",__func__, rc);
169 LOGV("%s: video channel fmt = %d", __func__,
171 LOGV("%s: video channel resolution = %d X %d", __func__,
176 LOGV("%s: video MM_CAMERA_PARM_CH_IMAGE_FMT rc = %d\n", __func__, rc);
192 LOGV("QCameraStream::initChannel : E");
195 LOGV("%s:ch_acquire MM_CAMERA_CH_PREVIEW, rc=%d\n",__func__, rc)
    [all...]
  /external/opencv/
cvjni.cpp 51 LOGV("Error loading socket address.");
58 LOGV("Error loading socket port.");
67 LOGV("Error creating socket capture.");
265 LOGV("Load loadImageBytes.");
272 LOGV("Load NewBooleanArray.");
277 LOGV("Load SetBooleanArrayRegion.");
279 LOGV("Release sourceImage");
284 LOGV("Release binaryImage");
286 LOGV("Release grayImage");
288 LOGV("Release contourImage");
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
local_log_def.h 19 #define LOGV ALOGV
43 LOGV("%s", __PRETTY_FUNCTION__)
  /bootable/recovery/minzip/
Log.h 22 * Normally we strip LOGV (VERBOSE messages) from release builds.
48 #ifndef LOGV
50 #define LOGV(...) ((void)0)
52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
69 #define LOGVV LOGV

Completed in 683 milliseconds

1 2 3 4 5 6 7 8