HomeSort by relevance Sort by last modified time
    Searched refs:LOGV (Results 76 - 100 of 244) sorted by null

1 2 34 5 6 7 8 910

  /external/apache-http/android/src/android/net/http/
HttpsConnection.java 341 if (HttpLog.LOGV) {
389 if (HttpLog.LOGV)
400 if (HttpLog.LOGV) {
AndroidHttpClientConnection.java 310 if (HttpLog.LOGV) HttpLog.v("read: " + statusline);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h 30 #define LOGV(...) ALOGI_IF(mOmxLogLevel, __VA_ARGS__)
OMXVideoDecoderVP9Hybrid.cpp 33 LOGV("OMXVideoDecoderVP9Hybrid is constructed.");
56 LOGV("OMXVideoDecoderVP9Hybrid is destructed.");
460 LOGV("vpx_codec_get_frame return NULL.");
489 LOGV("vpx_codec_get_frame return NULL.");
638 LOGV("Output color format is HAL_PIXEL_FORMAT_INTEL_YV12.");
OMXVideoDecoderBase.cpp 535 LOGV("PrepareConfigBuffer bufferid = %p, handle = %p", buffer_hdr, buffer_hdr->pBuffer);
615 LOGV("rotationDegrees = %d", p->rotationDegrees);
669 LOGV("rotationDegrees = %d", p->rotationDegrees);
    [all...]
  /system/chre/host/common/
socket_server.cc 200 LOGV("Got %zd byte packet from client %" PRIu16, packetSize, clientId);
238 LOGV("Delivered message of size %zu bytes to client %" PRIu16, length,
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 874 LOGV("intel: --- call to DecodeSPS() begin ---\n");
880 LOGV("intel: --- call to DecodeSPS() end ---\n");
899 LOGV("intel: --- call to DecodePPS() begin ---\n");
903 LOGV("intel: --- call to DecodePPS() end : status = %x ---\n", status);
951 LOGV("intel: --- profile_idc = %d ---\n", temp);
1040 LOGV("---intel: 1 *display_width = %d *display_height = %d\n", *display_width, *display_height);
1067 LOGV("---intel: 2 *display_width = %d *display_height = %d\n", *display_width, *display_height);
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 241 LOGV("TaskProcess::runBuiltin return %d", result);
247 LOGV("TaskProcess::parseParams will parse %s", str);
291 LOGV("TaskProcess::parseParams %d-th type %d", i, list[i].getType());
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 71 private static final boolean LOGV = false;
136 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
273 if (LOGV && unknownIfaces.size() > 0) {
NetworkPolicyManagerService.java 254 private static final boolean LOGV = false;
    [all...]
NetworkStatsService.java 151 static final boolean LOGV = false;
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorAdapter.java 409 if (Config.LOGV) Log.v("Cursor", "Auto requerying " + mCursor + " due to update");
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 25 private static final boolean LOGV = true;
  /system/core/healthd/
AnimationParser.cpp 28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0)
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 70 private static final boolean LOGV = false;
206 if (LOGV) {
731 if (LOGV) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 70 private static final boolean LOGV = false;
206 if (LOGV) {
731 if (LOGV) {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifParser.java 68 private static final boolean LOGV = false;
178 if (LOGV) {
699 if (LOGV) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 70 private static final boolean LOGV = false;
206 if (LOGV) {
731 if (LOGV) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 71 private static final boolean LOGV = false;
207 if (LOGV) {
733 if (LOGV) {
    [all...]
  /device/generic/goldfish-opengl/
Android.mk 49 EMUGL_COMMON_CFLAGS += -DALOGV=LOGV
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 37 #define LOGV(fmt, ...) do { \
625 LOGV("rotation changed to: ******* %d *******\n",
  /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);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 60 private static final boolean LOGV = true;
108 if (LOGV) {
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 28 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE,LOG_TAG,__VA_ARGS__)
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 158 LOGV("waitForCompletion %d", timeInMSec);

Completed in 2261 milliseconds

1 2 34 5 6 7 8 910