Searched refs:fullConfig (Results 1 – 2 of 2) sorted by relevance
548 audio_config_t fullConfig = AUDIO_CONFIG_INITIALIZER; in openMmapStream() local549 fullConfig.sample_rate = config->sample_rate; in openMmapStream()550 fullConfig.channel_mask = config->channel_mask; in openMmapStream()551 fullConfig.format = config->format; in openMmapStream()558 &fullConfig, in openMmapStream()564 config->sample_rate = fullConfig.sample_rate; in openMmapStream()565 config->channel_mask = fullConfig.channel_mask; in openMmapStream()566 config->format = fullConfig.format; in openMmapStream()
8449 final Configuration fullConfig = getConfiguration(); in updateCompatDisplayInsets() local8456 overrideConfig.colorMode = fullConfig.colorMode; in updateCompatDisplayInsets()8457 overrideConfig.densityDpi = fullConfig.densityDpi; in updateCompatDisplayInsets()8460 overrideConfig.smallestScreenWidthDp = fullConfig.smallestScreenWidthDp; in updateCompatDisplayInsets()8465 fullConfig.windowConfiguration.getRotation()); in updateCompatDisplayInsets()