Home
last modified time | relevance | path

Searched refs:pInt (Results 1 – 3 of 3) 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()
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()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp4440 int *pInt = (int *) response; in getLastCallFailCauseResponse() local
4441 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
5244 int *pInt = (int *) response; in getClirResponse() local
5245 n = pInt[0]; in getClirResponse()
5246 m = pInt[1]; in getClirResponse()
5356 int *pInt = (int *) response; in getCallWaitingResponse() local
5357 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()
5358 serviceClass = pInt[1]; in getCallWaitingResponse()
5533 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local
5534 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp4614 int *pInt = (int *) response; in getLastCallFailCauseResponse() local
4615 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
5491 int *pInt = (int *) response; in getClirResponse() local
5492 n = pInt[0]; in getClirResponse()
5493 m = pInt[1]; in getClirResponse()
5603 int *pInt = (int *) response; in getCallWaitingResponse() local
5604 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()
5605 serviceClass = pInt[1]; in getCallWaitingResponse()
5780 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local
5781 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()
[all …]