Searched refs:cur_op (Results 1 – 5 of 5) sorted by relevance
/system/core/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 64 ASSERT_EQ(0x96U, this->op_->cur_op()); in TYPED_TEST_P() 117 ASSERT_EQ(opcode_buffer[i], this->op_->cur_op()); in TYPED_TEST_P() 176 ASSERT_EQ(0x03, this->op_->cur_op()); in TYPED_TEST_P() 204 ASSERT_EQ(0x06, this->op_->cur_op()); in TYPED_TEST_P() 227 ASSERT_EQ(0x94, this->op_->cur_op()) << "Failed at size " << i; in TYPED_TEST_P() 266 ASSERT_EQ(0x08, this->op_->cur_op()); in TYPED_TEST_P() 271 ASSERT_EQ(0x08, this->op_->cur_op()); in TYPED_TEST_P() 277 ASSERT_EQ(0x0a, this->op_->cur_op()); in TYPED_TEST_P() 282 ASSERT_EQ(0x0a, this->op_->cur_op()); in TYPED_TEST_P() 288 ASSERT_EQ(0x0c, this->op_->cur_op()); in TYPED_TEST_P() [all …]
|
/system/nfc/src/nfa/rw/ |
D | nfa_rw_act.cc | 234 if (nfa_rw_cb.cur_op == NFA_RW_OP_READ_NDEF) { in nfa_rw_handle_ndef_detect() 245 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_WRITE_NDEF) { in nfa_rw_handle_ndef_detect() 259 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; in nfa_rw_handle_ndef_detect() 272 if (nfa_rw_cb.cur_op == NFA_RW_OP_READ_NDEF) { in nfa_rw_handle_ndef_detect() 279 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_WRITE_NDEF) { in nfa_rw_handle_ndef_detect() 283 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_DETECT_NDEF) { in nfa_rw_handle_ndef_detect() 303 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */ in nfa_rw_handle_ndef_detect() 320 if (nfa_rw_cb.cur_op == NFA_RW_OP_SET_TAG_RO) { in nfa_rw_handle_tlv_detect() 327 if (nfa_rw_cb.cur_op == NFA_RW_OP_DETECT_LOCK_TLV) { in nfa_rw_handle_tlv_detect() 329 } else if (nfa_rw_cb.cur_op == NFA_RW_OP_DETECT_MEM_TLV) { in nfa_rw_handle_tlv_detect() [all …]
|
/system/core/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() 1883 stack_.push_front(cur_op() - 0x30); in op_lit() 1890 stack_.push_front(cur_op() - 0x50); in op_reg() 1906 uint16_t reg = cur_op() - 0x70; in op_breg()
|
D | DwarfOp.h | 69 uint8_t cur_op() { return cur_op_; } in cur_op() function
|
/system/nfc/src/nfa/include/ |
D | nfa_rw_int.h | 273 tNFA_RW_OP cur_op; /* Current operation */ member
|