Searched refs:log (Results 151 - 175 of 229) sorted by relevance

12345678910

/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp21 #include <cutils/log.h>
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp26 #include <cutils/log.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp23 #include <cutils/log.h>
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp17 #include <cutils/log.h>
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java71 private void log(String testName, String message) { method in class:MediaBassBoostTest
H A DMediaVirtualizerTest.java71 private void log(String testName, String message) { method in class:MediaVirtualizerTest
H A DMediaVisualizerTest.java84 private void log(String testName, String message) { method in class:MediaVisualizerTest
483 log(msg, " engergy at max volume = "+energyAtVolMax);
492 log(msg, "energy at lower volume = "+energyAtLowerVol);
H A DMediaAudioTrackTest.java56 private void log(String testName, String message) { method in class:MediaAudioTrackTest
111 //log the error for the test runner
113 //log the error for logcat
114 log("constructorTestMultiSampleRate", "failed to construct "
343 log(TEST_NAME, "position ="+ track.getPlaybackHeadPosition());
373 log(TEST_NAME, "position ="+ track.getPlaybackHeadPosition());
404 log(TEST_NAME, "position ="+ pos);
434 log(TEST_NAME, "position ="+ pos);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java72 * @param log Output logger.
76 public AsmGenerator(Log log, String osDestJar, ICreateInfo createInfo) { argument
77 mLog = log;
H A DDelegateMethodAdapter2.java105 * @param log The logger object. Must not be null.
117 public DelegateMethodAdapter2(Log log, argument
125 mLog = log;
/frameworks/base/core/java/android/widget/
H A DOverScroller.java589 private static float DECELERATION_RATE = (float) (Math.log(0.78) / Math.log(0.9));
783 return Math.log(INFLEXION * Math.abs(velocity) / (mFlingFriction * mPhysicalCoeff));
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java158 if (DBG) log("Loading config and enabling all networks");
947 if (DBG) log("Missing id while parsing configuration");
1262 log("IP config changed SSID = " + currentConfig.SSID + " linkProperties: " +
1272 log("proxy changed SSID = " + currentConfig.SSID);
1274 log(" proxyProperties: " + linkProperties.getHttpProxy().toString());
1600 private void log(String s) { method in class:WifiConfigStore
/frameworks/base/cmds/servicemanager/
H A Dservice_manager.c18 #include <cutils/log.h>
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLoggingPrintStreamTest.java184 protected void log(String line) { method in class:LoggingPrintStreamTest.TestPrintStream
/frameworks/base/libs/androidfw/
H A DBackupData.cpp26 #include <cutils/log.h>
/frameworks/base/libs/hwui/
H A DProgram.h273 void log(const char* message) const { function in struct:android::uirenderer::ProgramDescription
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java91 mLog = (TextView)findViewById(R.id.log);
/frameworks/base/services/input/
H A DInputListener.cpp23 #include <cutils/log.h>
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp20 #include <cutils/log.h>
/frameworks/native/include/utils/
H A DKeyedVector.h24 #include <cutils/log.h>
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp25 #include <cutils/log.h>
281 // this happens often, we don't want to log an error
H A Degl.cpp29 #include <cutils/log.h>
H A DgetProcAddress.cpp21 #include <cutils/log.h>
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp18 #include <cutils/log.h>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java178 private void log(String s) { method in class:DefaultPhoneNotifier

Completed in 1643 milliseconds

12345678910