Searched refs:responseFunction (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 88 int (*responseFunction) (int slotId, int responseType, int token, member 670 ret = pRI->pCI->responseFunction((int) socket_id, in RIL_onRequestComplete() 838 if (pURI != NULL && pURI->responseFunction != NULL) { in RIL_onUnsolicitedResponse() 839 ret = pURI->responseFunction((int) soc_id, responseType, 0, RIL_E_SUCCESS, in RIL_onUnsolicitedResponse()
|
D | ril_internal.h | 84 int(*responseFunction) (int slotId, int responseType, int token, member
|
D | ril_service.cpp | 730 pRI->pCI->responseFunction((int) pRI->socket_id, in sendErrorResponse()
|