Searched refs:gate (Results 1 – 10 of 10) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_api.cc | 216 tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciAllocGate() argument 225 if ((gate) && ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || in NFA_HciAllocGate() 226 (gate > NFA_HCI_LAST_PROP_GATE) || in NFA_HciAllocGate() 227 (gate == NFA_HCI_CONNECTIVITY_GATE))) { in NFA_HciAllocGate() 229 << StringPrintf("Cannot allocate gate:0x%02x", gate); in NFA_HciAllocGate() 234 << StringPrintf("hci_handle:0x%04x, Gate:0x%02x", hci_handle, gate); in NFA_HciAllocGate() 242 p_msg->gate = gate; in NFA_HciAllocGate() 263 tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciDeallocGate() argument 272 if ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || in NFA_HciDeallocGate() 273 (gate > NFA_HCI_LAST_PROP_GATE) || (gate == NFA_HCI_CONNECTIVITY_GATE)) { in NFA_HciDeallocGate() [all …]
|
D | nfa_hci_act.cc | 409 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id; in nfa_hci_api_get_gate_pipe_list() 472 p_gate = nfa_hciu_alloc_gate(p_evt_data->gate_info.gate, app_handle); in nfa_hci_api_alloc_gate() 482 p_evt_data->gate_info.gate); in nfa_hci_api_alloc_gate() 486 evt_data.allocated.gate = p_gate ? p_gate->gate_id : 0; in nfa_hci_api_alloc_gate() 511 gate_id = p_evt_data->gate_dealloc.gate; in nfa_hci_api_dealloc_gate() 520 evt_data.deallocated.gate = gate_id; in nfa_hci_api_dealloc_gate() 1056 pg = nfa_hciu_alloc_gate(p_evt_data->add_static_pipe.gate, in nfa_hci_api_add_static_pipe() 1065 p_evt_data->add_static_pipe.gate) != in nfa_hci_api_add_static_pipe()
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_api.h | 135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the member 145 uint8_t gate; /* The gate allocated to the application */ member 151 uint8_t gate; /* The gate deallocated from the application */ member 371 extern tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate); 390 extern tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE conn_handle, uint8_t gate); 564 uint8_t gate, uint8_t pipe);
|
D | nfa_hci_int.h | 153 uint8_t gate; member 160 uint8_t gate; member 228 uint8_t gate; member 500 extern void nfa_hciu_release_gate(uint8_t gate);
|
/system/sepolicy/private/ |
D | net.te | 6 # b/141455849 gate RTM_GETLINK with a new permission nlmsg_readpriv and block access from 8 # b/171572148 gate RTM_GETNEIGH{TBL} with a new permission nlmsg_getneigh and block access from
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | net.te | 6 # b/141455849 gate RTM_GETLINK with a new permission nlmsg_readpriv and block access from 8 # b/171572148 gate RTM_GETNEIGH{TBL} with a new permission nlmsg_getneigh and block access from
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | net.te | 6 # b/141455849 gate RTM_GETLINK with a new permission nlmsg_readpriv and block access from 8 # b/171572148 gate RTM_GETNEIGH{TBL} with a new permission nlmsg_getneigh and block access from
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | net.te | 22 # b/141455849 gate RTM_GETLINK with a new permission nlmsg_readpriv and block access from
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | net.te | 22 # b/141455849 gate RTM_GETLINK with a new permission nlmsg_readpriv and block access from
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | net.te | 22 # b/141455849 gate RTM_GETLINK with a new permission nlmsg_readpriv and block access from
|