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

1234567891011>>

/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c17 #define LOG_TAG "ip-up-vpn" macro
/frameworks/native/libs/binder/
H A DIAppOpsCallback.cpp17 #define LOG_TAG "AppOpsCallback" macro
H A DIInterface.cpp17 #define LOG_TAG "IInterface" macro
H A DIResultReceiver.cpp17 #define LOG_TAG "ResultReceiver" macro
H A DIShellCallback.cpp17 #define LOG_TAG "ShellCallback" macro
/frameworks/native/libs/gui/
H A DSyncFeatures.cpp17 #define LOG_TAG "GLConsumer" macro
/frameworks/native/libs/gui/view/
H A DSurface.cpp17 #define LOG_TAG "Surface" macro
/frameworks/native/libs/input/
H A DVelocityControl.cpp17 #define LOG_TAG "VelocityControl" macro
/frameworks/native/libs/nativewindow/tests/
H A DAHardwareBufferTest.cpp17 #define LOG_TAG "AHardwareBuffer_test" macro
/frameworks/native/libs/ui/tests/
H A DRegion_test.cpp17 #define LOG_TAG "RegionTest" macro
/frameworks/native/libs/vr/libvr_manager/
H A Dvr_manager.cpp17 #define LOG_TAG "VrManager" macro
/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp18 #define LOG_TAG "StopWatch" macro
/frameworks/native/services/inputflinger/
H A DInputManager.cpp17 #define LOG_TAG "InputManager" macro
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp17 #define LOG_TAG "InputFlinger" macro
/frameworks/native/services/schedulerservice/
H A DSchedulingPolicyService.cpp16 #define LOG_TAG "schedulerservicehidl" macro
/frameworks/native/services/surfaceflinger/
H A DLayerDim.cpp18 #undef LOG_TAG macro
19 #define LOG_TAG "LayerDim" macro
/frameworks/opt/net/voip/src/jni/rtp/
H A DRtpStream.cpp26 #define LOG_TAG "RtpStream" macro
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DWifiHandler.java33 private static final String LOG_TAG = "WifiHandler"; field in class:WifiHandler
39 mTag = LOG_TAG + "." + tag;
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp17 #define LOG_TAG "wifi-jni" 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...]
H A DRatRatcheter.java40 private final static String LOG_TAG = "RilRatcheter"; field in class:RatRatcheter
128 Rlog.e(LOG_TAG, "NumberFormatException on " + ratString);
132 Rlog.e(LOG_TAG, "RAT listed twice: " + ratString);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessageConverter.java60 static final String LOG_TAG = "SmsMessageConverter"; field in class:SmsMessageConverter
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DTestConferenceEventPackageParser.java63 private static final String LOG_TAG = "TestConferenceEventPackageParser"; field in class:TestConferenceEventPackageParser
99 Log.v(LOG_TAG, "Found participant.");
106 Log.e(LOG_TAG, "Failed to read test conference event package from XML file", e);
112 Log.e(LOG_TAG, "Failed to close test conference event package InputStream", e);
152 Log.v(LOG_TAG, "User: "+user);
153 Log.v(LOG_TAG, "DisplayText: "+displayText);
154 Log.v(LOG_TAG, "Endpoint: "+endpoint);
155 Log.v(LOG_TAG, "Status: "+status);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DCsimFileHandler.java28 static final String LOG_TAG = "CsimFH"; field in class:CsimFileHandler
62 Rlog.d(LOG_TAG, msg);
67 Rlog.e(LOG_TAG, msg);
H A DIsimFileHandler.java28 static final String LOG_TAG = "IsimFH"; field in class:IsimFileHandler
50 Rlog.d(LOG_TAG, msg);
55 Rlog.e(LOG_TAG, msg);

Completed in 8573 milliseconds

1234567891011>>