chromium/media/audio/test_audio_thread.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "media/audio/test_audio_thread.h"

#include "base/run_loop.h"
#include "base/task/single_thread_task_runner.h"
#include "build/build_config.h"

namespace media {

TestAudioThread::TestAudioThread() :{}

TestAudioThread::TestAudioThread(bool use_real_thread) {}

TestAudioThread::~TestAudioThread() {}

void TestAudioThread::Stop() {}

bool TestAudioThread::IsHung() const {}

base::SingleThreadTaskRunner* TestAudioThread::GetTaskRunner() {}

base::SingleThreadTaskRunner* TestAudioThread::GetWorkerTaskRunner() {}

}  // namespace media