HomeSort by relevance Sort by last modified time
    Searched full:p_out (Results 1 - 3 of 3) sorted by null

  /hardware/ril/reference-ril/
at_tok.c 91 * Parses the next integer in the AT response line and places it in *p_out
97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns)
118 *p_out = (int)l;
130 * and places it in *p_out
134 int at_tok_nextint(char **p_cur, int *p_out)
136 return at_tok_nextint_base(p_cur, p_out, 10, 0);
141 * and places it in *p_out
145 int at_tok_nexthexint(char **p_cur, int *p_out)
147 return at_tok_nextint_base(p_cur, p_out, 16, 1);
150 int at_tok_nextbool(char **p_cur, char *p_out)
    [all...]
at_tok.h 22 int at_tok_nextint(char **p_cur, int *p_out);
23 int at_tok_nexthexint(char **p_cur, int *p_out);
25 int at_tok_nextbool(char **p_cur, char *p_out);
  /external/kernel-headers/original/linux/
capella_cm3602.h 34 int p_out; /* proximity-sensor outpuCAPELLA_CM3602_IOCTL_ENABLE,t */ member in struct:capella_cm3602_platform_data

Completed in 57 milliseconds