Searched refs:instruction (Results 1 - 2 of 2) sorted by last modified time

/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.cc40 uint8_t instruction);
298 uint8_t instruction, uint16_t msg_len,
311 nfa_hciu_get_type_inst_names(pipe_id, type, instruction, buff), msg_len);
313 if (instruction == NFA_HCI_ANY_GET_PARAMETER)
341 *p_data++ = (type << 6) | instruction;
356 handle_debug_loopback(p_buf, type, instruction);
368 nfa_hci_cb.cmd_sent = instruction;
1177 ** Description This function returns the instruction name.
1182 std::string nfa_hciu_instr_2_str(uint8_t instruction) { argument
1183 switch (instruction) {
297 nfa_hciu_send_msg(uint8_t pipe_id, uint8_t type, uint8_t instruction, uint16_t msg_len, uint8_t* p_msg) argument
1371 handle_debug_loopback(NFC_HDR* p_buf, uint8_t type, uint8_t instruction) argument
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_hci_int.h514 uint8_t instruction, uint16_t pkt_len,

Completed in 196 milliseconds