Searched refs:log (Results 1 - 25 of 335) sorted by relevance

1234567891011>>

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DLogger.java20 public abstract void log(String message); method in class:Logger
23 log("ERROR: " + message);
/frameworks/compile/libbcc/include/bcc/Support/
H A DLog.h22 # include <cutils/log.h>
/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java48 * a log.
53 * @param log - null to disable logging, non-null to enable logging.
79 public static GL wrap(GL gl, int configFlags, Writer log) { argument
83 if ( log != null ) {
86 gl = new GLLogWrapper(gl, log, logArgumentNames);
97 * @param log - null to disable logging, non-null to enable logging.
100 public static EGL wrap(EGL egl, int configFlags, Writer log) { argument
101 if (log != null) {
102 egl = new EGLLogWrapper(egl, configFlags, log);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java61 Log log = new Log();
66 if (!processArgs(log, args, osJarPath, osDestJar)) {
67 log.error("Usage: layoutlib_create [-v] output.jar input.jar ...");
68 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ...");
73 System.exit(listDeps(osJarPath, log));
76 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
83 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
84 log.info("Output: %1$s", osDestJar);
86 log.info("Input : %1$s", path);
92 AsmGenerator agen = new AsmGenerator(log, osDestJa
160 listDeps(ArrayList<String> osJarPath, Log log) argument
183 processArgs(Log log, String[] args, ArrayList<String> osJarPath, String[] osDestJar) argument
[all...]
H A DLogAbortException.java29 public void error(Log log) { argument
30 log.error(mFormat, mArgs);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java46 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
48 log("simulate detaching");
51 log("simulate attaching");
54 if (DBG) log("onReceive: unknown action=" + action);
66 log("register for intent action=" + mPhone.getActionDetached());
69 log("register for intent action=" + mPhone.getActionAttached());
81 private static void log(String s) { method in class:TelephonyTester
H A DRetryManager.java117 if (VDBG) log("constructor");
147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
183 if (VDBG) log("configure: '" + configStr + "'");
189 if (VDBG) log("configure: not empty");
197 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
201 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
204 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
237 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
249 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount);
252 if (VDBG) log("configur
442 private void log(String s) { method in class:RetryManager
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java51 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
54 log("Send DEACTIVATE to all Dcc's");
60 if (DBG) log("onReceive: mDcc is null, ignoring");
63 if (DBG) log("onReceive: unknown action=" + action);
76 log("register for intent action=" + sActionDcTesterDeactivateAll);
79 log("register for intent action=" + mPhone.getActionDetached());
91 private static void log(String s) { method in class:DcTesterDeactivateAll
H A DDcTesterFailBringUpAll.java57 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
62 log("simulate detaching");
68 log("simulate attaching");
72 if (DBG) log("onReceive: unknown action=" + action);
83 log("register for intent action=" + mActionFailBringUp);
86 log("register for intent action=" + mPhone.getActionDetached());
89 log("register for intent action=" + mPhone.getActionAttached());
105 private void log(String s) { method in class:DcTesterFailBringUpAll
H A DDcAsyncChannel.java125 if (DBG) log("reqIsInactive");
135 if (DBG) log("rspIsInactive=" + retVal);
150 log("rspIsInactive error response=" + response);
165 if (DBG) log("reqCid");
176 if (DBG) log("rspCid=" + retVal);
190 log("rspCid error response=" + response);
205 if (DBG) log("reqApnSetting");
216 if (DBG) log("rspApnSetting=" + retVal);
232 log("getApnSetting error response=" + response);
247 if (DBG) log("reqLinkPropertie
429 private void log(String s) { method in class:DcAsyncChannel
[all...]
H A DDcController.java88 log("E ctor");
93 log("X ctor");
103 log("dispose: call quiteNow()");
118 log("addActiveDcByCid dc.mCid < 0 dc=" + dc);
126 log("removeActiveDcByCid removedDc=null dc=" + dc);
163 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
167 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
176 log("DccDefaultState: EVENT_DATA_STATE_CHANGED:" +
194 log("onDataStateChanged: mDcListAll=" + mDcListAll);
209 if (DBG) log("onDataStateChange
406 protected void log(String s) { method in class:DcController
[all...]
H A DDcSwitchAsyncChannel.java74 if (DBG) log("reqConnect");
79 if (DBG) log("rspConnect=" + retVal);
88 log("rspConnect error response=" + response);
95 if (DBG) log("reqDisconnect");
100 if (DBG) log("rspDisconnect=" + retVal);
109 log("rspDisconnect error response=" + response);
116 if (DBG) log("reqIsIdle");
121 if (DBG) log("rspIsIdle=" + retVal);
130 log("rspIsIndle error response=" + response);
137 if (DBG) log("reqIsIdleOrDeactin
161 private void log(String s) { method in class:DcSwitchAsyncChannel
[all...]
H A DDcSwitchState.java70 if (DBG) log("DcSwitchState constructor E");
81 if (DBG) log("DcSwitchState constructor X");
86 log("DcSwitchState:setupConnection type = " + type);
94 log("No APN is using, then clean up all");
107 if (DBG) log("requestDataIdle is triggered");
161 log("IdleState: REQ_CONNECT/EVENT_CONNECT(" +
179 log("IdleState: DcSwitchAsyncChannel.REQ_DISCONNECT type=" + type);
188 log("IdleState: EVENT_CLEANUP_ALL" );
196 log("IdleState: Receive invalid event EVENT_CONNECTED!");
203 log("IdleStat
461 protected void log(String s) { method in class:DcSwitchState
[all...]
H A DDcRetryAlarmController.java54 log("onReceive: ignore empty action='" + action + "'");
67 log("onReceive: action=" + action
73 if (DBG) log("onReceive: unknown action=" + action);
87 log("DcRetryAlarmController: register for intent action=" + mActionRetry);
96 if (DBG) log("dispose");
118 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is MAX_INT, retry NOT needed");
121 if (DBG) log("getSuggestedRetryTime: suggestedRetryTime is >= 0 use it");
127 if (DBG) log("getSuggestedRetryTime: retry is needed");
129 if (DBG) log("getSuggestedRetryTime: retry is NOT needed");
134 log("getSuggestedRetryTim
166 private void log(String s) { method in class:DcRetryAlarmController
[all...]
H A DDcTracker.java166 if (DBG) log("GsmDCT.constructor");
244 if (DBG) log("GsmDCT.dispose");
299 if (DBG) log("Cellular needs Network for " + networkRequest);
306 if (DBG) log("Cellular releasing Network for " + networkRequest);
481 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " +
491 if(DBG) log("finalize");
523 log("initApnContexts: E");
563 log("initApnContexts: skipping unknown type=" + networkConfig.type);
566 log("initApnContexts: apnContext=" + apnContext);
568 log("initApnContext
2953 protected void log(String s) { method in class:DcTracker
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java59 if (DBG) log("SipConnectionBase: ctor dialString=" + dialString);
66 if (DBG) log("setState: state=" + state);
89 if (VDBG) log("getCreateTime: ret=" + mCreateTime);
95 if (VDBG) log("getConnectTime: ret=" + mConnectTime);
101 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime);
115 if (VDBG) log("getDurationMillis: ret=" + dur);
128 if (VDBG) log("getHoldDurationMillis: ret=" + dur);
134 if (VDBG) log("getDisconnectCause: ret=" + mCause);
139 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
145 if (VDBG) log("getPostDialStat
179 private void log(String msg) { method in class:SipConnectionBase
[all...]
/frameworks/native/services/inputflinger/
H A DInputApplication.cpp21 #include <cutils/log.h>
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DAsyncChannelTest.java35 if (DBG) log("test1");
40 protected void log(String s) { method in class:AsyncChannelTest
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java114 log("close - already closed; ignoring");
145 log("close - completed");
177 log("acquire lock early aborted (already closed)");
197 log("acquire lock unblocked aborted (already closed)");
212 log("acquired lock (local own count = " + ownedLocks + ")");
245 log("acquire exclusive lock early aborted (already closed)");
270 log("acquire exclusive lock unblocked aborted (already closed)");
285 log("acquired exclusive lock (local own count = " + ownedLocks + ")");
338 log("released lock (local lock count " + ownedLocks + ")");
342 private void log(Strin method in class:CloseableLock
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java104 * @param log Set true if you want trace output
106 public void initServer(boolean log) throws Exception { argument
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log);
113 * @param log Set true if you want trace output
115 public void initServer(int port, boolean log) throws Exception { argument
116 initServer(port, DEFAULT_TIMEOUT, log);
124 * @param log Set true if you want trace output
126 public void initServer(int port, int timeout, boolean log) throws Exception { argument
129 mLog = log;
140 * Print to the log fil
143 protected void log(String s) { method in class:TestWebServer
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java118 if (DBG) log("RuimRecords X ctor this=" + this);
123 if (DBG) log("Disposing RuimRecords " + this);
133 if(DBG) log("RuimRecords finalized");
139 log("setting0 mMncLength" + mMncLength);
239 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl));
267 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli));
281 if (DBG) log("CSIM_SPN=" +
323 if (DBG) log("Some corruption in SPN decoding = " + spn);
324 if (DBG) log("Using ENCODING_GSM_7BIT_ALPHABET scheme...");
333 log("SP
879 protected void log(String s) { method in class:RuimRecords
[all...]
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h20 #include <cutils/log.h>
/frameworks/base/core/java/com/android/internal/os/
H A DAndroidPrintStream.java22 * Print stream which log lines using Android's logging system.
35 * @param tag to log
46 protected void log(String line) { method in class:AndroidPrintStream
/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dinvert.c17 #include <android/log.h>
/frameworks/compile/libbcc/include/bcc/
H A DAssert.h35 #include <cutils/log.h>

Completed in 4184 milliseconds

1234567891011>>