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

  /hardware/ril/mock-ril/src/cpp/
responses.cpp 198 int result_len = rsp->calls_size() * sizeof(const RIL_Call *);
200 RIL_Call **result = (RIL_Call **)alloca(result_len);
203 RIL_Call *dstCall = (RIL_Call *)alloca(sizeof(RIL_Call));
  /hardware/ril/reference-ril/
reference-ril.c 156 static int callFromCLCCLine(char *line, RIL_Call *p_call)
538 RIL_Call *p_calls;
539 RIL_Call **pp_calls;
567 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
568 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
569 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
635 countValidCalls * sizeof (RIL_Call *));
    [all...]
  /hardware/ril/include/telephony/
ril.h 184 } RIL_Call;
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 279 milliseconds