Searched refs:RIL_Call (Results 1 – 4 of 4) sorted by relevance
470 static int callFromCLCCLine(char *line, RIL_Call *p_call) in callFromCLCCLine()1140 RIL_Call *p_calls;1141 RIL_Call **pp_calls;1169 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));1170 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));1171 memset (p_calls, 0, countCalls * sizeof(RIL_Call));1237 countValidCalls * sizeof (RIL_Call *));
437 } RIL_Call; typedef
473 } RIL_Call; typedef
5196 if ((response == NULL && responseLen != 0) || (responseLen % sizeof(RIL_Call*)) != 0) { in getCurrentCallsResponse()5207 int num = responseLen / sizeof(RIL_Call*); in getCurrentCallsResponse()5211 RIL_Call* p_cur = ((RIL_Call**)response)[i]; in getCurrentCallsResponse()5241 int num = responseLen / sizeof(RIL_Call*); in getCurrentCallsResponse()5245 RIL_Call* p_cur = ((RIL_Call**)response)[i]; in getCurrentCallsResponse()5274 int num = responseLen / sizeof(RIL_Call*); in getCurrentCallsResponse()5278 RIL_Call* p_cur = ((RIL_Call**)response)[i]; in getCurrentCallsResponse()