Home
last modified time | relevance | path

Searched refs:responseSIM_IO (Results 1 – 2 of 2) sorted by relevance

/hardware/ril/libril/
Dril_commands.h45 {RIL_REQUEST_SIM_IO, dispatchSIM_IO, responseSIM_IO},
124 {RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS, dispatchString, responseSIM_IO},
131 {RIL_REQUEST_SIM_TRANSMIT_APDU_BASIC, dispatchSIM_APDU, responseSIM_IO},
134 {RIL_REQUEST_SIM_TRANSMIT_APDU_CHANNEL, dispatchSIM_APDU, responseSIM_IO},
142 {RIL_REQUEST_SIM_AUTHENTICATION, dispatchSimAuthentication, responseSIM_IO},
Dril.cpp286 static int responseSIM_IO(Parcel &p, void *response, size_t responselen);
2418 static int responseSIM_IO(Parcel &p, void *response, size_t responselen) { in responseSIM_IO() function