Searched refs:dstCall (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dresponses.cpp203 RIL_Call *dstCall = (RIL_Call *)alloca(sizeof(RIL_Call)); local
205 result[i] = dstCall;
206 dstCall->state = (RIL_CallState)srcCall.state();
207 dstCall->index = srcCall.index();
208 dstCall->toa = srcCall.toa();
209 dstCall->isMpty = (char)srcCall.is_mpty();
210 dstCall->isMT = (char)srcCall.is_mt();
211 dstCall->als = srcCall.als();
212 dstCall->isVoice = (char)srcCall.is_voice();
213 dstCall
[all...]

Completed in 103 milliseconds