Lines Matching defs:state
42 virtual void SetUp(const ::benchmark::State &state);
43 virtual void TearDown(const ::benchmark::State &state);
76 void AudioEffectModelBenchmarkTest::SetUp(const ::benchmark::State &state)
85 void AudioEffectModelBenchmarkTest::TearDown(const ::benchmark::State &state)
103 BENCHMARK_F(AudioEffectModelBenchmarkTest, IsSupplyEffectLibs)(benchmark::State &state)
109 for (auto _ : state) {
118 BENCHMARK_F(AudioEffectModelBenchmarkTest, GetAllEffectDescriptors)(benchmark::State &state)
125 for (auto _ : state) {
141 BENCHMARK_F(AudioEffectModelBenchmarkTest, CreateAndDestroyEffectController)(benchmark::State &state)
152 for (auto _ : state) {
163 BENCHMARK_F(AudioEffectModelBenchmarkTest, GetEffectDescriptor)(benchmark::State &state)
169 for (auto _ : state) {