Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Side by Side Diff: chromeos/dbus/cras_audio_client.h

Issue 515573003: app_shell: Do simple audio initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrap line Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 #ifndef CHROMEOS_DBUS_CRAS_AUDIO_CLIENT_H_ 5 #ifndef CHROMEOS_DBUS_CRAS_AUDIO_CLIENT_H_
6 #define CHROMEOS_DBUS_CRAS_AUDIO_CLIENT_H_ 6 #define CHROMEOS_DBUS_CRAS_AUDIO_CLIENT_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/observer_list.h" 9 #include "base/observer_list.h"
10 #include "chromeos/chromeos_export.h" 10 #include "chromeos/chromeos_export.h"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 virtual void RemoveActiveOutputNode(uint64 node_id) = 0; 116 virtual void RemoveActiveOutputNode(uint64 node_id) = 0;
117 117
118 // Creates the instance. 118 // Creates the instance.
119 static CrasAudioClient* Create(); 119 static CrasAudioClient* Create();
120 120
121 protected: 121 protected:
122 // Create() should be used instead. 122 // Create() should be used instead.
123 CrasAudioClient(); 123 CrasAudioClient();
124 124
125 private: 125 private:
126
127 DISALLOW_COPY_AND_ASSIGN(CrasAudioClient); 126 DISALLOW_COPY_AND_ASSIGN(CrasAudioClient);
128 }; 127 };
129 128
130 } // namespace chromeos 129 } // namespace chromeos
131 130
132 #endif // CHROMEOS_DBUS_CRAS_AUDIO_CLIENT_H_ 131 #endif // CHROMEOS_DBUS_CRAS_AUDIO_CLIENT_H_
OLDNEW
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | chromeos/dbus/cras_audio_client_stub_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698