Searched refs:log (Results 1 - 25 of 339) 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/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DSystem_Delegate.java27 public static void log(String message) { method in class:System_Delegate
31 public static void log(String message, Throwable th) { method in class:System_Delegate
/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
161 listDeps(ArrayList<String> osJarPath, Log log) argument
184 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 DDebugService.java39 log("DebugService:");
46 log("dump: +");
48 log("dump: -");
51 private static void log(String s) { method in class:DebugService
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...]
H A DTelephonyTester.java63 if (DBG) log("sIntentReceiver.onReceive: action=" + action);
65 log("simulate detaching");
68 log("simulate attaching");
71 log("inject simulated conference event package");
74 if (DBG) log("onReceive: unknown action=" + action);
86 log("register for intent action=" + mPhone.getActionDetached());
89 log("register for intent action=" + mPhone.getActionAttached());
92 log("register for intent action=" + ACTION_TEST_CONFERENCE_EVENT_PACKAGE);
106 private static void log(String s) { method in class:TelephonyTester
139 log("Tes
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcSwitchStateMachine.java53 if (DBG) log("DcSwitchState constructor E");
63 if (DBG) log("DcSwitchState constructor X");
77 if (DBG) log("IdleState: enter");
93 log("IdleState: REQ_CONNECT");
109 log("AttachingState: EVENT_DATA_ATTACHED");
117 log("IdleState: Receive invalid event EVENT_CONNECTED!");
124 log("IdleState: nothandled msg.what=0x" +
137 log("AttachingState: enter");
147 log("AttachingState: REQ_CONNECT");
161 log("AttachingStat
365 protected void log(String s) { method in class:DcSwitchStateMachine
[all...]
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 DDcSwitchAsyncChannel.java100 if (DBG) log("rspConnect=" + retVal);
109 if (DBG) log("rspConnect error response=" + response);
116 if (DBG) log("rspDisconnect=" + retVal);
125 if (DBG) log("rspDisconnect error response=" + response);
132 if (DBG) log("rspDisconnectAll=" + retVal);
141 if (DBG) log("rspDisconnectAll error response=" + response);
148 if (DBG) log("notifyDataAttached");
153 if (DBG) log("EVENT_DATA_DETACHED");
158 if (DBG) log("rspIsIdle=" + retVal);
167 if (DBG) log("rspIsIndl
198 private void log(String s) { method in class:DcSwitchAsyncChannel
[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 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.java158 if (DBG) log("GsmDCT.constructor");
217 if (DBG) log("DcTracker.dispose");
384 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " +
394 if(DBG) log("finalize");
420 log("initApnContexts: E");
460 log("initApnContexts: skipping unknown type=" + networkConfig.type);
463 log("initApnContexts: apnContext=" + apnContext);
465 log("initApnContexts: X mApnContexts=" + mApnContexts);
474 if (DBG) log("return link properites for " + apnType);
478 if (DBG) log("retur
2906 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/net/ims/src/java/com/android/ims/
H A DImsCall.java832 log("attachSession :: session=" + session);
858 log("start(1) :: session=" + session + ", callee=" + callee);
885 log("start(n) :: session=" + session + ", callee=" + participants);
911 log("accept ::");
927 log("accept :: callType=" + callType + ", profile=" + profile);
945 log("accept :: call profile will be updated");
968 log("reject :: reason=" + reason);
978 log("reject :: call profile is not updated; destroy it...");
999 log("terminate :: ImsCall=" + this +" reason=" + reason);
1040 log("hol
1883 private void log(String s) { method in class:ImsCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java211 if (DBG) log("SIMRecords X ctor this=" + this);
216 if (DBG) log("Disposing SIMRecords this=" + this);
228 if(DBG) log("finalized");
236 log("setting0 mMncLength" + mMncLength);
248 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null");
249 log("update icc_operator_numeric=" + null);
310 if(DBG) log("Set MSISDN: " + mNewMsisdnTag + " " + /*mNewMsisdn*/ "xxxxxxx");
463 if(DBG) log(" VoiceMessageCount from SIM MWIS = " + countVoiceMessages);
475 if(DBG) log(" VoiceMessageCount from SIM CPHS = " + countVoiceMessages);
509 log("setVoiceCallForwardingFla
1836 protected void log(String s) { method in class:SIMRecords
[all...]
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h20 #include <cutils/log.h>

Completed in 351 milliseconds

1234567891011>>