Lines Matching defs:vrInterface
248 static constexpr const char* vrInterface =
559 auto ec = getDbusProperty(ctx, connection, path, sensor::vrInterface,
848 if (std::find(interfaces.begin(), interfaces.end(), sensor::vrInterface) !=
856 auto sensorObject = sensorMap.find(sensor::vrInterface);
872 ctx, connection, path, sensor::vrInterface, "Selected", *vrMode);
1658 auto vrInterface = sensorMap.find(sensor::vrInterface);
1659 if (vrInterface != sensorMap.end())
1662 vrInterface->second, assertions))
2244 if (std::find(interfaces.begin(), interfaces.end(), sensor::vrInterface) !=