Home
last modified time | relevance | path

Searched defs:adb (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/tests/scripts/
Dskp-capture.sh21 adb() { function
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py337 def __init__(self, adb, name="android-status", cat=gdb.COMMAND_OBSCURE, verbose=False): argument
427 def __init__ (self, adb, name="start-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
581 def __init__(self, adb, name="run-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
591 def __init__(self, adb, name="attach-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
658 def __init__(self, adb, name="load-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
728 def __init__(self, adb, name="set-android-device", cat=gdb.COMMAND_RUNNING, verbose=False): argument
749 def initOnce(adb): argument
760 adb = ADB(verbose=be_verbose) variable
/frameworks/base/tools/velocityplot/
Dvelocityplot.py280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'], variable
/frameworks/base/tools/orientationplot/
Dorientationplot.py448 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'], variable
/frameworks/native/libs/binder/
Dservicedispatcher.cpp236 auto adb = android::waitForService<IAdbManager>(String16("adb")); in exitOnAdbDebuggingDisabled() local