• Home
  • Raw
  • Download

Lines Matching refs:state

46     void SetUp(const ::benchmark::State &state);
47 void TearDown(const ::benchmark::State &state);
112 void AudioAdapterBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() argument
139 void AudioAdapterBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown() argument
151 BENCHMARK_F(AudioAdapterBenchmarkTest, InitAllPorts)(benchmark::State &state) in BENCHMARK_F()
155 for (auto _ : state) { in BENCHMARK_F()
164 BENCHMARK_F(AudioAdapterBenchmarkTest, CreateRenderAndDestroyRender)(benchmark::State &state) in BENCHMARK_F()
178 for (auto _ : state) { in BENCHMARK_F()
192 BENCHMARK_F(AudioAdapterBenchmarkTest, CreateCaptureAndDestroyCapture)(benchmark::State &state) in BENCHMARK_F()
205 for (auto _ : state) { in BENCHMARK_F()
219 BENCHMARK_F(AudioAdapterBenchmarkTest, GetPortCapability)(benchmark::State &state) in BENCHMARK_F()
229 for (auto _ : state) { in BENCHMARK_F()
238 BENCHMARK_F(AudioAdapterBenchmarkTest, SetPassthroughMode)(benchmark::State &state) in BENCHMARK_F()
248 for (auto _ : state) { in BENCHMARK_F()
257 BENCHMARK_F(AudioAdapterBenchmarkTest, GetPassthroughMode)(benchmark::State &state) in BENCHMARK_F()
267 for (auto _ : state) { in BENCHMARK_F()
276 BENCHMARK_F(AudioAdapterBenchmarkTest, GetDeviceStatus)(benchmark::State &state) in BENCHMARK_F()
282 for (auto _ : state) { in BENCHMARK_F()
291 BENCHMARK_F(AudioAdapterBenchmarkTest, GetMicMute)(benchmark::State &state) in BENCHMARK_F()
297 for (auto _ : state) { in BENCHMARK_F()
306 BENCHMARK_F(AudioAdapterBenchmarkTest, SetVoiceVolume)(benchmark::State &state) in BENCHMARK_F()
312 for (auto _ : state) { in BENCHMARK_F()
321 BENCHMARK_F(AudioAdapterBenchmarkTest, SetExtraParams)(benchmark::State &state) in BENCHMARK_F()
329 for (auto _ : state) { in BENCHMARK_F()
338 BENCHMARK_F(AudioAdapterBenchmarkTest, GetExtraParams)(benchmark::State &state) in BENCHMARK_F()
347 for (auto _ : state) { in BENCHMARK_F()
356 BENCHMARK_F(AudioAdapterBenchmarkTest, UpdateAudioRoute)(benchmark::State &state) in BENCHMARK_F()
363 for (auto _ : state) { in BENCHMARK_F()
372 BENCHMARK_F(AudioAdapterBenchmarkTest, ReleaseAudioRoute)(benchmark::State &state) in BENCHMARK_F()
378 for (auto _ : state) { in BENCHMARK_F()
387 BENCHMARK_F(AudioAdapterBenchmarkTest, RegExtraParamObserver)(benchmark::State &state) in BENCHMARK_F()
394 for (auto _ : state) { in BENCHMARK_F()