Lines Matching refs:pInt

3476             int *pInt = (int *) response;  in getLastCallFailCauseResponse()  local
3477 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
4291 int *pInt = (int *) response; in getClirResponse() local
4292 n = pInt[0]; in getClirResponse()
4293 m = pInt[1]; in getClirResponse()
4403 int *pInt = (int *) response; in getCallWaitingResponse() local
4404 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()
4405 serviceClass = pInt[1]; in getCallWaitingResponse()
4580 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local
4581 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()
4814 int *pInt = (int *) response; in getMuteResponse() local
4815 enable = pInt[0] == 1 ? true : false; in getMuteResponse()
4974 int *pInt = (int *) response; in getAvailableBandModesResponse() local
4978 modes[i] = (RadioBandMode) pInt[i]; in getAvailableBandModesResponse()
5329 int *pInt = (int *) response; in getPreferredVoicePrivacyResponse() local
5330 enable = pInt[0] == 1 ? true : false; in getPreferredVoicePrivacyResponse()
6026 int *pInt = (int *) response; in getImsRegistrationStateResponse() local
6027 isRegistered = pInt[0] == 1 ? true : false; in getImsRegistrationStateResponse()
6028 ratFamily = pInt[1]; in getImsRegistrationStateResponse()
6107 int *pInt = (int *) response; in iccOpenLogicalChannelResponse() local
6108 channelId = pInt[0]; in iccOpenLogicalChannelResponse()
6111 selectResponse[i - 1] = (int8_t) pInt[i]; in iccOpenLogicalChannelResponse()