HomeSort by relevance Sort by last modified time
    Searched full:run_adb (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/bit/
adb.h 34 int run_adb(const char* first, ...);
main.cpp 731 err = run_adb("shell", "stop", NULL);
734 err = run_adb("remount", NULL);
736 err = run_adb("sync", "system", NULL);
743 err = run_adb("reboot", NULL);
745 err = run_adb("wait-for-device", NULL);
750 err = run_adb("shell", "setprop", "sys.boot_completed", "0", NULL);
752 err = run_adb("shell", "start", NULL);
765 err = run_adb("shell", "wm", "dismiss-keyguard", NULL);
778 err = run_adb("install", "-r", "-g", apk.file.filename.c_str(), NULL);
902 err = run_adb("shell", "am", "start", componentName.c_str(), NULL)
    [all...]
adb.cpp 48 run_adb(const char* first, ...) function

Completed in 897 milliseconds