HomeSort by relevance Sort by last modified time
    Searched defs:pipe_index (Results 1 - 3 of 3) sorted by null

  /system/nfc/src/nfa/hci/
nfa_hci_utils.c 491 uint8_t pipe_index; local
506 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes);
507 p_gate->pipe_inx_mask |= (uint32_t)(1 << pipe_index);
511 "pipe_index: %u App Handle: 0x%08x",
512 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
537 uint8_t pipe_index; local
556 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes);
557 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (uint32_t)(1 << pipe_index);
800 uint8_t pipe_index; local
812 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes)
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
ipa_qmi_service_v01.h 456 uint32_t pipe_index; member in struct:ipa_pipe_stats_info_type_v01
  /hardware/qcom/msm8998/original-kernel-headers/linux/
ipa_qmi_service_v01.h 1323 uint32_t pipe_index; member in struct:ipa_pipe_stats_info_type_v01
    [all...]

Completed in 220 milliseconds