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

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Config.cpp 764 if(prop == NULL || prop->num_ext_props <= 0)
770 num = prop->num_ext_props;
775 if(ext_prop_v4.num_ext_props >= MAX_NUM_EXT_PROPS)
780 memcpy(&ext_prop_v4.prop[ext_prop_v4.num_ext_props], &prop->ext[i], sizeof(struct ipa_ioc_ext_intf_prop));
781 ext_prop_v4.num_ext_props++;
785 if(ext_prop_v6.num_ext_props >= MAX_NUM_EXT_PROPS)
790 memcpy(&ext_prop_v6.prop[ext_prop_v6.num_ext_props], &prop->ext[i], sizeof(struct ipa_ioc_ext_intf_prop));
791 ext_prop_v6.num_ext_props++;
IPACM_Lan.cpp     [all...]
IPACM_Wan.cpp     [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Config.h 70 uint8_t num_ext_props; member in struct:__anon49540
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 700 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf
736 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf_ext_props
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 1169 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf
1233 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf_ext_props
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ipa.h 716 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf
752 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf_ext_props
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ipa.h 1189 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf
1253 uint32_t num_ext_props; member in struct:ipa_ioc_query_intf_ext_props
    [all...]

Completed in 411 milliseconds