Lines Matching defs:autopoll
266 /* Stop autopoll */
267 if (adb_controller->autopoll)
268 adb_controller->autopoll(0);
363 if (adb_controller->autopoll)
364 adb_controller->autopoll(0);
392 if (adb_controller->autopoll)
393 adb_controller->autopoll(autopoll_devs);
520 adb_input(unsigned char *buf, int nb, int autopoll)
529 * has been started. We stop autopoll, but this is another security
547 (*handler)(buf, nb, autopoll);