Searched defs:LOG_TAG (Results 1 - 25 of 879) sorted by relevance

1234567891011>>

/frameworks/compile/libbcc/include/bcc/Support/
H A DLog.h20 #ifndef LOG_TAG
21 # define LOG_TAG "bcc" macro
/frameworks/av/media/libstagefright/foundation/
H A DAHandler.cpp18 #define LOG_TAG "AHandler" macro
/frameworks/base/media/mca/filterfw/native/base/
H A Dlogging.h22 #define LOG_FRAME(...) if (LOG_EVERY_FRAME) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
24 #define LOG_TAG "MCA" macro
/frameworks/base/services/common_time/
H A Dmain.cpp22 #define LOG_TAG "common_time" macro
/frameworks/compile/libbcc/include/bcc/
H A DAssert.h34 #define LOG_TAG "bcc" macro
/frameworks/av/drm/drmserver/
H A Dmain_drmserver.cpp17 #define LOG_TAG "drmserver" macro
/frameworks/rs/cpp/
H A DrsCppInternal.h30 #undef LOG_TAG macro
33 #define LOG_TAG "rsC++" macro
/frameworks/rs/cpu_ref/linkloader/utils/
H A Drsl_assert.cpp24 #define LOG_TAG "bcc" macro
/frameworks/av/services/audioflinger/audio-resampler/
H A DAudioResamplerCoefficients.cpp17 #define LOG_TAG "ResamplerCoefficients" macro
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp17 #define LOG_TAG "BootAnimation" macro
/frameworks/base/core/java/android/gesture/
H A DGestureConstants.java25 static final String LOG_TAG = "Gestures"; field in interface:GestureConstants
/frameworks/base/libs/androidfw/
H A Dmisc.cpp17 #define LOG_TAG "misc" macro
/frameworks/base/packages/services/PacProcessor/jni/
H A Djni_init.cpp17 #define LOG_TAG "PacProcessor" macro
/frameworks/base/services/input/
H A DInputApplication.cpp17 #define LOG_TAG "InputApplication" macro
/frameworks/base/test-runner/src/android/test/
H A DLaunchPerformanceBase.java38 public static final String LOG_TAG = "Launch Performance"; field in class:LaunchPerformanceBase
/frameworks/ex/variablespeed/jni/
H A Dhlogging.h25 #define LOG_TAG "VariableSpeed" macro
26 #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
27 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
28 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
29 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/frameworks/native/libs/ui/tests/
H A Dmat_test.cpp17 #define LOG_TAG "RegionTest" macro
H A Dvec_test.cpp17 #define LOG_TAG "RegionTest" macro
/frameworks/rs/
H A DrsUtils.h21 #define LOG_TAG "RenderScript" macro
/frameworks/webview/chromium/plat_support/
H A Djni_entry_point.cpp17 #define LOG_TAG "webviewchromium_plat_support" macro
/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp17 #define LOG_TAG "SampleIterator" macro
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp18 #define LOG_TAG "TimedTextSource" macro
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp17 #define LOG_TAG "MtpDeviceInfo" macro
H A DMtpRequestPacket.cpp17 #define LOG_TAG "MtpRequestPacket" macro
H A DMtpResponsePacket.cpp17 #define LOG_TAG "MtpResponsePacket" macro

Completed in 4836 milliseconds

1234567891011>>