Lines Matching defs:profiles
412 // Read VR profiles from sensor(daemon) interface
416 // get VR mode profiles from Supported Interface
440 // get VR mode profiles from Supported Interface
441 auto profiles = getSupportedVrProfiles(VRObject);
442 if (!profiles)
447 // interpret IPMI cmd bits into profiles' index
464 if (index >= profiles->size())
470 return profiles->at(index);
552 auto profiles = sensor::getSupportedVrProfiles(object);
553 if (!profiles)
570 auto itr = std::find(profiles->begin(), profiles->end(), mode);
571 if (itr == profiles->end())
573 lg2::error("VR mode doesn't match any of its profiles, path: {PATH}",
578 static_cast<std::size_t>(std::distance(profiles->begin(), itr));