Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp3398 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()
[all …]