Searched refs:log (Results 1 - 25 of 431) 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.java63 Log log = new Log();
68 if (!processArgs(log, args, osJarPath, osDestJar)) {
69 log.error("Usage: layoutlib_create [-v] output.jar input.jar ...");
70 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ...");
75 System.exit(listDeps(osJarPath, log));
78 System.exit(createLayoutLib(osDestJar[0], osJarPath, log));
85 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { argument
86 log.info("Output: %1$s", osDestJar);
88 log.info("Input : %1$s", path);
94 AsmGenerator agen = new AsmGenerator(log, osDestJa
168 listDeps(ArrayList<String> osJarPath, Log log) argument
191 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.java242 if (DBG) log("configure: '" + configStr + "'");
248 if (VDBG) log("configure: not empty");
252 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
256 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
259 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
292 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
304 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount);
307 log("configure: cleared");
310 if (VDBG) log("configure: true");
352 log("Faile
662 private void log(String s) { method in class:RetryManager
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java55 if (DBG) log("SipConnectionBase: ctor dialString=" + SipPhone.hidePii(dialString));
62 if (DBG) log("setState: state=" + state);
85 if (VDBG) log("getCreateTime: ret=" + mCreateTime);
91 if (VDBG) log("getConnectTime: ret=" + mConnectTime);
97 if (VDBG) log("getDisconnectTime: ret=" + mDisconnectTime);
111 if (VDBG) log("getDurationMillis: ret=" + dur);
124 if (VDBG) log("getHoldDurationMillis: ret=" + dur);
129 if (DBG) log("setDisconnectCause: prev=" + mCause + " new=" + cause);
140 if (DBG) log("proceedAfterWaitChar: ignore");
145 if (DBG) log("proceedAfterWildCha
155 private void log(String msg) { method in class:SipConnectionBase
[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
427 private void log(String s) { method in class:DcAsyncChannel
[all...]
H A DDcController.java93 log("E ctor");
98 log("X ctor");
121 log("dispose: call quiteNow()");
137 log("addActiveDcByCid dc.mCid < 0 dc=" + dc);
145 log("removeActiveDcByCid removedDc=null dc=" + dc);
186 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
190 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
199 log("DccDefaultState: EVENT_DATA_STATE_CHANGED:" +
217 log("onDataStateChanged: mDcListAll=" + mDcListAll);
232 if (DBG) log("onDataStateChange
408 protected void log(String s) { method in class:DcController
[all...]
H A DDcTracker.java294 if (DBG) log("screen on");
300 if (DBG) log("screen off");
306 if (DBG) log("Reconnect alarm. Previous state was " + mState);
309 if (DBG) log("Data stall alarm");
312 if (DBG) log("Provisioning apn alarm");
318 if (DBG) log("NETWORK_STATE_CHANGED_ACTION: mIsWifiConnected=" + mIsWifiConnected);
320 if (DBG) log("Wifi state changed");
329 log("WIFI_STATE_CHANGED_ACTION: enabled=" + enabled
333 if (DBG) log("onReceive: Unknown action=" + action);
370 if (DBG) log("SubscriptionListene
951 requestNetwork(NetworkRequest networkRequest, LocalLog log) argument
958 releaseNetwork(NetworkRequest networkRequest, LocalLog log) argument
4267 private void log(String s) { method in class:DcTracker
[all...]
H A DApnContext.java146 log("setDataConnectionAc: old dcac=" + mDcAc + " new dcac=" + dcac
185 if (DBG) log("getApnSetting: apnSetting=" + mApnSetting);
194 if (DBG) log("setApnSetting: apnSetting=" + apnSetting);
272 log("setState: " + s + ", previous state:" + mState);
308 log("set reason as " + reason + ",current state " + mState);
356 log("set enabled as " + enabled + ", current state is " + mDataEnabled.get());
371 log("set mDependencyMet as " + met + " current state is " + mDependencyMet.get());
398 l.log(str);
403 public void incRefCount(LocalLog log) { argument
405 if (mLocalLogs.contains(log)) {
417 decRefCount(LocalLog log) argument
672 private void log(String s) { method in class:ApnContext
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DPolicySubsystemBuilder.cpp24 void PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1(CSubsystemLibrary *subsystemLibrary, core::log::Logger& logger)
/frameworks/native/services/inputflinger/
H A DInputApplication.cpp21 #include <cutils/log.h>
/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp21 #include <log/log.h>
H A DCaches.cpp163 void Caches::dumpMemoryUsage(String8 &log) { argument
165 log.appendFormat("Current memory usage / total memory usage (bytes):\n");
166 log.appendFormat(" TextureCache %8d / %8d\n",
168 log.appendFormat(" LayerCache %8d / %8d (numLayers = %zu)\n",
175 log.appendFormat(" Layer size %dx%d; isTextureLayer()=%d; texid=%u fbo=%u; refs=%d\n",
181 log.appendFormat(" Layers total %8d (numLayers = %zu)\n",
185 log.appendFormat(" RenderBufferCache %8d / %8d\n",
187 log.appendFormat(" GradientCache %8d / %8d\n",
189 log.appendFormat(" PathCache %8d / %8d\n",
191 log
[all...]
/frameworks/av/services/mediaresourcemanager/
H A DServiceLog.cpp33 void ServiceLog::add(const String8 &log) { argument
38 mLogs.add(String8::format("%s %s", buf, log.string()));
44 for (const auto& log : mLogs) {
45 addLine(log.string(), linePrefix, &result);
55 void ServiceLog::addLine(const char *log, const char *prefix, String8 *result) const { argument
59 result->append(log);
H A DServiceLog.h35 void add(const String8 &log);
43 void addLine(const char *log, const char *prefix, String8 *result) const;
/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 DSIMRecords.java216 if (DBG) log("SIMRecords X ctor this=" + this);
234 if (DBG) log("Disposing SIMRecords this=" + this);
246 if(DBG) log("finalized");
254 log("setting0 mMncLength" + mMncLength);
268 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null");
269 log("update icc_operator_numeric=" + null);
352 if(DBG) log("Set MSISDN: " + mNewMsisdnTag + " " + /*mNewMsisdn*/ "xxxxxxx");
504 if(DBG) log(" VoiceMessageCount from SIM MWIS = " + countVoiceMessages);
516 if(DBG) log(" VoiceMessageCount from SIM CPHS = " + countVoiceMessages);
551 log("setVoiceCallForwardingFla
1919 protected void log(String s) { method in class:SIMRecords
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSap.java197 if (VDBG) log("getState()");
204 if (DBG) log(Log.getStackTraceString(new Throwable()));
217 if (VDBG) log("getClient()");
224 if (DBG) log(Log.getStackTraceString(new Throwable()));
236 if (VDBG) log("isConnected(" + device + ")");
243 if (DBG) log(Log.getStackTraceString(new Throwable()));
254 if (DBG) log("connect(" + device + ")" + "not supported for SAPS");
267 if (DBG) log("disconnect(" + device + ")");
288 if (DBG) log("getConnectedDevices()");
308 if (DBG) log("getDevicesMatchingState
410 private static void log(String msg) { method in class:BluetoothSap
[all...]
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h20 #include <cutils/log.h>

Completed in 1201 milliseconds

1234567891011>>