Searched defs:dest_host (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Nfc/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.cc | 500 uint8_t dest_host, in nfa_hciu_add_pipe_to_gate() 548 uint8_t dest_host, in nfa_hciu_add_pipe_to_static_gate() 622 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, in nfa_hciu_check_pipe_between_gates() 899 uint8_t dest_host, in nfa_hciu_send_create_pipe_cmd()
|
D | nfa_hci_act.cc | 1200 uint8_t source_host, source_gate, dest_host, dest_gate, pipe; in nfa_hci_handle_admin_gate_cmd() local 1338 uint8_t dest_host = nfa_hci_cb.remote_host_in_use; in nfa_hci_handle_admin_gate_rsp() local
|
D | nfa_hci_api.cc | 352 uint8_t dest_host, uint8_t dest_gate) { in NFA_HciCreatePipe()
|
/packages/modules/Nfc/libnfc-nci/tests/src/ |
D | nfa_hci_utils_test.cc | 82 uint8_t dest_host = 0x02; in TEST_F() local 95 uint8_t dest_host = 0x03; in TEST_F() local 105 uint8_t dest_host = 0x02; in TEST_F() local 126 uint8_t dest_host = 0x02; in TEST_F() local 156 uint8_t dest_host = 0x03; in TEST_F() local 171 uint8_t dest_host = 0x03; in TEST_F() local 182 uint8_t dest_host = 0x03; in TEST_F() local 249 uint8_t dest_host = 0x02; in TEST_F() local 261 uint8_t dest_host = 0x02; in TEST_F() local 269 uint8_t dest_host = 0x02; in TEST_F() local [all …]
|
D | nfa_hci_api_test.cc | 252 uint8_t dest_host = 0x02; in TEST_F() local 261 uint8_t dest_host = 0x02; in TEST_F() local 271 uint8_t dest_host = 0x02; in TEST_F() local 290 uint8_t dest_host = 0x02; in TEST_F() local 312 uint8_t dest_host = 0x02; in TEST_F() local 324 uint8_t dest_host = 0x02; in TEST_F() local 334 uint8_t dest_host = 0x02; in TEST_F() local
|
/packages/modules/Nfc/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 111 uint8_t dest_host; /* Peer host to which this pipe is connected */ member 161 dest_host; /* Destination host whose gate is the other end of the pipe is member
|
D | nfa_hci_int.h | 194 uint8_t dest_host; member 327 uint8_t dest_host; /* Peer host to which this pipe is connected */ member
|