Searched refs:debug (Results 1 - 25 of 75) sorted by relevance

123

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLogHelper.java16 package com.android.ex.camera2.portability.debug;
/frameworks/native/cmds/rawbu/
H A DAndroid.mk13 LOCAL_MODULE_TAGS := debug
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDelayedMessageBuffer.java63 HdmiLogger.debug("Buffering message:" + message);
92 HdmiLogger.debug("Processing message:" + message);
109 HdmiLogger.debug("Checking message for address:" + address);
121 HdmiLogger.debug("Processing message:" + message);
143 HdmiLogger.debug("Processing message:" + message);
H A DSetArcTransmissionStateAction.java95 HdmiLogger.debug("Failed to send <Report Arc Initiated>.");
125 HdmiLogger.debug("Feature aborted for <Report Arc Initiated>");
H A DSystemAudioAction.java100 HdmiLogger.debug("Failed to send <System Audio Mode Request>:" + error);
127 HdmiLogger.debug("[T]:wait for <Set System Audio Mode>.");
149 HdmiLogger.debug("Failed to start system audio mode request.");
164 HdmiLogger.debug("Unexpected system audio mode request:" + receivedStatus);
H A DVolumeControlAction.java110 HdmiLogger.debug("Volume Key Status Changed[old:%b new:%b]", mIsVolumeUp, isVolumeUp);
147 HdmiLogger.debug("Force volume change[mute:%b, volume=%d]", mute, volume);
H A DRequestArcAction.java87 HdmiLogger.debug("[T] RequestArcAction.");
H A DSystemAudioAutoInitiationAction.java75 HdmiLogger.debug("Cannot change system audio mode in auto initiation action.");
H A DHdmiCecController.java207 HdmiLogger.debug("New logical address for device [%d]: [preferred:%d, assigned:%d]",
327 HdmiLogger.debug("setOption: [flag:%d, value:%d]", flag, value);
441 HdmiLogger.debug("[P]:AllocatedAddress=%s", allocated.toString());
569 HdmiLogger.debug("[S]:" + cecMessage);
604 HdmiLogger.debug("[R]:" + command);
614 HdmiLogger.debug("Hotplug event:[port:%d, connected:%b]", port, connected);
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp74 " -d debug, print comma-separated coefficient table\n"
97 bool debug = false; local
166 debug = true;
232 if (!debug) {
263 if (!debug) {
275 printf("%.9g%s", y, debug ? "," : "f,");
286 if (!debug) printf("\n ");
301 printf("%.9g%s", y, debug ? "," : "f,");
311 if (!debug && declarations) {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilitiesFactory.java21 import com.android.ex.camera2.portability.debug.Log;
H A DCameraDeviceInfo.java22 import com.android.ex.camera2.portability.debug.Log;
H A DCameraStateHolder.java21 import com.android.ex.camera2.portability.debug.Log;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java19 import com.android.ex.camera2.portability.debug.Log;
/frameworks/base/libs/common_time/
H A DAndroid.mk20 # Uncomment to enable vesbose logging and debug service.
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java45 mLog.debug("Test %d", 42);
49 mLog.debug("Test %d", 42);
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h32 MsgHandler debug(unsigned int pID);
57 inline mcld::MsgHandler mcld::debug(unsigned int pID) { function in class:mcld
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java209 final boolean debug = DEBUG ||
211 if (debug) Log.v(
217 if (debug) Log.v(TAG, "Action list: " + entries);
222 if (debug) Log.v(TAG, "Matching against filter " + receiver.filter);
225 if (debug) {
234 if (debug) Log.v(TAG, " Filter matched! match=0x" +
242 if (debug) {
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java357 final boolean debug = localLOGV ||
364 buildResolveList(intent, categories, debug, defaultOnly,
377 final boolean debug = localLOGV ||
380 if (debug) Slog.v(
401 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
403 if (debug) Slog.v(TAG, "Second type cut: "
408 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
410 if (debug) Slog.v(TAG, "Second type cut: "
416 if (debug) Slog.v(TAG, "Third type cut: " + Arrays.toString(thirdTypeCut));
422 if (debug) Slo
688 buildResolveList(Intent intent, FastImmutableArraySet<String> categories, boolean debug, boolean defaultOnly, String resolvedType, String scheme, F[] src, List<R> dest, int userId) argument
[all...]
/frameworks/av/media/libnbaio/
H A DAndroid.mk18 # libsndfile license is incompatible; uncomment to use for local debug only
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp36 jint debug; member in struct:android::levels_t
125 levels.debug = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "DEBUG", "I"));
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java30 public void debug(String format, Object... args) { method in class:Log
36 /** Similar to debug() but doesn't do a \n automatically. */
H A DTransformClassAdapter.java126 mLog.debug(" Stub: %s (%s)", invokeSignature, isNative ? "native" : "");
133 mLog.debug(" Keep: %s %s", name, desc);
H A DClassHasNativeVisitor.java98 public void visitSource(String source, String debug) { argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java159 public void clear(boolean all, boolean debug) { argument
175 if (debug) {

Completed in 562 milliseconds

123