| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "content/browser/browser_main_loop.h" | 5 #include "content/browser/browser_main_loop.h" |
| 6 | 6 |
| 7 #include <stddef.h> | 7 #include <stddef.h> |
| 8 | 8 |
| 9 #include <string> | 9 #include <string> |
| 10 #include <utility> | 10 #include <utility> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 #include "base/timer/hi_res_timer_manager.h" | 44 #include "base/timer/hi_res_timer_manager.h" |
| 45 #include "base/trace_event/memory_dump_manager.h" | 45 #include "base/trace_event/memory_dump_manager.h" |
| 46 #include "base/trace_event/trace_event.h" | 46 #include "base/trace_event/trace_event.h" |
| 47 #include "build/build_config.h" | 47 #include "build/build_config.h" |
| 48 #include "components/discardable_memory/service/discardable_shared_memory_manage
r.h" | 48 #include "components/discardable_memory/service/discardable_shared_memory_manage
r.h" |
| 49 #include "components/display_compositor/host_shared_bitmap_manager.h" | 49 #include "components/display_compositor/host_shared_bitmap_manager.h" |
| 50 #include "components/tracing/common/process_metrics_memory_dump_provider.h" | 50 #include "components/tracing/common/process_metrics_memory_dump_provider.h" |
| 51 #include "components/tracing/common/trace_config_file.h" | 51 #include "components/tracing/common/trace_config_file.h" |
| 52 #include "components/tracing/common/trace_to_console.h" | 52 #include "components/tracing/common/trace_to_console.h" |
| 53 #include "components/tracing/common/tracing_switches.h" | 53 #include "components/tracing/common/tracing_switches.h" |
| 54 #include "content/browser/audio_manager_thread.h" | |
| 55 #include "content/browser/browser_thread_impl.h" | 54 #include "content/browser/browser_thread_impl.h" |
| 56 #include "content/browser/dom_storage/dom_storage_area.h" | 55 #include "content/browser/dom_storage/dom_storage_area.h" |
| 57 #include "content/browser/download/download_resource_handler.h" | 56 #include "content/browser/download/download_resource_handler.h" |
| 58 #include "content/browser/download/save_file_manager.h" | 57 #include "content/browser/download/save_file_manager.h" |
| 59 #include "content/browser/gpu/browser_gpu_channel_host_factory.h" | 58 #include "content/browser/gpu/browser_gpu_channel_host_factory.h" |
| 60 #include "content/browser/gpu/browser_gpu_memory_buffer_manager.h" | 59 #include "content/browser/gpu/browser_gpu_memory_buffer_manager.h" |
| 61 #include "content/browser/gpu/compositor_util.h" | 60 #include "content/browser/gpu/compositor_util.h" |
| 62 #include "content/browser/gpu/gpu_data_manager_impl.h" | 61 #include "content/browser/gpu/gpu_data_manager_impl.h" |
| 63 #include "content/browser/gpu/gpu_process_host.h" | 62 #include "content/browser/gpu/gpu_process_host.h" |
| 64 #include "content/browser/gpu/shader_cache_factory.h" | 63 #include "content/browser/gpu/shader_cache_factory.h" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 84 #include "content/public/browser/gpu_data_manager_observer.h" | 83 #include "content/public/browser/gpu_data_manager_observer.h" |
| 85 #include "content/public/browser/render_process_host.h" | 84 #include "content/public/browser/render_process_host.h" |
| 86 #include "content/public/browser/tracing_controller.h" | 85 #include "content/public/browser/tracing_controller.h" |
| 87 #include "content/public/common/content_client.h" | 86 #include "content/public/common/content_client.h" |
| 88 #include "content/public/common/content_features.h" | 87 #include "content/public/common/content_features.h" |
| 89 #include "content/public/common/content_switches.h" | 88 #include "content/public/common/content_switches.h" |
| 90 #include "content/public/common/main_function_params.h" | 89 #include "content/public/common/main_function_params.h" |
| 91 #include "content/public/common/result_codes.h" | 90 #include "content/public/common/result_codes.h" |
| 92 #include "device/gamepad/gamepad_service.h" | 91 #include "device/gamepad/gamepad_service.h" |
| 93 #include "gpu/vulkan/features.h" | 92 #include "gpu/vulkan/features.h" |
| 93 #include "media/audio/audio_manager.h" |
| 94 #include "media/audio/audio_system_impl.h" | 94 #include "media/audio/audio_system_impl.h" |
| 95 #include "media/audio/audio_thread_impl.h" |
| 95 #include "media/base/media.h" | 96 #include "media/base/media.h" |
| 96 #include "media/base/user_input_monitor.h" | 97 #include "media/base/user_input_monitor.h" |
| 97 #include "media/midi/midi_service.h" | 98 #include "media/midi/midi_service.h" |
| 98 #include "mojo/edk/embedder/embedder.h" | 99 #include "mojo/edk/embedder/embedder.h" |
| 99 #include "mojo/edk/embedder/scoped_ipc_support.h" | 100 #include "mojo/edk/embedder/scoped_ipc_support.h" |
| 100 #include "net/base/network_change_notifier.h" | 101 #include "net/base/network_change_notifier.h" |
| 101 #include "net/socket/client_socket_factory.h" | 102 #include "net/socket/client_socket_factory.h" |
| 102 #include "net/ssl/ssl_config_service.h" | 103 #include "net/ssl/ssl_config_service.h" |
| 103 #include "ppapi/features/features.h" | 104 #include "ppapi/features/features.h" |
| 104 #include "services/resource_coordinator/memory/coordinator/coordinator_impl.h" | 105 #include "services/resource_coordinator/memory/coordinator/coordinator_impl.h" |
| (...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1342 // Must happen after the I/O thread is shutdown since this class lives on the | 1343 // Must happen after the I/O thread is shutdown since this class lives on the |
| 1343 // I/O thread and isn't threadsafe. | 1344 // I/O thread and isn't threadsafe. |
| 1344 { | 1345 { |
| 1345 TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:GamepadService"); | 1346 TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:GamepadService"); |
| 1346 device::GamepadService::GetInstance()->Terminate(); | 1347 device::GamepadService::GetInstance()->Terminate(); |
| 1347 } | 1348 } |
| 1348 { | 1349 { |
| 1349 TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:DeleteDataSources"); | 1350 TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:DeleteDataSources"); |
| 1350 URLDataManager::DeleteDataSources(); | 1351 URLDataManager::DeleteDataSources(); |
| 1351 } | 1352 } |
| 1353 { |
| 1354 TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:AudioMan"); |
| 1355 DestroyAudioManager(); |
| 1356 } |
| 1352 | 1357 |
| 1353 if (parts_) { | 1358 if (parts_) { |
| 1354 TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:PostDestroyThreads"); | 1359 TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:PostDestroyThreads"); |
| 1355 parts_->PostDestroyThreads(); | 1360 parts_->PostDestroyThreads(); |
| 1356 } | 1361 } |
| 1357 } | 1362 } |
| 1358 | 1363 |
| 1359 void BrowserMainLoop::StopStartupTracingTimer() { | 1364 void BrowserMainLoop::StopStartupTracingTimer() { |
| 1360 startup_trace_timer_.Stop(); | 1365 startup_trace_timer_.Stop(); |
| 1361 } | 1366 } |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1732 DCHECK(is_tracing_startup_for_duration_); | 1737 DCHECK(is_tracing_startup_for_duration_); |
| 1733 | 1738 |
| 1734 is_tracing_startup_for_duration_ = false; | 1739 is_tracing_startup_for_duration_ = false; |
| 1735 TracingController::GetInstance()->StopTracing( | 1740 TracingController::GetInstance()->StopTracing( |
| 1736 TracingController::CreateFileSink( | 1741 TracingController::CreateFileSink( |
| 1737 startup_trace_file_, | 1742 startup_trace_file_, |
| 1738 base::Bind(OnStoppedStartupTracing, startup_trace_file_))); | 1743 base::Bind(OnStoppedStartupTracing, startup_trace_file_))); |
| 1739 } | 1744 } |
| 1740 | 1745 |
| 1741 void BrowserMainLoop::CreateAudioManager() { | 1746 void BrowserMainLoop::CreateAudioManager() { |
| 1742 DCHECK(!audio_thread_); | |
| 1743 DCHECK(!audio_manager_); | 1747 DCHECK(!audio_manager_); |
| 1744 | 1748 |
| 1745 audio_manager_ = GetContentClient()->browser()->CreateAudioManager( | 1749 audio_manager_ = GetContentClient()->browser()->CreateAudioManager( |
| 1746 MediaInternals::GetInstance()); | 1750 MediaInternals::GetInstance()); |
| 1747 if (!audio_manager_) { | 1751 if (!audio_manager_) { |
| 1748 audio_thread_ = base::MakeUnique<AudioManagerThread>(); | |
| 1749 audio_manager_ = media::AudioManager::Create( | 1752 audio_manager_ = media::AudioManager::Create( |
| 1750 audio_thread_->task_runner(), audio_thread_->worker_task_runner(), | 1753 base::MakeUnique<media::AudioThreadImpl>(), |
| 1751 BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE), | 1754 BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE), |
| 1752 MediaInternals::GetInstance()); | 1755 MediaInternals::GetInstance()); |
| 1753 } | 1756 } |
| 1754 CHECK(audio_manager_); | 1757 CHECK(audio_manager_); |
| 1755 | 1758 |
| 1756 audio_system_ = media::AudioSystemImpl::Create(audio_manager_.get()); | 1759 audio_system_ = media::AudioSystemImpl::Create(audio_manager_.get()); |
| 1757 CHECK(audio_system_); | 1760 CHECK(audio_system_); |
| 1758 } | 1761 } |
| 1759 | 1762 |
| 1763 void BrowserMainLoop::DestroyAudioManager() { |
| 1764 DCHECK(audio_manager_); |
| 1765 |
| 1766 audio_system_.reset(); |
| 1767 |
| 1768 audio_manager_->Shutdown(); |
| 1769 audio_manager_.reset(); |
| 1770 } |
| 1771 |
| 1760 } // namespace content | 1772 } // namespace content |
| OLD | NEW |