Searched refs:PepperPlatformAudioOutput (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_output.cc22 PepperPlatformAudioOutput* PepperPlatformAudioOutput::Create(
28 scoped_refptr<PepperPlatformAudioOutput> audio_output(
29 new PepperPlatformAudioOutput());
36 // PepperPlatformAudioOutput::ShutDownOnIOThread().
43 bool PepperPlatformAudioOutput::StartPlayback() {
47 base::Bind(&PepperPlatformAudioOutput::StartPlaybackOnIOThread, this));
53 bool PepperPlatformAudioOutput::StopPlayback() {
57 base::Bind(&PepperPlatformAudioOutput::StopPlaybackOnIOThread, this));
63 void PepperPlatformAudioOutput
114 PepperPlatformAudioOutput::PepperPlatformAudioOutput() function in class:content::PepperPlatformAudioOutput
[all...]
H A Dpepper_platform_audio_output.h24 class PepperPlatformAudioOutput class in namespace:content
26 public base::RefCountedThreadSafe<PepperPlatformAudioOutput> {
30 static PepperPlatformAudioOutput* Create(int sample_rate,
59 virtual ~PepperPlatformAudioOutput();
62 friend class base::RefCountedThreadSafe<PepperPlatformAudioOutput>;
64 PepperPlatformAudioOutput();
89 DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioOutput);
H A Dppb_audio_impl.h22 class PepperPlatformAudioOutput;
61 PepperPlatformAudioOutput* audio_;
H A Dppb_audio_impl.cc89 audio_ = PepperPlatformAudioOutput::Create(

Completed in 79 milliseconds