Searched refs:log (Results 101 - 125 of 229) sorted by relevance

12345678910

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java318 log("proceedAfterWildChar: new postDialString is " +
448 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
464 if (Phone.DEBUG_PHONE) log("--dssds----"+cnapName);
483 if (Phone.DEBUG_PHONE) log(
543 log("onConnectedInOrOut: connectTime=" + connectTime);
741 log("acquireWakeLock");
749 log("releaseWakeLock");
755 private void log(String msg) { method in class:GsmConnection
H A DGsmCallTracker.java363 if (DBG_POLL) log("obtainCompleteMessage: pendingOperations=" +
373 if (DBG_POLL) log("operationComplete: pendingOperations=" +
451 if (DBG_POLL) log("poll: conn[i=" + i + "]=" +
458 if (DBG_POLL) log("poll: pendingMO=" + pendingMO);
470 if (Phone.DEBUG_PHONE) log(
583 log("missed/rejected call, conn.cause=" + conn.cause);
584 log("setting cause to " + cause);
681 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true");
737 if (Phone.DEBUG_PHONE) log("(ringing) hangup waiting or background");
742 log("(foregn
925 protected void log(String msg) { method in class:GsmCallTracker
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.h22 #include <cutils/log.h>
H A DAudioResamplerCubic.h22 #include <cutils/log.h>
/frameworks/base/core/jni/
H A Dandroid_os_Trace.cpp23 #include <cutils/log.h>
/frameworks/base/services/input/
H A DInputManager.cpp23 #include <cutils/log.h>
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountain.java87 static void log(String message) { method in class:Fountain
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java88 static void log(String message) { method in class:Fountain_v11
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTest.java84 static void log(String message) { method in class:RSTest
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTest_v11.java77 static void log(String message) { method in class:RSTest_v11
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTest_v14.java84 static void log(String message) { method in class:RSTest_v14
H A DUnitTest.java92 RSTest_v14.log("Unit test got unexpected message");
/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.h20 #include <android/log.h>
/frameworks/native/include/gui/
H A DBitTube.h25 #include <cutils/log.h>
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp26 #include <cutils/log.h>
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_egl.cpp17 #include <cutils/log.h>
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp20 #include <cutils/log.h>
/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dbrightness.c17 #include <android/log.h>
H A Dcontrast.c17 #include <android/log.h>
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java152 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
178 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
492 if (VDBG) log("close()");
537 log("Bluetooth is Not enabled");
560 private static void log(String msg) { method in class:BluetoothHealth
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java356 log("proceedAfterWildChar: new postDialString is " +
491 if (Phone.DEBUG_PHONE) log("parent= " +parent +", newParent= " + newParent);
494 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
510 if (Phone.DEBUG_PHONE) log("--dssds----"+cnapName);
529 if (Phone.DEBUG_PHONE) log(
587 log("onConnectedInOrOut: connectTime=" + connectTime);
808 log("acquireWakeLock");
815 log("releaseWakeLock");
938 private void log(String msg) { method in class:CdmaConnection
/frameworks/base/core/java/android/net/
H A DLinkCapabilities.java197 if (DBG) log("createNeededCapabilities(applicationRole) EX");
359 protected static void log(String s) { method in class:LinkCapabilities
/frameworks/base/core/java/android/util/
H A DMathUtils.java50 public static float log(float a) { method in class:MathUtils
51 return (float) Math.log(a);
/frameworks/base/services/common_time/
H A Dutils.cpp59 ALOGE("Failed to allocate log ring with %u entries.", mSize);
67 void LogRing::log(int prio, const char* tag, const char* fmt, ...) { function in class:android::LogRing
74 void LogRing::log(const char* fmt, ...) { function in class:android::LogRing
/frameworks/wilhelm/src/
H A DAndroid.mk56 # select the level of log messages
60 # log all API entries and exits (also requires Debug or Verbose log level)
62 # (otherwise a warning log on error results only)

Completed in 532 milliseconds

12345678910