OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AUHALStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/audio/mac/
audio_auhal_mac.cc
40
AUHALStream
::
AUHALStream
(
58
VLOG(1) << "
AUHALStream
::
AUHALStream
()";
65
AUHALStream
::~
AUHALStream
() {
68
bool
AUHALStream
::Open() {
105
void
AUHALStream
::Close() {
120
void
AUHALStream
::Start(AudioSourceCallback* callback) {
132
base::Bind(&
AUHALStream
::Start, base::Unretained(this), callback))
[
all
...]
audio_auhal_mac.h
39
// 1) An object of
AUHALStream
is created by the AudioManager
52
class
AUHALStream
: public AudioOutputStream {
57
AUHALStream
(AudioManagerMac* manager,
62
virtual ~
AUHALStream
();
160
DISALLOW_COPY_AND_ASSIGN(
AUHALStream
);
Completed in 1066 milliseconds