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

  /external/chromium_org/media/audio/
audio_output_ipc.cc 9 AudioOutputIPCDelegate::~AudioOutputIPCDelegate() {}
audio_output_ipc.h 18 class MEDIA_EXPORT AudioOutputIPCDelegate {
34 // transfer audio buffers from the AudioOutputIPCDelegate back to the
37 // audio data to be written into the shared memory. The AudioOutputIPCDelegate
51 virtual ~AudioOutputIPCDelegate();
54 // Provides the IPC functionality for an AudioOutputIPCDelegate (e.g., an
68 virtual void CreateStream(AudioOutputIPCDelegate* delegate,

Completed in 1720 milliseconds