Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp5499 int *pInt = (int *) response; in getLastCallFailCauseResponse() local
5500 info.causeCode = (LastCallFailCause) pInt[0]; in getLastCallFailCauseResponse()
7193 int *pInt = (int *) response; in getClirResponse() local
7194 n = pInt[0]; in getClirResponse()
7195 m = pInt[1]; in getClirResponse()
7305 int *pInt = (int *) response; in getCallWaitingResponse() local
7306 enable = pInt[0] == 1 ? true : false; in getCallWaitingResponse()
7307 serviceClass = pInt[1]; in getCallWaitingResponse()
7482 int *pInt = (int *) response; in getNetworkSelectionModeResponse() local
7483 manual = pInt[0] == 1 ? true : false; in getNetworkSelectionModeResponse()
[all …]