Home
last modified time | relevance | path

Searched refs:lock_count (Results 1 – 3 of 3) sorted by relevance

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp303 static int lock_count; in crash_handler() local
306 if (lock_count++ > 0) { in crash_handler()
319 --lock_count; in crash_handler()
/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc339 uint8_t lock_count; in rw_t1t_handle_write_rsp() local
461 lock_count = num_locks + 1; in rw_t1t_handle_write_rsp()
462 while (lock_count < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()
464 p_t1t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index] in rw_t1t_handle_write_rsp()
466 p_t1t->lockbyte[lock_count].byte_index; in rw_t1t_handle_write_rsp()
468 ((p_t1t->lockbyte[lock_count].byte_index + 1) * 8 <= in rw_t1t_handle_write_rsp()
469 p_t1t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index] in rw_t1t_handle_write_rsp()
472 : p_t1t->lock_tlv[p_t1t->lockbyte[lock_count] in rw_t1t_handle_write_rsp()
482 lock_count++; in rw_t1t_handle_write_rsp()
491 while (lock_count > num_locks) { in rw_t1t_handle_write_rsp()
[all …]
Drw_t2t_ndef.cc2359 uint8_t lock_count; in rw_t2t_set_dynamic_lock_bits() local
2382 lock_count = num_locks + 1; in rw_t2t_set_dynamic_lock_bits()
2385 while (lock_count < p_t2t->num_lockbytes) { in rw_t2t_set_dynamic_lock_bits()
2387 p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].offset + in rw_t2t_set_dynamic_lock_bits()
2388 p_t2t->lockbyte[lock_count].byte_index; in rw_t2t_set_dynamic_lock_bits()
2392 ((p_t2t->lockbyte[lock_count].byte_index + 1) * TAG_BITS_PER_BYTE <= in rw_t2t_set_dynamic_lock_bits()
2393 p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].num_bits); in rw_t2t_set_dynamic_lock_bits()
2397 : p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index] in rw_t2t_set_dynamic_lock_bits()
2406 lock_count++; in rw_t2t_set_dynamic_lock_bits()
2413 while (lock_count > num_locks) { in rw_t2t_set_dynamic_lock_bits()
[all …]