Home
last modified time | relevance | path

Searched refs:fullConfig (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp548 audio_config_t fullConfig = AUDIO_CONFIG_INITIALIZER; in openMmapStream() local
549 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()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8449 final Configuration fullConfig = getConfiguration(); in updateCompatDisplayInsets() local
8456 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()