HomeSort by relevance Sort by last modified time
    Searched defs:LOG_TAG (Results 1 - 25 of 860) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/
Inlines.c 27 #undef LOG_TAG
  /hardware/ril/mock-ril/src/cpp/
logging.h 20 // The LOG_TAG should start with "RIL" so it shows up in the radio log
21 #define LOG_TAG "RIL-MOCK"
  /system/core/nexus/
SupplicantEvent.cpp 19 #define LOG_TAG "SupplicantEvent"
SupplicantState.cpp 19 #define LOG_TAG "SupplicantState"
DhcpEvent.cpp 19 #define LOG_TAG "DhcpEvent"
DhcpState.cpp 19 #define LOG_TAG "DhcpState"
SupplicantConnectionTimeoutEvent.cpp 17 #define LOG_TAG "SupplicantConnectionTimeoutEvent"
SupplicantDisconnectedEvent.cpp 17 #define LOG_TAG "SupplicantDisconnectedEvent"
SupplicantScanResultsEvent.cpp 17 #define LOG_TAG "SupplicantScanResultsEvent"
main.cpp 20 #define LOG_TAG "Nexus"
SupplicantAssociatedEvent.cpp 19 #define LOG_TAG "SupplicantAssociatedEvent"
  /system/vold/
ResponseCode.cpp 21 #define LOG_TAG "Vold"
  /bootable/diskinstaller/libdiskconfig/
dump_diskconfig.c 18 #define LOG_TAG "dump_diskconfig"
  /development/ndk/samples/module-exports/jni/foo/
foo.c 13 #define LOG_TAG "libfoo"
14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
  /device/samsung/crespo/libaudio/
AudioPolicyManager.cpp 17 #define LOG_TAG "AudioPolicyManager"
  /external/skia/src/ports/
SkDebug_android.cpp 22 #define LOG_TAG "skia"
36 __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "%s", buffer);
38 android_vprintLog(ANDROID_LOG_DEBUG, NULL, LOG_TAG, format, args);
  /external/webkit/WebKit/android/nav/
CachedPrefix.h 29 #ifndef LOG_TAG
30 #define LOG_TAG "navcache"
  /frameworks/base/media/libstagefright/foundation/
AHandler.cpp 18 #define LOG_TAG "AHandler"
  /hardware/msm7k/libaudio/
AudioPolicyManager.cpp 17 #define LOG_TAG "AudioPolicyManager"
  /hardware/ril/reference-cdma-sms/
reference-cdma-sms.c 20 #undef LOG_TAG
21 #define LOG_TAG "CDMA"
  /system/core/libdiskconfig/
dump_diskconfig.c 18 #define LOG_TAG "dump_diskconfig"
  /system/core/libsysutils/src/
FrameworkClient.cpp 6 #define LOG_TAG "FrameworkClient"
FrameworkCommand.cpp 18 #define LOG_TAG "FrameworkCommand"
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 17 #define LOG_TAG "BootAnimation"
  /libcore/luni/src/main/native/
java_nio_ByteOrder.cpp 17 #define LOG_TAG "ByteOrder"

Completed in 1009 milliseconds

1 2 3 4 5 6 7 8 91011>>