Searched refs:pInt (Results 1 – 1 of 1) sorted by relevance
5499 int *pInt = (int *) response; in getLastCallFailCauseResponse() local5500 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()7193 int *pInt = (int *) response; in getClirResponse() local7194 n = pInt[0]; in getClirResponse()7195 m = pInt[1]; in getClirResponse()7305 int *pInt = (int *) response; in getCallWaitingResponse() local7306 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()7307 serviceClass = pInt[1]; in getCallWaitingResponse()7482 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local7483 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()[all …]