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

1234567891011>>

/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dcontrast.c17 #include <android/log.h>
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java81 mLogger.log("Received touch event: " + event);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dexposure.cpp25 #include <android/log.h>
H A Dframetovalues.cpp24 #include <android/log.h>
/frameworks/minikin/tests/
H A DHbFontCacheTest.cpp21 #include <cutils/log.h>
H A DMinikinFontForTest.cpp23 #include <cutils/log.h>
/frameworks/native/include/gui/
H A DBitTube.h25 #include <cutils/log.h>
/frameworks/native/services/inputflinger/
H A DInputManager.cpp23 #include <cutils/log.h>
H A DInputWindow.cpp22 #include <cutils/log.h>
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp31 #include <cutils/log.h>
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTest.java59 static void log(String message) { method in class:RSTest
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DRSTest.java59 static void log(String message) { method in class:RSTest
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTest.java59 static void log(String message) { method in class:RSTest
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java77 static void log(String message) { method in class:RSTest_v11
/frameworks/rs/java/tests/RsTest_14/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/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTest_v16.java84 static void log(String message) { method in class:RSTest_v16
H A DUnitTest.java92 RSTest_v16.log("Unit test got unexpected message");
/frameworks/support/scripts/
H A Dsupport-deps-license.sh31 OUTPUT_FILE=`basename $LIB_PARENT_PATH`-`basename $LIB_PATH`.log
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java48 for (BaseRecyclerViewAnimationsTest.AnimateLogBase log : list) {
49 if (log.viewHolder == viewHolder) {
52 if (log instanceof AnimateChange) {
53 if (((AnimateChange) log).newHolder == viewHolder) {
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp184 String8 log = String8::format("config(%s)", getString(policies).string()); local
185 mServiceLog->add(log);
204 String8 log = String8::format("addResource(pid %d, clientId %lld, resources %s)", local
206 mServiceLog->add(log);
221 String8 log = String8::format( local
224 mServiceLog->add(log);
263 String8 log = String8::format("reclaimResource(callingPid %d, resources %s)", local
265 mServiceLog->add(log);
339 log = String8::format("reclaimResource from client %p", clients[i].get());
340 mServiceLog->add(log);
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealth.java149 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
175 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
499 if (VDBG) log("close()");
544 log("Bluetooth is Not enabled");
567 private static void log(String msg) { method in class:BluetoothHealth
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java161 // Use a wrapper class to log in order to ensure complete and detailed
171 // remember to log, and therefore no call site can be forgotten.
173 // - No variation in log format among call sites.
186 private void log(String msg) { method in class:IpManager.LoggingCallbackWrapper
187 mLocalLog.log(PREFIX + msg);
193 log("onPreDhcpAction()");
198 log("onPostDhcpAction()");
203 log("onNewDhcpResults({" + dhcpResults + "})");
208 log("onProvisioningSuccess({" + newLp + "})");
213 log("onProvisioningFailur
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonConnector.java107 * {@link Slog} in addition to internal log.
151 log(String.format("Unhandled event '%s'", event));
216 // Note - do not log this raw message since it may contain
226 log("RCV <- {" + event + "}");
244 log("Problem parsing message " + e);
256 log("RCV incomplete");
471 log("SND -> {" + logCmd + "}");
492 if (VDBG) log("RMV <- {" + event + "}");
589 private void log(String logstring) { method in class:NativeDaemonConnector
591 mLocalLog.log(logstrin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java123 /** Last service state. This is for injecting the base of a new log or a new call/sms session */
127 * Last ims capabilities. This is for injecting the base of a new log or a new call/sms
133 * Last IMS connection state. This is for injecting the base of a new log or a new call/sms
144 /** Indicating if some of the telephony events are dropped in this log */
452 TelephonyLog log = new TelephonyLog();
454 log.events = new TelephonyEvent[mTelephonyEvents.size()];
455 mTelephonyEvents.toArray(log.events);
456 log.setEventsDropped(mTelephonyEventsDropped);
459 log.callSessions = new TelephonyCallSession[mCompletedCallSessions.size()];
460 mCompletedCallSessions.toArray(log
[all...]

Completed in 5682 milliseconds

1234567891011>>