Home | History | Annotate | Download | only in gps

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
21 * it will be loaded by the code in hardware/libhardware/hardware.c
188 char in[ NMEA_MAX_SIZE+1 ];
410 // Possibly parse it from the NMEA sentence in the future.
426 D("Received: '%.*s'", r->pos, r->in);
432 nmea_tokenizer_init(tzer, r->in, r->in + r->pos);
482 D("in RMC, fixStatus=%c", tok_fixStatus.p[0]);
549 if (r->pos >= (int) sizeof(r->in)-1 ) {
555 r->in[r->pos] = (char)c;