Searched refs:command_template (Results 1 – 1 of 1) sorted by relevance
501 static const char command_template[] = "getEventTag id=%u"; in __getEventTag() local502 int ret = asprintf(&buf, command_template, tag); in __getEventTag()506 ret - strlen(command_template) + in __getEventTag()603 static const char command_template[] = "getEventTag name=%s format=\"%s\""; in android_lookupEventTagNum() local604 ret = asprintf(&buf, command_template, tagname, format); in android_lookupEventTagNum()609 ret - strlen(command_template) + in android_lookupEventTagNum()