Home | History | Annotate | Download | only in src

Lines Matching refs:Adb

19 #include "Adb.h"
21 Adb::Adb(const android::String8& device)
27 Adb::~Adb()
32 bool Adb::setPortForwarding(int hostPort, int devicePort)
44 bool Adb::launchClient(const android::String8& clientBinary, const android::String8& component)
63 /** @param command ADB command except adb -s XYZW */
64 int Adb::executeCommand(const android::String8& command)
68 if (adbCommand.appendFormat("adb %s", command.string()) != 0) {
72 if (adbCommand.appendFormat("adb -s %s %s", mDevice.string(),