Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp313 static int lock_count; in crash_handler() local
316 if (lock_count++ > 0) { in crash_handler()
338 --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.cc2402 uint8_t lock_count; in rw_t2t_set_dynamic_lock_bits() local
2425 lock_count = num_locks + 1; in rw_t2t_set_dynamic_lock_bits()
2428 while (lock_count < p_t2t->num_lockbytes) { in rw_t2t_set_dynamic_lock_bits()
2430 p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].offset + in rw_t2t_set_dynamic_lock_bits()
2431 p_t2t->lockbyte[lock_count].byte_index; in rw_t2t_set_dynamic_lock_bits()
2435 ((p_t2t->lockbyte[lock_count].byte_index + 1) * TAG_BITS_PER_BYTE <= in rw_t2t_set_dynamic_lock_bits()
2436 p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].num_bits); in rw_t2t_set_dynamic_lock_bits()
2440 : p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index] in rw_t2t_set_dynamic_lock_bits()
2449 lock_count++; in rw_t2t_set_dynamic_lock_bits()
2456 while (lock_count > num_locks) { in rw_t2t_set_dynamic_lock_bits()
[all …]