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

/hardware/ril/libril/
H A Dril_internal.h84 int(*responseFunction) (int slotId, int responseType, int token, member in struct:android::CommandInfo
H A Dril.cpp90 int (*responseFunction) (int slotId, int responseType, int token, member in struct:android::__anon5898
628 RLOGE ("Calling responseFunction() for token %d", pRI->token);
635 ret = pRI->pCI->responseFunction((int) socket_id,
781 ret = s_unsolResponses[unsolResponseIndex].responseFunction(
H A Dril_service.cpp490 pRI->pCI->responseFunction((int) pRI->socket_id,
495 * Copies over src to dest. If memory allocation fails, responseFunction() is called for the

Completed in 46 milliseconds