Lines Matching refs:Config
340 * @param display is the display to which the active config is queried.
344 * @return config is the currently active display configuration.
347 getActiveConfig(Display display) generates (Error error, Config config);
396 * @param config is the display configuration for which to return
400 * BAD_CONFIG when config does not name a valid configuration for
403 * UNSUPPORTED when attribute cannot be queried for the config.
408 Config config,
425 vec<Config> configs);
508 * @param display is the display to which the active config is set.
509 * @param config is the new display configuration.
516 setActiveConfig(Display display, Config config) generates (Error error);