Home
last modified time | relevance | path

Searched refs:pInt (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_service.cpp3476 int *pInt = (int *) response; in getLastCallFailCauseResponse() local
3477 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
4296 int *pInt = (int *) response; in getClirResponse() local
4297 n = pInt[0]; in getClirResponse()
4298 m = pInt[1]; in getClirResponse()
4408 int *pInt = (int *) response; in getCallWaitingResponse() local
4409 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()
4410 serviceClass = pInt[1]; in getCallWaitingResponse()
4585 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local
4586 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp4428 int *pInt = (int *) response; in getLastCallFailCauseResponse() local
4429 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
5232 int *pInt = (int *) response; in getClirResponse() local
5233 n = pInt[0]; in getClirResponse()
5234 m = pInt[1]; in getClirResponse()
5344 int *pInt = (int *) response; in getCallWaitingResponse() local
5345 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()
5346 serviceClass = pInt[1]; in getCallWaitingResponse()
5521 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local
5522 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()
[all …]