Searched defs:LOG_TAG (Results 176 - 200 of 1001) sorted by relevance

1234567891011>>

/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DWakeLoopService.java36 private static final String LOG_TAG = WakeLoopService.class.getSimpleName(); field in class:WakeLoopService
67 Log.e(LOG_TAG, "No wakeup interval specified, not starting the service");
73 Log.d(LOG_TAG, String.format("WakeLoop: STARTED interval = %d, total loop = %d",
92 Log.d(LOG_TAG, "WakeLoop: STOPPED");
/frameworks/native/libs/binder/
H A DPermissionCache.cpp17 #define LOG_TAG "PermissionCache" macro
/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp18 #define LOG_TAG "SurfaceFlinger" macro
/frameworks/native/libs/gui/tests/
H A DMultiTextureConsumer_test.cpp17 #define LOG_TAG "MultiTextureConsumer_test" macro
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp17 #define LOG_TAG "GraphicBufferMapper" macro
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp4 #define LOG_TAG "GLPerf gl_code.cpp" macro
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesRegistrar.cpp17 #define LOG_TAG "IBatteryPropertiesRegistrar" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyCapabilities.java27 private static final String LOG_TAG = "TelephonyCapabilities"; field in class:TelephonyCapabilities
48 Rlog.d(LOG_TAG, "supportsEcm: Phone type = " + phone.getPhoneType() +
110 Rlog.w(LOG_TAG, "getDeviceIdLabel: no known label for phone "
H A DTelephonyTester.java45 private static final String LOG_TAG = "TelephonyTester"; field in class:TelephonyTester
107 Rlog.d(LOG_TAG, s);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java28 static final String LOG_TAG = "CdmaCallWaitingNotification"; field in class:CdmaCallWaitingNotification
65 Rlog.d(LOG_TAG, "Unexpected presentation " + cli);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java35 private static final String LOG_TAG = "DcTesterDeacativeAll"; field in class:DcTesterDeactivateAll
92 Rlog.d(LOG_TAG, s);
H A DDcTesterFailBringUpAll.java41 private static final String LOG_TAG = "DcTesterFailBrinupAll"; field in class:DcTesterFailBringUpAll
106 Rlog.d(LOG_TAG, s);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java41 static final String LOG_TAG = "VoiceMailConstants"; field in class:VoiceMailConstants
82 Rlog.w(LOG_TAG, "Can't open " +
110 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
112 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryCommitter.java41 public static String LOG_TAG = VCardConstants.LOG_TAG; field in class:VCardEntryCommitter
64 Log.d(LOG_TAG, String.format("time to commit entries: %d ms", mTimeToCommit));
92 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
95 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp13 #define LOG_TAG "HelloComputeNDK" macro
14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
15 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/frameworks/webview/chromium/plat_support/
H A Dgraphics_utils.cpp20 #define LOG_TAG "webviewchromium_plat_support" macro
/frameworks/av/camera/
H A DICameraClient.cpp19 #define LOG_TAG "ICameraClient" macro
H A DIProCameraCallbacks.cpp19 #define LOG_TAG "IProCameraCallbacks" macro
H A DVendorTagDescriptor.cpp17 #define LOG_TAG "VendorTagDescriptor" macro
/frameworks/av/camera/camera2/
H A DICameraDeviceCallbacks.cpp19 #define LOG_TAG "ICameraDeviceCallbacks" macro
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp17 #define LOG_TAG "ScreenRecord" macro
H A DTextRenderer.cpp17 #define LOG_TAG "ScreenRecord" macro
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
H A DSession.cpp18 #define LOG_TAG "ClearKeyCryptoPlugin" macro
/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.c16 #define LOG_TAG "EFFECTSMATH" macro

Completed in 284 milliseconds

1234567891011>>