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

/hardware/ril/libril/
H A Dril.cpp1430 RIL_CDMA_SMS_Ack rcsa; local
1436 memset(&rcsa, 0, sizeof(rcsa));
1439 rcsa.uErrorClass = (RIL_CDMA_SMS_ErrorClass) t;
1442 rcsa.uSMSCauseCode = (int) t;
1450 printBuf, rcsa.uErrorClass, rcsa.uSMSCauseCode);
1455 CALL_ONREQUEST(pRI->pCI->requestNumber, &rcsa, sizeof(rcsa),pRI, pRI->socket_id);
1458 memset(&rcsa,
[all...]

Completed in 57 milliseconds