Home
last modified time | relevance | path

Searched refs:RIL_Call (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c470 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 *));
/device/generic/goldfish/radio/include/telephony/
Dril.h437 } RIL_Call; typedef
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h473 } RIL_Call; typedef
Dril_service.cpp5196 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()