HomeSort by relevance Sort by last modified time
    Searched refs:TRACE_TAG (Results 1 - 25 of 28) sorted by null

1 2

  /system/core/adb/
remount_service.c 27 #define TRACE_TAG TRACE_ADB
backup_service.c 22 #define TRACE_TAG TRACE_ADB
transport_usb.c 23 #define TRACE_TAG TRACE_TRANSPORT
usb_linux_client.c 29 #define TRACE_TAG TRACE_USB
usb_vendors.c 36 #define TRACE_TAG TRACE_USB
adb.h 372 # define ADB_TRACING ((adb_trace_mask & (1 << TRACE_TAG)) != 0)
374 /* you must define TRACE_TAG before using this macro */
adb_client.c 13 #define TRACE_TAG TRACE_ADB
file_sync_service.c 30 #define TRACE_TAG TRACE_SYNC
transport_local.c 25 #define TRACE_TAG TRACE_TRANSPORT
usb_windows.c 26 #define TRACE_TAG TRACE_USB
transport.c 25 #define TRACE_TAG TRACE_TRANSPORT
986 #undef TRACE_TAG
987 #define TRACE_TAG TRACE_RWX
jdwp_service.c 3 #define TRACE_TAG TRACE_JDWP
services.c 25 #define TRACE_TAG TRACE_SERVICES
usb_libusb.c 37 #define TRACE_TAG TRACE_USB
usb_osx.c 29 #define TRACE_TAG TRACE_USB
sockets.c 26 #define TRACE_TAG TRACE_SOCKETS
usb_linux.c 41 #define TRACE_TAG TRACE_USB
  /bootable/recovery/minadbd/
services.c 26 #define TRACE_TAG TRACE_SERVICES
transport_usb.c 23 #define TRACE_TAG TRACE_TRANSPORT
usb_linux_client.c 29 #define TRACE_TAG TRACE_USB
transport.c 25 #define TRACE_TAG TRACE_TRANSPORT
729 #undef TRACE_TAG
730 #define TRACE_TAG TRACE_RWX
adb.h 321 # define ADB_TRACING ((adb_trace_mask & (1 << TRACE_TAG)) != 0)
323 /* you must define TRACE_TAG before using this macro */
adb.c 17 #define TRACE_TAG TRACE_ADB
sockets.c 26 #define TRACE_TAG TRACE_SOCKETS
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 93 private static final String TRACE_TAG = "quickcontact";
164 if (TRACE_LAUNCH) android.os.Debug.startMethodTracing(TRACE_TAG);

Completed in 1054 milliseconds

1 2