HomeSort by relevance Sort by last modified time
    Searched refs:IPA_IOC_DEL_HDR (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Header.cpp 84 bool IPACM_Header::DeleteHeader(struct ipa_ioc_del_hdr *pHeaderTableToDelete)
88 nRetVal = ioctl(m_fd, IPA_IOC_DEL_HDR, pHeaderTableToDelete);
156 struct ipa_ioc_del_hdr *pHeaderDescriptor = NULL;
167 len = (sizeof(struct ipa_ioc_del_hdr)) + (NUM_HDLS * sizeof(struct ipa_hdr_del));
168 pHeaderDescriptor = (struct ipa_ioc_del_hdr *)malloc(len);
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 559 struct ipa_ioc_del_hdr { struct
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 847 * struct ipa_ioc_del_hdr - header deletion parameters (support
853 struct ipa_ioc_del_hdr { struct
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ipa.h 575 struct ipa_ioc_del_hdr { struct
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ipa.h 867 * struct ipa_ioc_del_hdr - header deletion parameters (support
873 struct ipa_ioc_del_hdr { struct
    [all...]

Completed in 233 milliseconds