Searched refs:responseFunction (Results 1 - 3 of 3) sorted by relevance
/hardware/ril/libril/ |
H A D | ril_internal.h | 84 int(*responseFunction) (int slotId, int responseType, int token, member in struct:android::CommandInfo
|
H A D | ril.cpp | 90 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 D | ril_service.cpp | 490 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