/external/qemu/telephony/ |
sim_card.h | 20 extern void asimcard_destroy( ASimCard sim ); 31 extern ASimStatus asimcard_get_status( ASimCard sim ); 32 extern void asimcard_set_status( ASimCard sim, ASimStatus status ); 34 extern const char* asimcard_get_pin( ASimCard sim ); 35 extern const char* asimcard_get_puk( ASimCard sim ); 36 extern void asimcard_set_pin( ASimCard sim, const char* pin ); 37 extern void asimcard_set_puk( ASimCard sim, const char* puk ); 39 extern int asimcard_check_pin( ASimCard sim, const char* pin ); 40 extern int asimcard_check_puk( ASimCard sim, const char* puk, const char* pin ); 42 /* Restricted SIM Access command, as defined by 8.18 of 3GPP 27.007 * [all...] |
sim_card.c | 65 asimcard_get_status( ASimCard sim ) 67 return sim->status; 71 asimcard_set_status( ASimCard sim, ASimStatus status ) 73 sim->status = status; 77 asimcard_get_pin( ASimCard sim ) 79 return sim->pin; 83 asimcard_get_puk( ASimCard sim ) 85 return sim->puk; 89 asimcard_set_pin( ASimCard sim, const char* pin ) 91 strncpy( sim->pin, pin, A_SIM_PIN_SIZE ) [all...] |
android_modem.c | 246 /* SIM card */ 247 ASimCard sim; member in struct:AModemRec_ 596 modem->sim = asimcard_create(base_port); 616 asimcard_destroy( modem->sim ); 617 modem->sim = NULL; 646 return modem->sim; [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaLteServiceStateTracker.java | 87 CdmaLteUiccRecords sim = (CdmaLteUiccRecords)phone.mIccRecords; local 88 if ((sim != null) && sim.isProvisioned()) { 89 mMdn = sim.getMdn(); 90 mMin = sim.getMin(); 91 parseSidNid(sim.getSid(), sim.getNid()); 92 mPrlVersion = sim.getPrlVersion();; 371 // SIM is found on the device. If ERI roaming is OFF and SID/NID matches 372 // one configfured in SIM, use operator name from CSIM record [all...] |
/sdk/emulator/tools/ |
Android.mk | 28 ifneq ($(TARGET_PRODUCT),sim) 42 endif # TARGET_PRODUCT != sim
|
/sdk/emulator/sensors/ |
Android.mk | 25 ifneq ($(TARGET_PRODUCT),sim)
|
/external/wpa_supplicant/ |
events.c | 166 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC 172 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA). 178 int aka = 0, sim = 0, type; local 184 sim = 1; 192 sim = 1; 201 sim = 0; 205 if (!sim && !aka) { 207 "SIM, but neither EAP-SIM nor EAP-AKA are enabled") [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_sim_db.c | 2 * hostapd / EAP-SIM database/authenticator gateway 14 * This is an example implementation of the EAP-SIM/AKA database/authentication 18 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different 53 } sim; member in union:eap_sim_db_pending::__anon13927 116 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ... 117 * SIM-RESP-AUTH <IMSI> FAILURE 123 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the " 130 wpa_printf(MSG_DEBUG, "EAP-SIM DB: External server reported " 148 if (hexstr2bin(start, entry->u.sim.kc[num_chal], 157 if (hexstr2bin(start, entry->u.sim.sres[num_chal] [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_sim_db.c | 2 * hostapd / EAP-SIM database/authenticator gateway 14 * This is an example implementation of the EAP-SIM/AKA database/authentication 18 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different 54 } sim; member in union:eap_sim_db_pending::__anon14147 117 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ... 118 * SIM-RESP-AUTH <IMSI> FAILURE 124 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the " 131 wpa_printf(MSG_DEBUG, "EAP-SIM DB: External server reported " 149 if (hexstr2bin(start, entry->u.sim.kc[num_chal], 158 if (hexstr2bin(start, entry->u.sim.sres[num_chal] [all...] |
/development/tools/emulator/system/sensors/ |
Android.mk | 25 ifneq ($(TARGET_PRODUCT),sim)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 240 sim=8764
|
/sdk/emulator/gps/ |
Android.mk | 25 ifneq ($(TARGET_PRODUCT),sim)
|
/external/wpa_supplicant_6/wpa_supplicant/ |
events.c | 178 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC 184 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA). 190 int aka = 0, sim = 0, type; local 196 sim = 1; 204 sim = 1; 213 sim = 0; 217 if (!sim && !aka) { 219 "SIM, but neither EAP-SIM nor EAP-AKA are enabled") [all...] |
/external/v8/src/arm/ |
simulator-arm.h | 402 Simulator* sim = Simulator::current(Isolate::Current()); 403 return sim->PushAddress(try_catch_address);
|
simulator-arm.cc | 56 explicit ArmDebugger(Simulator* sim); 87 ArmDebugger::ArmDebugger(Simulator* sim) { 88 sim_ = sim; 295 char* line = ReadLine("sim> "); 858 Simulator* sim = isolate_data->simulator(); local 859 if (sim == NULL) { 861 sim = new Simulator(); 862 isolate_data->set_simulator(sim); 864 return sim; [all...] |
/external/v8/src/mips/ |
simulator-mips.h | 381 Simulator* sim = Simulator::current(Isolate::Current()); 382 return sim->PushAddress(try_catch_address);
|
simulator-mips.cc | 74 explicit MipsDebugger(Simulator* sim); 107 MipsDebugger::MipsDebugger(Simulator* sim) { 108 sim_ = sim; 368 char* line = ReadLine("sim> "); 862 Simulator* sim = isolate_data->simulator(); local 863 if (sim == NULL) { 865 sim = new Simulator(); 866 isolate_data->set_simulator(sim); 868 return sim; [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneApp.java | 269 // like the "SIM missing" and "Sim locked" cases (bug 1804111). 272 // Some products don't have the concept of a "SIM network lock" 274 + "not showing 'SIM network unlock' PIN entry screen"); 276 // Normal case: show the "SIM network unlock" PIN entry screen. 278 // they enter a valid SIM network PIN. 279 Log.i(LOG_TAG, "show sim depersonal panel"); 342 // Marks the event where the SIM goes into ready state. 507 IccCard sim = phone.getIccCard(); local 508 if (sim != null) 1312 IccCard sim = phone.getIccCard(); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
events.c | 221 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC 227 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA). 233 int aka = 0, sim = 0, type; local 239 sim = 1; 247 sim = 1; 256 sim = 0; 260 if (!sim && !aka) { 262 "use SIM, but neither EAP-SIM nor EAP-AKA are [all...] |
/external/e2fsprogs/config/ |
config.sub | 156 -sim | -cisco | -oki | -wec | -winbond) 1149 os=-sim 1153 os=-sim 1303 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/icu4c/common/ |
Android.mk | 115 # device and sim builds can use the same codepath, and it's hard to break one
|
/external/libpng/ |
config.sub | 156 -sim | -cisco | -oki | -wec | -winbond) 1149 os=-sim 1153 os=-sim 1303 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/llvm/autoconf/ |
config.sub | 162 -sim | -cisco | -oki | -wec | -winbond) 1162 os=-sim 1166 os=-sim 1319 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/valgrind/main/ |
config.sub | 159 -sim | -cisco | -oki | -wec | -winbond) 1156 os=-sim 1160 os=-sim 1310 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 61 --sim-hints=hint1,hint2,... known hints:
|