Searched refs:mConfigIndex (Results 1 – 2 of 2) sorted by relevance
81 auto& halConfig = mConfigIndex->getAllConfigs(); in getAllPropConfigs()97 if (mConfigIndex->hasConfig(prop)) { in getPropConfigs()98 configs.push_back(mConfigIndex->getConfig(prop)); in getPropConfigs()301 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdListAllProperties()315 auto& halConfig = mConfigIndex->getAllConfigs(); in cmdDumpAllProperties()431 mConfigIndex.reset(new VehiclePropConfigIndex(supportedPropConfigs)); in init()560 return mConfigIndex->hasConfig(prop) in getPropConfigOrNull()561 ? &mConfigIndex->getConfig(prop) : nullptr; in getPropConfigOrNull()
145 std::unique_ptr<VehiclePropConfigIndex> mConfigIndex; variable