Searched refs:mConfigIndex (Results 1 – 2 of 2) sorted by relevance
50 auto& halConfig = mConfigIndex->getAllConfigs(); in getAllPropConfigs()66 if (mConfigIndex->hasConfig(prop)) { in getPropConfigs()67 configs.push_back(mConfigIndex->getConfig(prop)); in getPropConfigs()193 mConfigIndex.reset(new VehiclePropConfigIndex(supportedPropConfigs)); in init()322 return mConfigIndex->hasConfig(prop) in getPropConfigOrNull()323 ? &mConfigIndex->getConfig(prop) : nullptr; in getPropConfigOrNull()
107 std::unique_ptr<VehiclePropConfigIndex> mConfigIndex; variable