Searched defs:keym (Results 1 - 1 of 1) sorted by relevance

/device/google/dragon/audio/hal/
H A Diniparser.c247 char keym[ASCIILINESZ+1]; local
255 sprintf(keym, "%s:", s);
259 if (!strncmp(d->key[j], keym, seclen+1)) {
281 char keym[ASCIILINESZ+1]; local
290 sprintf(keym, "%s:", s);
295 if (!strncmp(d->key[j], keym, seclen+1))
323 char keym[ASCIILINESZ+1]; local
336 sprintf(keym, "%s:", s);
343 if (!strncmp(d->key[j], keym, seclen+1)) {

Completed in 62 milliseconds