Searched defs:halPropConfigs (Results 1 – 5 of 5) sorted by relevance
171 std::vector<std::unique_ptr<IHalPropConfig>> halPropConfigs; in getAllPropConfigs() local188 std::vector<std::unique_ptr<IHalPropConfig>> halPropConfigs; in getPropConfigs() local
189 var halPropConfigs = toHalPropConfigs(mConfigs); in initVehicleHal() local
135 HalPropConfig[] halPropConfigs = realVehicleStub.getAllPropConfigs(); in getAllPropConfigSparseArray() local
131 HalPropConfig[] halPropConfigs = new HalPropConfig[3]; in setup() local
1399 public void takeProperties(Collection<HalPropConfig> halPropConfigs) { in takeProperties()