Lines Matching refs:state

49     virtual void SetUp(const ::benchmark::State &state);

50 virtual void TearDown(const ::benchmark::State &state);
150 void AudioCaptureBenchmarkTest::SetUp(const ::benchmark::State &state)
185 void AudioCaptureBenchmarkTest::TearDown(const ::benchmark::State &state)
200 BENCHMARK_F(AudioCaptureBenchmarkTest, CaptureFrame)(benchmark::State &state)
212 for (auto _ : state) {
227 BENCHMARK_F(AudioCaptureBenchmarkTest, GetCapturePosition)(benchmark::State &state)
244 for (auto _ : state) {
259 BENCHMARK_F(AudioCaptureBenchmarkTest, StartAndStop)(benchmark::State &state)
263 for (auto _ : state) {
274 BENCHMARK_F(AudioCaptureBenchmarkTest, Pause)(benchmark::State &state)
280 for (auto _ : state) {
292 BENCHMARK_F(AudioCaptureBenchmarkTest, Resume)(benchmark::State &state)
301 for (auto _ : state) {
313 BENCHMARK_F(AudioCaptureBenchmarkTest, Flush)(benchmark::State &state)
317 for (auto _ : state) {
326 BENCHMARK_F(AudioCaptureBenchmarkTest, TurnStandbyMode)(benchmark::State &state)
330 for (auto _ : state) {
342 BENCHMARK_F(AudioCaptureBenchmarkTest, AudioDevDump)(benchmark::State &state)
357 for (auto _ : state) {
367 BENCHMARK_F(AudioCaptureBenchmarkTest, SetMute)(benchmark::State &state)
373 for (auto _ : state) {
382 BENCHMARK_F(AudioCaptureBenchmarkTest, GetMute)(benchmark::State &state)
388 for (auto _ : state) {
397 BENCHMARK_F(AudioCaptureBenchmarkTest, SetVolume)(benchmark::State &state)
401 for (auto _ : state) {
410 BENCHMARK_F(AudioCaptureBenchmarkTest, GetVolume)(benchmark::State &state)
416 for (auto _ : state) {
425 BENCHMARK_F(AudioCaptureBenchmarkTest, GetGainThreshold)(benchmark::State &state)
432 for (auto _ : state) {
441 BENCHMARK_F(AudioCaptureBenchmarkTest, SetSampleAttributes)(benchmark::State &state)
448 for (auto _ : state) {
457 BENCHMARK_F(AudioCaptureBenchmarkTest, GetSampleAttributes)(benchmark::State &state)
463 for (auto _ : state) {
472 BENCHMARK_F(AudioCaptureBenchmarkTest, GetCurrentChannelId)(benchmark::State &state)
478 for (auto _ : state) {
487 BENCHMARK_F(AudioCaptureBenchmarkTest, SetExtraParams)(benchmark::State &state)
494 for (auto _ : state) {
503 BENCHMARK_F(AudioCaptureBenchmarkTest, GetExtraParams)(benchmark::State &state)
510 for (auto _ : state) {
519 BENCHMARK_F(AudioCaptureBenchmarkTest, SelectScene)(benchmark::State &state)
528 for (auto _ : state) {
537 BENCHMARK_F(AudioCaptureBenchmarkTest, SetGain)(benchmark::State &state)
543 for (auto _ : state) {
552 BENCHMARK_F(AudioCaptureBenchmarkTest, GetGain)(benchmark::State &state)
558 for (auto _ : state) {
567 BENCHMARK_F(AudioCaptureBenchmarkTest, GetMmapPosition)(benchmark::State &state)
576 for (auto _ : state) {
585 BENCHMARK_F(AudioCaptureBenchmarkTest, GetFrameSize)(benchmark::State &state)
591 for (auto _ : state) {
600 BENCHMARK_F(AudioCaptureBenchmarkTest, GetFrameCount)(benchmark::State &state)
606 for (auto _ : state) {
615 BENCHMARK_F(AudioCaptureBenchmarkTest, CheckSceneCapability)(benchmark::State &state)
625 for (auto _ : state) {
636 BENCHMARK_F(AudioCaptureBenchmarkTest, AddAndRemoveAudioEffect)(benchmark::State &state)
642 for (auto _ : state) {
654 BENCHMARK_F(AudioCaptureBenchmarkTest, GetFrameBufferSize)(benchmark::State &state)
660 for (auto _ : state) {
669 BENCHMARK_F(AudioCaptureBenchmarkTest, IsSupportsPauseAndResume)(benchmark::State &state)
676 for (auto _ : state) {