Searched defs:adb (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/tests/scripts/ |
D | skp-capture.sh | 21 adb() { function
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 337 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/ |
D | velocityplot.py | 280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'], variable
|
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 448 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'], variable
|
/frameworks/native/libs/binder/ |
D | servicedispatcher.cpp | 236 auto adb = android::waitForService<IAdbManager>(String16("adb")); in exitOnAdbDebuggingDisabled() local
|