Searched refs:RIL_REQUEST_ENTER_SIM_PIN (Results 1 - 11 of 11) sorted by relevance

/hardware/ril/mock-ril/src/js/
H A Dmock_ril.js227 dispatchTable[RIL_REQUEST_ENTER_SIM_PIN] = { // 2
H A Dril_vars.js171 var RIL_REQUEST_ENTER_SIM_PIN = 2
H A Dsimulated_icc.js166 this.simDispatchTable[RIL_REQUEST_ENTER_SIM_PIN] = this.rilRequestEnterSimPin; // 2
/hardware/ril/libril/
H A Dril_commands.h19 {RIL_REQUEST_ENTER_SIM_PIN, dispatchStrings, responseInts},
H A Dril.cpp3345 case RIL_REQUEST_ENTER_SIM_PIN: return "ENTER_SIM_PIN";
/hardware/ril/mock-ril/src/cpp/
H A Drequests.cpp67 * request for RIL_REQUEST_ENTER_SIM_PIN // 2
409 rilReqConversionMap[RIL_REQUEST_ENTER_SIM_PIN] = ReqEnterSimPin; // 2
488 testRilRequest(context, RIL_REQUEST_ENTER_SIM_PIN, data, sizeof(data),
H A Dril.h827 * RIL_REQUEST_ENTER_SIM_PIN
846 #define RIL_REQUEST_ENTER_SIM_PIN 2 macro
H A Dresponses.cpp508 rilRspConversionMap[RIL_REQUEST_ENTER_SIM_PIN] = RspEnterSimPinData; // 2
/hardware/ril/include/telephony/
H A Dril.h827 * RIL_REQUEST_ENTER_SIM_PIN
846 #define RIL_REQUEST_ENTER_SIM_PIN 2 macro
/hardware/ril/reference-ril/
H A Dril.h827 * RIL_REQUEST_ENTER_SIM_PIN
846 #define RIL_REQUEST_ENTER_SIM_PIN 2 macro
H A Dreference-ril.c2106 case RIL_REQUEST_ENTER_SIM_PIN:

Completed in 537 milliseconds