HomeSort by relevance Sort by last modified time
    Searched refs:customConfig (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audioflinger/
SpdifStreamOut.cpp 52 struct audio_config customConfig = *config;
74 customConfig.sample_rate = config->sample_rate * mRateMultiplier;
76 customConfig.format = AUDIO_FORMAT_PCM_16_BIT;
77 customConfig.channel_mask = AUDIO_CHANNEL_OUT_STEREO;
81 // Print before open() because HAL may modify customConfig.
89 customConfig.sample_rate,
90 customConfig.format,
91 customConfig.channel_mask);
96 &customConfig,
AudioStreamOut.cpp 149 struct audio_config customConfig = *config;
150 customConfig.format = AUDIO_FORMAT_PCM_16_BIT;
156 &customConfig,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
InstrumentationConfigurationTest.java 102 InstrumentationConfiguration customConfig = InstrumentationConfiguration.newBuilder().addInstrumentedClass(instrumentName).build();
103 assertThat(customConfig.shouldInstrument(wrap(instrumentName))).isTrue();
104 assertThat(customConfig.shouldInstrument(wrap(notInstrumentName))).isFalse();
111 InstrumentationConfiguration customConfig = InstrumentationConfiguration.newBuilder().addInstrumentedClass(instrumentName).build();
113 assertThat(baseConfig).isNotEqualTo(customConfig);
119 InstrumentationConfiguration customConfig = InstrumentationConfiguration.newBuilder().doNotInstrumentClass(instrumentName).build();
121 assertThat(customConfig.shouldInstrument(wrap(instrumentName))).isFalse();
128 InstrumentationConfiguration customConfig =
134 assertThat(customConfig.shouldInstrument(wrap(includedClass))).isTrue();
135 assertThat(customConfig.shouldInstrument(wrap(excludedClass))).isFalse()
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 129 milliseconds