Searched refs:LOG_TAG (Results 1 - 25 of 1527) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsUtils.h22 #define LOG_TAG "RenderScript" macro
H A DrsFallbackAdaptation.cpp23 #undef LOG_TAG macro
24 #define LOG_TAG "RenderScript Graphics Fallback" macro
/frameworks/compile/libbcc/lib/
H A DLog.h20 #ifndef LOG_TAG
21 # define LOG_TAG "bcc" macro
H A DAssert.h34 #ifndef LOG_TAG
35 # define LOG_TAG "bcc" 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/core/java/android/gesture/
H A DGestureConstants.java25 static final String LOG_TAG = "Gestures"; field in interface:GestureConstants
/frameworks/base/cmds/incidentd/src/
H A DLog.h19 * occasionally include log.h, and if LOG_TAG isn't set when that happens
25 #define LOG_TAG "incidentd" macro
/frameworks/base/cmds/statsd/src/
H A DLog.h19 * occasionally include log.h, and if LOG_TAG isn't set when that happens
25 #define LOG_TAG "statsd" macro
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java31 private static final String LOG_TAG = "LogTest"; field in class:LogTest
49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
50 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
51 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
52 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
53 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
54 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
61 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.DEBUG));
62 Assert.assertTrue(Log.isLoggable(LOG_TAG, Lo
[all...]
/frameworks/rs/cpp/
H A DrsCppInternal.h21 #define LOG_TAG "rsC++" macro
34 #undef LOG_TAG macro
38 #define LOG_TAG "rsC++" macro
/frameworks/base/core/jni/include/android_runtime/
H A DLog.h29 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
30 #define LOGD_EX(env, ...) LOG_EX(env, LOG_DEBUG, LOG_TAG, ##__VA_ARGS__)
31 #define LOGI_EX(env, ...) LOG_EX(env, LOG_INFO, LOG_TAG, ##__VA_ARGS__)
32 #define LOGW_EX(env, ...) LOG_EX(env, LOG_WARN, LOG_TAG, ##__VA_ARGS__)
33 #define LOGE_EX(env, ...) LOG_EX(env, LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DReceiverService.java31 private static final String LOG_TAG = "WAP PUSH"; field in class:ReceiverService
36 Log.d(LOG_TAG, "Receiver service created");
46 Log.d(LOG_TAG, "Receiver service started");
53 Log.d(LOG_TAG, "header:");
54 Log.d(LOG_TAG, HexDump.dumpHexString(header));
55 Log.d(LOG_TAG, "body:");
56 Log.d(LOG_TAG, HexDump.dumpHexString(body));
H A DDrmReceiver.java31 private static final String LOG_TAG = "WAP PUSH"; field in class:DrmReceiver
35 Log.d(LOG_TAG, "DrmReceiver received.");
43 Log.d(LOG_TAG, "header:");
44 Log.d(LOG_TAG, HexDump.dumpHexString(header));
45 Log.d(LOG_TAG, "body:");
46 Log.d(LOG_TAG, HexDump.dumpHexString(body));
H A DReceiverActivity.java30 private static final String LOG_TAG = "WAP PUSH"; field in class:ReceiverActivity
35 Log.d(LOG_TAG, "activity created!!");
44 Log.d(LOG_TAG, "header:");
45 Log.d(LOG_TAG, HexDump.dumpHexString(header));
46 Log.d(LOG_TAG, "body:");
47 Log.d(LOG_TAG, HexDump.dumpHexString(body));
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h46 #ifndef LOG_TAG
47 #define LOG_TAG "RasterMill" macro
53 * Simplified macro to send a verbose log message using the current LOG_TAG.
59 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
71 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
77 * Simplified macro to send a debug log message using the current LOG_TAG.
80 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
86 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
91 * Simplified macro to send an info log message using the current LOG_TAG.
94 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS_
[all...]
/frameworks/av/services/audioflinger/
H A DTypedLogger.cpp18 #define LOG_TAG "AudioFlinger" macro
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h19 #ifndef LOG_TAG
20 #define LOG_TAG NULL macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
H A DAsyncResultCallback.java43 private static final String LOG_TAG = "AsyncResultCallback"; field in class:AsyncResultCallback
50 Rlog.e(LOG_TAG, "Error in onException", e);
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java39 private static final String LOG_TAG = "SoundPoolTest"; field in class:SoundPoolTest
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
98 Log.e(LOG_TAG, "Unable to open resource");
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
138 Log.e(LOG_TAG, "Error occurred starting note");
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Star
[all...]
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsUtListener.java36 private static final String LOG_TAG = "ImsUtListener"; field in class:ImsUtListener
42 Log.w(LOG_TAG, "utConfigurationUpdated: remote exception");
50 Log.w(LOG_TAG, "utConfigurationUpdateFailed: remote exception");
58 Log.w(LOG_TAG, "utConfigurationQueried: remote exception");
66 Log.w(LOG_TAG, "utConfigurationQueryFailed: remote exception");
74 Log.w(LOG_TAG, "utConfigurationCallBarringQueried: remote exception");
82 Log.w(LOG_TAG, "utConfigurationCallForwardQueried: remote exception");
90 Log.w(LOG_TAG, "utConfigurationCallWaitingQueried: remote exception");
98 Log.w(LOG_TAG, "onSupplementaryServiceIndication: remote exception");
/frameworks/av/drm/libmediadrm/
H A DDrmPluginPath.cpp18 #define LOG_TAG "DrmPluginPath" macro
/frameworks/native/services/inputflinger/
H A DInputApplication.cpp17 #define LOG_TAG "InputApplication" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java31 private static final String LOG_TAG = "HbpcdUtils"; field in class:HbpcdUtils
57 Rlog.d(LOG_TAG, "Query unresolved arbitrary table, entries are " + c2Counter);
61 Rlog.d(LOG_TAG, "Query Unresolved arbitrary returned the cursor " + c2);
66 Rlog.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc);
88 Rlog.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3);
90 if (DBG) Rlog.d(LOG_TAG, "Query conflict sid returned the cursor " + c3);
94 Rlog.d(LOG_TAG, "MCC found in mcc_lookup_table. Return tmpMcc = " + tmpMcc);
99 Rlog.d(LOG_TAG, "time zone is not accurate, mcc may be " + tmpMcc);
118 if (DBG) Rlog.d(LOG_TAG, "Query Range returned the cursor " + c5);
121 if (DBG) Rlog.d(LOG_TAG, "SI
[all...]
/frameworks/native/services/surfaceflinger/
H A DContainerLayer.cpp18 #undef LOG_TAG macro
19 #define LOG_TAG "ContainerLayer" macro
/frameworks/ml/nn/runtime/test/benchmark/libnnbenchmark/
H A Drun_tflite.cpp25 #define LOG_TAG "NN_BENCHMARK" macro
32 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
40 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
60 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
72 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Failed to allocate tensors!");
85 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Failed to invoke: %d!", (int)status);

Completed in 724 milliseconds

1234567891011>>