Searched refs:cur_op (Results 1 – 5 of 5) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 66 ASSERT_EQ(0x96U, this->op_->cur_op()); in TYPED_TEST_P() 119 ASSERT_EQ(opcode_buffer[i], this->op_->cur_op()); in TYPED_TEST_P() 178 ASSERT_EQ(0x03, this->op_->cur_op()); in TYPED_TEST_P() 206 ASSERT_EQ(0x06, this->op_->cur_op()); in TYPED_TEST_P() 229 ASSERT_EQ(0x94, this->op_->cur_op()) << "Failed at size " << i; in TYPED_TEST_P() 269 ASSERT_EQ(0x08, this->op_->cur_op()); in TYPED_TEST_P() 274 ASSERT_EQ(0x08, this->op_->cur_op()); in TYPED_TEST_P() 280 ASSERT_EQ(0x0a, this->op_->cur_op()); in TYPED_TEST_P() 285 ASSERT_EQ(0x0a, this->op_->cur_op()); in TYPED_TEST_P() 291 ASSERT_EQ(0x0c, this->op_->cur_op()); in TYPED_TEST_P() [all …]
|
/system/nfc/src/nfa/rw/ |
D | nfa_rw_act.cc | 232 if (nfa_rw_cb.cur_op == NFA_RW_OP_READ_NDEF) { in nfa_rw_handle_ndef_detect() 243 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_WRITE_NDEF) { in nfa_rw_handle_ndef_detect() 257 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; in nfa_rw_handle_ndef_detect() 270 if (nfa_rw_cb.cur_op == NFA_RW_OP_READ_NDEF) { in nfa_rw_handle_ndef_detect() 277 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_WRITE_NDEF) { in nfa_rw_handle_ndef_detect() 281 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_DETECT_NDEF) { in nfa_rw_handle_ndef_detect() 301 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */ in nfa_rw_handle_ndef_detect() 318 if (nfa_rw_cb.cur_op == NFA_RW_OP_SET_TAG_RO) { in nfa_rw_handle_tlv_detect() 325 if (nfa_rw_cb.cur_op == NFA_RW_OP_DETECT_LOCK_TLV) { in nfa_rw_handle_tlv_detect() 327 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_DETECT_MEM_TLV) { in nfa_rw_handle_tlv_detect() [all …]
|
/system/unwinding/libunwindstack/ |
D | DwarfOp.cpp | 1574 uint8_t cur_op; in GetLogInfo() local 1575 if (!memory_->ReadBytes(&cur_op, 1)) { in GetLogInfo() 1579 std::string raw_string(android::base::StringPrintf("Raw Data: 0x%02x", cur_op)); in GetLogInfo() 1581 const auto* op = &kCallbackTable[cur_op]; in GetLogInfo() 1882 stack_.push_front(cur_op() - 0x30); in op_lit() 1889 stack_.push_front(cur_op() - 0x50); in op_reg() 1905 uint16_t reg = regs_info_->regs->Convert(cur_op() - 0x70); in op_breg()
|
D | DwarfOp.h | 68 uint8_t cur_op() { return cur_op_; } in cur_op() function
|
/system/nfc/src/nfa/include/ |
D | nfa_rw_int.h | 281 tNFA_RW_OP cur_op; /* Current operation */ member
|