Searched refs:pInt (Results 1 – 1 of 1) sorted by relevance
3398 int *pInt = (int *) response; in getLastCallFailCauseResponse() local3399 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()4183 int *pInt = (int *) response; in getClirResponse() local4184 n = pInt[0]; in getClirResponse()4185 m = pInt[1]; in getClirResponse()4295 int *pInt = (int *) response; in getCallWaitingResponse() local4296 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()4297 serviceClass = pInt[1]; in getCallWaitingResponse()4472 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local4473 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()[all …]