Home | History | Annotate | Download | only in adb

Lines Matching full:okay

239     case A_OKAY: tag = "OKAY"; break;
1398 adb_write(reply_fd, "OKAY", 4);
1427 adb_write(reply_fd, "OKAY", 4);
1443 snprintf(buf, sizeof(buf), "OKAY%04x%s",(unsigned)strlen(buffer),buffer);
1474 snprintf(buf, sizeof(buf), "OKAY%04x%s",(unsigned)strlen(buffer), buffer);
1483 snprintf(buf, sizeof buf, "OKAY%04x%s", (unsigned)strlen(version), version);
1494 snprintf(buf, sizeof buf, "OKAY%04x%s",(unsigned)strlen(out),out);
1504 snprintf(buf, sizeof buf, "OKAY%04x%s",(unsigned)strlen(out),out);
1524 snprintf(header, sizeof header, "OKAY%04x", buffer_size);
1588 /* 1st OKAY is connect, 2nd OKAY is status */
1615 snprintf(buf, sizeof buf, "OKAY%04x%s",(unsigned)strlen(state),state);