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

  /hardware/ril/reference-ril/
reference-ril.c 266 static int callFromCLCCLine(char *line, RIL_Call *p_call)
648 RIL_Call *p_calls;
649 RIL_Call **pp_calls;
677 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
678 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
679 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
745 countValidCalls * sizeof (RIL_Call *));
    [all...]
  /hardware/ril/include/telephony/
ril.h 190 } RIL_Call;
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 220 milliseconds