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

  /hardware/ril/reference-ril/
reference-ril.c 270 * Note: directly modified line and has *p_call point directly into
273 static int callFromCLCCLine(char *line, RIL_Call *p_call)
285 err = at_tok_nextint(&line, &(p_call->index));
288 err = at_tok_nextbool(&line, &(p_call->isMT));
294 err = clccStateToRILState(state, &(p_call->state));
300 p_call->isVoice = (mode == 0);
302 err = at_tok_nextbool(&line, &(p_call->isMpty));
306 err = at_tok_nextstr(&line, &(p_call->number));
313 if (p_call->number != NULL
314 && 0 == strspn(p_call->number, "+0123456789"
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.pxd 50 cdef p_call(PyrexScanner s, function) function
Parsing.py 393 return p_call(s, ExprNodes.NewExprNode(pos, cppclass = cppclass))
400 return p_call(s, node1)
490 def p_call(s, function): function
    [all...]

Completed in 68 milliseconds