• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:pInt

3398             int *pInt = (int *) response;  in getLastCallFailCauseResponse()  local
3399 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
4183 int *pInt = (int *) response; in getClirResponse() local
4184 n = pInt[0]; in getClirResponse()
4185 m = pInt[1]; in getClirResponse()
4295 int *pInt = (int *) response; in getCallWaitingResponse() local
4296 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()
4297 serviceClass = pInt[1]; in getCallWaitingResponse()
4472 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local
4473 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()
4706 int *pInt = (int *) response; in getMuteResponse() local
4707 enable = pInt[0] == 1 ? true : false; in getMuteResponse()
4866 int *pInt = (int *) response; in getAvailableBandModesResponse() local
4870 modes[i] = (RadioBandMode) pInt[i]; in getAvailableBandModesResponse()
5221 int *pInt = (int *) response; in getPreferredVoicePrivacyResponse() local
5222 enable = pInt[0] == 1 ? true : false; in getPreferredVoicePrivacyResponse()
5918 int *pInt = (int *) response; in getImsRegistrationStateResponse() local
5919 isRegistered = pInt[0] == 1 ? true : false; in getImsRegistrationStateResponse()
5921 if (pInt[1] == RADIO_TECH_3GPP) { in getImsRegistrationStateResponse()
6004 int *pInt = (int *) response; in iccOpenLogicalChannelResponse() local
6005 channelId = pInt[0]; in iccOpenLogicalChannelResponse()
6008 selectResponse[i - 1] = (int8_t) pInt[i]; in iccOpenLogicalChannelResponse()