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

1 23 4 5 6 7 8 910

  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsObservers.java 53 private static final boolean LOGV = false;
86 if (LOGV) Slog.v(TAG, "Registering observer for " + request);
119 if (LOGV) Slog.v(TAG, "Creating handler");
175 if (LOGV) Slog.v(TAG, "Trying to unregister unknown request " + request);
183 if (LOGV) Slog.v(TAG, "Unregistering " + request);
258 if (LOGV) Slog.v(TAG, "RequestInfo binderDied("
301 if (LOGV) {
343 if (LOGV) {
418 if (LOGV) {
  /external/apache-http/android/src/android/net/http/
HttpAuthHeader.java 261 if (HttpLog.LOGV) {
311 if (HttpLog.LOGV) {
344 if (HttpLog.LOGV) {
HttpConnection.java 74 if (HttpLog.LOGV) HttpLog.v(
RequestQueue.java 221 if (HttpLog.LOGV) HttpLog.v("RequestQueue.enablePlatformNotifications() network");
243 if (HttpLog.LOGV) HttpLog.v("RequestQueue.disablePlatformNotifications() network");
261 if (HttpLog.LOGV) HttpLog.v("RequestQueue.setProxyConfig " + host);
314 if (HttpLog.LOGV) HttpLog.v("RequestQueue.queueRequest " + uri);
367 if (HttpLog.LOGV) {
449 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest() => " + ret);
466 if (HttpLog.LOGV) HttpLog.v("RequestQueue.getRequest(" + host + ") => " + ret);
CertificateChainValidator.java 223 if (HttpLog.LOGV) {
249 if (HttpLog.LOGV) {
273 if (HttpLog.LOGV) {
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.cpp 29 LOGV("OMXVideoDecoderPAVC is constructed.");
39 LOGV("OMXVideoDecoderPAVC is destructed.");
104 LOGV("Received codec data for Protected AVC.");
OMXVideoDecoderVP8.cpp 26 LOGV("OMXVideoDecoderVP8 is constructed.");
37 LOGV("OMXVideoDecoderVP8 is destructed.");
OMXVideoDecoderWMV.cpp 27 LOGV("OMXVideoDecoderWMV is constructed.");
37 LOGV("OMXVideoDecoderWMV is destructed.");
OMXVideoDecoderH263.cpp 27 LOGV("OMXVideoDecoderH263 is constructed.");
37 LOGV("OMXVideoDecoderH263 is destructed.");
OMXVideoDecoderMPEG2.cpp 27 LOGV("OMXVideoDecoderMPEG2 is constructed.");
37 LOGV("OMXVideoDecoderMPEG2 is destructed.");
OMXVideoDecoderMPEG4.cpp 27 LOGV("OMXVideoDecoderMPEG4 is constructed.");
37 LOGV("OMXVideoDecoderMPEG4 is destructed.");
OMXVideoDecoderAVC.cpp 34 LOGV("OMXVideoDecoderAVC is constructed.");
45 LOGV("OMXVideoDecoderAVC is destructed.");
141 LOGV("Received AVC codec data.");
OMXVideoEncoderBase.cpp 47 LOGV("OMXVideoEncoderBase::OMXVideoEncoderBase end");
284 LOGV("OMXVideoEncoderBase::SetVideoEncoderParam called\n");
309 LOGV("frameRate.frameRateDenom = %d\n", mEncoderParams->frameRate.frameRateDenom);
310 LOGV("frameRate.frameRateNum = %d\n", mEncoderParams->frameRate.frameRateNum);
311 LOGV("intraPeriod = %d\n ", mEncoderParams->intraPeriod);
324 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateConstant", __func__);
328 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVariable", __func__);
331 LOGV("%s(), eControlRate == OMX_Video_Intel_ControlRateVideoConferencingMode ", __func__);
343 LOGV("refreshType = %d\n", mEncoderParams->refreshType);
385 LOGV("OMXVideoEncoderBase:: ProcessorProcess \n")
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 219 LOGV("module %s decrease refcont (%d)\n", module->name, module->ref_count);
231 LOGV("module %s closed\n", module->name);
260 LOGV("found symbol %s in module %s\n", string, module->name);
  /cts/suite/audio_quality/lib/include/
Log.h 60 #define LOGV(x...) do { Log::Instance()->printf(Log::ELogV, x); } while(0)
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 47 LOGV("re match %s", match.string());
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
RSTest_v11.java 45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.h 53 #define VTRACE(...) LOGV(__VA_ARGS__)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java 20 import static com.android.providers.downloads.Constants.LOGV;
123 if (LOGV) Log.v(TAG, "requestScan() for " + req.path);
  /system/chre/host/common/
socket_client.cc 145 LOGV("Receive thread started");
174 LOGV("Exiting receive thread");
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 55 LOGV("pmatch 0: %d, %d 1:%d, %d 2:%d, %d",
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 56 LOGV("command process workqueue started\n");
71 LOGV("command process workqueue stopped\n");
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraGLTest.java 64 private static final boolean LOGV = false;
90 if (LOGV) Log.v(TAG, "CameraGLTest Constructor");
156 if (LOGV) Log.v(TAG, "Shutting down camera");
169 if (LOGV) Log.v(TAG, "Shutdown of camera complete.");
176 if (LOGV) Log.v(TAG, "PreviewCallback");
189 if (LOGV) Log.v(TAG, "SurfaceTextureCallback");
212 if (LOGV) Log.v(TAG, "SurfaceTextureBurstCallback stopping preview.");
529 if (LOGV) {
556 if (LOGV) Log.v(TAG, "Starting preview");
713 if (LOGV) Log.v(TAG, "onSurfaceChanged()")
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 82 private static final boolean LOGV = false;
160 if (LOGV) Log.v(TAG,
255 if (LOGV) Log.v(TAG, "update() freeBytes: " + freeBytes + " usedBytes: " + usedBytes);
563 if (LOGV) Log.v(TAG, "mSystemSize: " + mSystemSize
569 if (LOGV) Log.v(TAG, "appsSize: " + details.appsSize.get(userId)
577 if (LOGV) Log.v(TAG, "imagesSize: " + imagesSize
585 if (LOGV) Log.v(TAG, "videosSize: " + videosSize
595 if (LOGV) Log.v(TAG, "audioSize: " + audioSize
606 if (LOGV)
617 if (LOGV)
    [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax);
201 LOGV("CreateMosaic: %g ms",time_c);
523 LOGV("createMosaic() - High-Res Mode");
549 LOGV("AlignAll - %d frames [HR]: %g ms", frame_number_HR, time_c);
560 LOGV("createMosaic() - Low-Res Mode");
584 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
640 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);

Completed in 2181 milliseconds

1 23 4 5 6 7 8 910