Home
last modified time | relevance | path

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

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