HomeSort by relevance Sort by last modified time
    Searched defs:responseFunction (Results 1 - 2 of 2) sorted by null

  /hardware/ril/libril/
ril_internal.h 84 int(*responseFunction) (int slotId, int responseType, int token,
ril.cpp 90 int (*responseFunction) (int slotId, int responseType, int token,
633 RLOGE ("Calling responseFunction() for token %d", pRI->token);
640 ret = pRI->pCI->responseFunction((int) socket_id,
795 ret = s_unsolResponses[unsolResponseIndex].responseFunction(
    [all...]

Completed in 56 milliseconds