Searched refs:pipe_id (Results 1 - 6 of 6) sorted by path

/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc384 nfa_hciu_send_delete_pipe_cmd(p_pipe->pipe_id);
426 if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_CONNECTIVITY_GATE) {
430 } else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE) {
434 } else if (pp->pipe_id >= NFA_HCI_FIRST_DYNAMIC_PIPE &&
435 pp->pipe_id <= NFA_HCI_LAST_DYNAMIC_PIPE && pp->pipe_id &&
553 nfa_hciu_send_delete_pipe_cmd(p_pipe->pipe_id);
877 status = nfa_hciu_send_msg(p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE,
884 p_pipe->pipe_id);
890 p_pipe->pipe_id);
1671 nfa_hci_handle_dyn_pipe_pkt(uint8_t pipe_id, uint8_t* p_data, uint16_t data_len) argument
[all...]
H A Dnfa_hci_api.cc864 if (pp->pipe_id != 0) {
869 xx, pp->pipe_id, pp->pipe_state, pp->local_gate, pp->dest_gate,
H A Dnfa_hci_main.cc315 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id < NFA_HCI_FIRST_DYNAMIC_PIPE)
324 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id != 0) {
326 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id < NFA_HCI_FIRST_DYNAMIC_PIPE)
357 if ((nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id != 0) &&
358 (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id ==
359 nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id)) {
362 nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id);
395 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id < NFA_HCI_FIRST_DYNAMIC_PIPE)
H A Dnfa_hci_utils.cc52 tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id) { argument
58 if (pp->pipe_id == pipe_id) return (pp);
204 tNFA_HANDLE nfa_hciu_get_pipe_owner(uint8_t pipe_id) { argument
208 pp = nfa_hciu_find_pipe_by_pid(pipe_id);
297 tNFA_STATUS nfa_hciu_send_msg(uint8_t pipe_id, uint8_t type, argument
310 "nfa_hciu_send_msg pipe_id:%d %s len:%d", pipe_id,
311 nfa_hciu_get_type_inst_names(pipe_id, type, instruction, buff), msg_len);
330 *p_data++ = (NFA_HCI_MESSAGE_FRAGMENTATION << 7) | (pipe_id
417 nfa_hciu_alloc_pipe(uint8_t pipe_id) argument
483 nfa_hciu_add_pipe_to_gate(uint8_t pipe_id, uint8_t local_gate, uint8_t dest_host, uint8_t dest_gate) argument
530 nfa_hciu_add_pipe_to_static_gate(uint8_t local_gate, uint8_t pipe_id, uint8_t dest_host, uint8_t dest_gate) argument
795 nfa_hciu_release_pipe(uint8_t pipe_id) argument
1342 nfa_hciu_evt_2_str(uint8_t pipe_id, uint8_t evt) argument
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h108 uint8_t pipe_id; /* Pipe ID */ member in struct:__anon2283
H A Dnfa_hci_int.h320 uint8_t pipe_id; /* Pipe ID */ member in struct:__anon2326
465 extern tNFA_HCI_DYN_PIPE* nfa_hciu_find_pipe_by_pid(uint8_t pipe_id);
478 extern tNFA_HANDLE nfa_hciu_get_pipe_owner(uint8_t pipe_id);
487 uint8_t pipe_id,
491 extern tNFA_HCI_RESPONSE nfa_hciu_release_pipe(uint8_t pipe_id);
513 extern tNFA_STATUS nfa_hciu_send_msg(uint8_t pipe_id, uint8_t type,
522 extern std::string nfa_hciu_evt_2_str(uint8_t pipe_id, uint8_t evt);

Completed in 141 milliseconds