Searched refs:fullConfig (Results 1 – 2 of 2) sorted by relevance
427 audio_config_t fullConfig = AUDIO_CONFIG_INITIALIZER; in openMmapStream() local428 fullConfig.sample_rate = config->sample_rate; in openMmapStream()429 fullConfig.channel_mask = config->channel_mask; in openMmapStream()430 fullConfig.format = config->format; in openMmapStream()436 &fullConfig, in openMmapStream()
7088 final Configuration fullConfig = getConfiguration(); in updateCompatDisplayInsets() local7095 overrideConfig.colorMode = fullConfig.colorMode; in updateCompatDisplayInsets()7096 overrideConfig.densityDpi = fullConfig.densityDpi; in updateCompatDisplayInsets()7099 overrideConfig.smallestScreenWidthDp = fullConfig.smallestScreenWidthDp; in updateCompatDisplayInsets()7104 fullConfig.windowConfiguration.getRotation()); in updateCompatDisplayInsets()