Searched refs:mConfigIndex (Results 1 – 2 of 2) sorted by relevance
60 auto& halConfig = mConfigIndex->getAllConfigs(); in getAllPropConfigs()76 if (mConfigIndex->hasConfig(prop)) { in getPropConfigs()77 configs.push_back(mConfigIndex->getConfig(prop)); in getPropConfigs()265 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdListAllProperties()279 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdDumpAllProperties()448 mConfigIndex.reset(new VehiclePropConfigIndex(supportedPropConfigs)); in init()577 return mConfigIndex->hasConfig(prop) in getPropConfigOrNull()578 ? &mConfigIndex->getConfig(prop) : nullptr; in getPropConfigOrNull()
125 std::unique_ptr<VehiclePropConfigIndex> mConfigIndex; variable