Searched refs:log (Results 176 - 200 of 643) sorted by relevance

1234567891011>>

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp22 #include <log/log.h>
76 CallStack::log(LOG_TAG);
H A Degl.cpp25 #include <log/log.h>
67 CallStack::log(LOG_TAG);
226 CallStack::log(LOG_TAG);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimPhoneBookManager.java157 log("loadEfFilesFromUsim: Loading adn and emails");
216 log("EF_IAP exists. Loading EF_IAP to retrieve the index.");
223 log("EF_EMAIL order in PBR record: " + email.getIndex());
227 log("EF_EMAIL exists in PBR. efid = 0x" +
240 log("Skipped this EF_EMAIL which was loaded earlier");
289 log("Building type 1 email list. recId = "
342 log("Adding email #" + i + " list to index 0x" +
356 log("Building type 2 email list. recId = "
396 log("Adding email list to index 0x" +
440 log("Addin
663 private void log(String msg) { method in class:UsimPhoneBookManager
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java182 * log message using {@link #getEfName()} and decrement {@link #mRecordsToLoad}.
185 * Otherwise, an error log message will be output by {@link #handleMessage} and
206 log("load mFakeImsi: " + mFakeImsi);
209 log("load mFakeGid1: " + mFakeGid1);
212 log("load mFakeGid2: " + mFakeGid2);
215 log("load mFakeSpn: " + mFakeSpn);
445 log("getServiceProviderName: override, providerName=" + providerName);
448 log("getServiceProviderName: no brandOverride, providerName=" + providerName);
451 log("getServiceProviderName: card is null, providerName=" + providerName);
454 log("getServiceProviderNam
699 protected abstract void log(String s); method in class:IccRecords
[all...]
H A DUiccCarrierPrivilegeRules.java145 log("TLV parseLength length=" + length + "lenghtBytes: " + lengthBytes);
150 log("Parse TLV: " + tag);
162 log("index="+index+" length="+length+"data.length="+data.length());
172 log("Got TLV: " + tag + "," + length + "," + value);
202 log("Creating UiccCarrierPrivilegeRules");
398 log("EVENT_OPEN_LOGICAL_CHANNEL_DONE");
417 log("No ARA, try ARF next.");
425 log("EVENT_TRANSMIT_LOGICAL_CHANNEL_DONE");
462 log("EVENT_CLOSE_LOGICAL_CHANNEL_DONE");
466 log("EVENT_PKCS15_READ_DON
615 private static void log(String msg) { method in class:UiccCarrierPrivilegeRules
[all...]
/frameworks/base/cmds/incidentd/src/
H A Dmain.cpp26 #include <cutils/log.h>
/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java60 * log on the system up to the most recent at the time of this call.
94 final LogMaker log = new LogMaker(objects)
98 if (log.getCategory() == MetricsEvent.METRICS_CHECKPOINT) {
99 if (log.getSubtype() == mCheckpointTag) {
103 mPendingQueue.offer(log);
113 // write a checkpoint into the log stream
136 /* Does the current log session have another entry? */
141 /* Return the next entry in the current log session. */
/frameworks/base/tests/AmSlam/src/test/amslam/
H A DMainActivity.java93 log("Starting test with " + CONCURRENT_TESTS[mTestPhase] + " concurrent requests...\n");
132 log(String.format("Sent %d ping/pongs, %d concurrent.\n"
145 log("Finished\n");
154 private void log(String text) { method in class:MainActivity
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dbrightness.cpp25 #include <android/log.h>
H A Dcontrast.cpp25 #include <android/log.h>
/frameworks/minikin/tests/perftests/
H A Dmain.cpp18 #include <cutils/log.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.cpp21 #include <android/log.h>
/frameworks/native/services/surfaceflinger/EventLog/
H A DEventLog.h41 * EventLogBuffer is a helper class to construct an in-memory event log
44 * Once constructed, the buffer can be logger by calling the log()
68 // outputs the the buffer to the log
69 void log();
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Da_refl.cpp63 #include <log/log.h>
/frameworks/base/libs/hwui/
H A DPixelBuffer.h22 #include <log/log.h>
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DOffloadHardwareInterface.java89 public OffloadHardwareInterface(Handler h, SharedLog log) { argument
91 mLog = log.forSubComponent(TAG);
154 mLog.log("stopOffloadControl()");
173 mLog.log(logmsg + YIELDS + stats);
292 mLog.log(logmsg);
299 public final SharedLog log; field in class:OffloadHardwareInterface.TetheringOffloadCallback
304 log = sharedLog;
327 log.e("Unsupported OffloadCallbackEvent: " + event);
348 // The caller checks this value and will log an error. Just make
/frameworks/base/telephony/java/android/telephony/
H A DVoLteServiceState.java119 if (DBG) log("Size of VoLteServiceState parcel:" + in.dataSize());
224 * log
226 private static void log(String s) { method in class:VoLteServiceState
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DColorfulnessFilter.java80 colorful -= value * ((float) Math.log(value));
84 colorful /= Math.log(2);
/frameworks/native/libs/vr/libvrflinger/
H A Dacquired_buffer.cpp3 #include <log/log.h>
/frameworks/native/libs/vr/libvrsensor/
H A Dsensor_client.cpp4 #include <log/log.h>
/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp21 #include <log/log.h>
/frameworks/native/services/thermalservice/
H A Dthermalserviced.cpp18 #include <log/log.h>
/frameworks/native/services/vr/performanced/
H A Dmain.cpp8 #include <log/log.h>
/frameworks/native/vulkan/libvulkan/
H A Dstubhal.cpp33 #include <log/log.h>
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java139 * It responds with "Hello World" being printed to the log for every message.</p>
156 log("Hello World");
178 enter { log("mP1.enter"); }
179 exit { log("mP1.exit"); }
193 enter { log("mS1.enter"); }
194 exit { log("mS1.exit"); }
205 enter { log("mS2.enter"); }
206 exit { log("mS2.exit"); }
223 log("mP2.enter");
226 exit { log("mP
2110 protected void log(String s) { method in class:StateMachine
[all...]

Completed in 1613 milliseconds

1234567891011>>