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

  /external/libcxxabi/src/
cxa_guard.cpp 72 typedef uint32_t lock_type; typedef in namespace:__cxxabiv1::__anon14577
77 lock_type
80 return static_cast<lock_type>(x >> 32);
85 set_lock(uint64_t& x, lock_type y)
93 lock_type
96 return static_cast<lock_type>(x);
101 set_lock(uint64_t& x, lock_type y)
110 typedef bool lock_type; typedef in namespace:__cxxabiv1::__anon14577
113 lock_type
126 set_lock(uint64_t& x, lock_type y
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_guard.cpp 72 typedef uint32_t lock_type; typedef in namespace:__cxxabiv1::__anon35693
77 lock_type
80 return static_cast<lock_type>(x >> 32);
85 set_lock(uint64_t& x, lock_type y)
93 lock_type
96 return static_cast<lock_type>(x);
101 set_lock(uint64_t& x, lock_type y)
110 typedef bool lock_type; typedef in namespace:__cxxabiv1::__anon35693
113 lock_type
126 set_lock(uint64_t& x, lock_type y
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_gsm.h 149 std::string lock_type; member in struct:shill::CellularCapabilityGSM::SimLockStatus
cellular_capability_universal.h 260 lock_type(MM_MODEM_LOCK_UNKNOWN),
264 MMModemLock lock_type; member in struct:shill::CellularCapabilityUniversal::SimLockStatus
cellular_capability_universal.cc 177 string lock_type; local
178 switch (sim_lock_status_.lock_type) {
180 lock_type = "sim-pin";
183 lock_type = "sim-puk";
186 lock_type = "";
190 status.SetString(kSIMLockTypeProperty, lock_type);
1429 SLOG(this, 3) << __func__ << ": " << lock_type; local
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 174 def lock_type(self): member in class:SIM
310 def _ResetRetries(self, lock_type):
311 if lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PIN:
313 elif lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PUK:
317 self._lock_data[lock_type]['retries'] = value

Completed in 207 milliseconds