HomeSort by relevance Sort by last modified time
    Searched defs:AUHALStream (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/audio/mac/
audio_auhal_mac.h 38 // 1) An object of AUHALStream is created by the AudioManager
51 class AUHALStream : public AudioOutputStream {
56 AUHALStream(AudioManagerMac* manager,
61 virtual ~AUHALStream();
162 DISALLOW_COPY_AND_ASSIGN(AUHALStream);
audio_auhal_mac.cc 60 AUHALStream::AUHALStream(
80 VLOG(1) << "AUHALStream::AUHALStream()";
88 AUHALStream::~AUHALStream() {
91 bool AUHALStream::Open() {
137 void AUHALStream::Close() {
155 void AUHALStream::Start(AudioSourceCallback* callback) {
172 void AUHALStream::Stop()
    [all...]

Completed in 38 milliseconds