Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp88 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()
Dril_internal.h84 int(*responseFunction) (int slotId, int responseType, int token, member
Dril_service.cpp730 pRI->pCI->responseFunction((int) pRI->socket_id, in sendErrorResponse()