Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 18 of 18) sorted by relevance

/system/secretkeeper/core/src/ta/
Dbootloader.rs58 let opcode = u32::from_be_bytes(opcode.try_into().unwrap()); in from_slice() localVariable
128 let opcode = u32::from_be_bytes(opcode.try_into().unwrap()); in from_slice() localVariable
132 let opcode = match opcode & !RESPONSE_MARKER { in from_slice() localVariable
/system/core/libappfuse/tests/
DFuseBridgeLoopTest.cc64 void CheckNotImpl(uint32_t opcode) { in CheckNotImpl()
78 void CheckProxy(uint32_t opcode) { in CheckProxy()
/system/nfc/src/nfc/include/
Dtags_int.h34 uint8_t opcode; member
61 uint8_t opcode; member
/system/nfc/src/nfc/tags/
Dtags_int.cc106 const tT1T_CMD_RSP_INFO* t1t_cmd_to_rsp_info(uint8_t opcode) { in t1t_cmd_to_rsp_info()
181 const tT2T_CMD_RSP_INFO* t2t_cmd_to_rsp_info(uint8_t opcode) { in t2t_cmd_to_rsp_info()
Drw_t1t.cc321 tNFC_STATUS rw_t1t_send_static_cmd(uint8_t opcode, uint8_t add, uint8_t dat) { in rw_t1t_send_static_cmd()
381 tNFC_STATUS rw_t1t_send_dyn_cmd(uint8_t opcode, uint8_t add, uint8_t* p_dat) { in rw_t1t_send_dyn_cmd()
Drw_t2t.cc344 tNFC_STATUS rw_t2t_send_cmd(uint8_t opcode, uint8_t* p_dat) { in rw_t2t_send_cmd()
Dce_t3t.cc153 void ce_t3t_send_rsp(tCE_CB* p_ce_cb, uint8_t* p_nfcid2, uint8_t opcode, in ce_t3t_send_rsp()
/system/nfc/src/fuzzers/integration/fakes/
Dhal_fakes.cc37 uint8_t opcode, uint8_t* data, in SimulatePacketArrival()
/system/secretkeeper/comm/src/data_types/
Dpacket.rs50 pub fn opcode(&self) -> Result<Opcode, Error> { in opcode() method
/system/core/libappfuse/
DFuseAppLoop.cc93 const uint32_t opcode = buffer->request.header.opcode; in HandleMessage() local
DFuseBuffer.cc190 uint32_t data_length, uint32_t opcode, uint64_t unique) { in Reset()
DFuseBridgeLoop.cc182 const uint32_t opcode = buffer_.request.header.opcode; in ReadFromDevice() local
/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer_impl.cc260 uint8_t opcode = static_cast<uint8_t>(packet.opcode()); in DoPacket() local
Dnfc_integration_fuzzer.proto99 oneof opcode { oneof
297 optional Opcode opcode = 4; field
/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp111 for (size_t opcode = 0xa0; opcode < 256; opcode++) { in TYPED_TEST_P() local
1338 for (uint8_t opcode = 0x29; opcode <= 0x2e; opcode++) { in TYPED_TEST_P() local
/system/core/trusty/storage/proxy/
Drpmb.c93 uint8_t opcode; member
/system/nfc/src/include/
Dnfc_hal_int.h101 uint16_t opcode; member
/system/nfc/src/nfa/include/
Dnfa_ee_int.h386 uint8_t opcode; member