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

1 2

  /system/core/adb/
adb_trace.h 52 // You must define TRACE_TAG before using this macro.
54 VLOG(TRACE_TAG) << android::base::StringPrintf(__VA_ARGS__)
59 void adb_trace_enable(AdbTrace trace_tag);
adb_io.cpp 17 #define TRACE_TAG RWX
remount_service.cpp 17 #define TRACE_TAG ADB
set_verity_enable_state_service.cpp 17 #define TRACE_TAG ADB
transport_usb.cpp 17 #define TRACE_TAG TRANSPORT
adb_client.cpp 17 #define TRACE_TAG ADB
adb_utils.cpp 17 #define TRACE_TAG ADB
adbd_auth.cpp 17 #define TRACE_TAG AUTH
bugreport.cpp 17 #define TRACE_TAG ADB
transport_mdns.cpp 17 #define TRACE_TAG TRANSPORT
fdevent.cpp 18 #define TRACE_TAG FDEVENT
transport_local.cpp 17 #define TRACE_TAG TRANSPORT
adb_auth_host.cpp 17 #define TRACE_TAG AUTH
jdwp_service.cpp 19 #define TRACE_TAG JDWP
services.cpp 17 #define TRACE_TAG SERVICES
file_sync_service.cpp 17 #define TRACE_TAG SYNC
shell_service.cpp 78 #define TRACE_TAG SHELL
adb.cpp 17 #define TRACE_TAG ADB
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 533 Trace.traceBegin(RenderScript.TRACE_TAG, "syncAll");
555 Trace.traceEnd(RenderScript.TRACE_TAG);
568 Trace.traceBegin(RenderScript.TRACE_TAG, "ioSend");
576 Trace.traceEnd(RenderScript.TRACE_TAG);
587 Trace.traceBegin(RenderScript.TRACE_TAG, "ioReceive");
595 Trace.traceEnd(RenderScript.TRACE_TAG);
606 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFrom");
628 Trace.traceEnd(RenderScript.TRACE_TAG);
689 Trace.traceBegin(RenderScript.TRACE_TAG, "copyFromUnchecked");
699 Trace.traceEnd(RenderScript.TRACE_TAG);
    [all...]
  /system/core/adb/client/
main.cpp 17 #define TRACE_TAG ADB
usb_windows.cpp 17 #define TRACE_TAG USB
usb_linux.cpp 17 #define TRACE_TAG USB
usb_osx.cpp 17 #define TRACE_TAG USB
  /system/core/adb/daemon/
main.cpp 17 #define TRACE_TAG ADB
usb.cpp 17 #define TRACE_TAG USB

Completed in 384 milliseconds

1 2