Searched defs:PepperPlatformAudioInput (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_input.h33 // PepperPlatformAudioInput is operated on two threads: the main thread (the
40 class PepperPlatformAudioInput class in namespace:content
42 public base::RefCountedThreadSafe<PepperPlatformAudioInput> {
46 static PepperPlatformAudioInput* Create(
71 virtual ~PepperPlatformAudioInput();
74 friend class base::RefCountedThreadSafe<PepperPlatformAudioInput>;
76 PepperPlatformAudioInput();
131 DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioInput);
H A Dpepper_platform_audio_input.cc25 PepperPlatformAudioInput* PepperPlatformAudioInput::Create(
32 scoped_refptr<PepperPlatformAudioInput> audio_input(
33 new PepperPlatformAudioInput());
41 // PepperPlatformAudioInput::ShutDownOnIOThread().
48 void PepperPlatformAudioInput::StartCapture() {
53 base::Bind(&PepperPlatformAudioInput::StartCaptureOnIOThread, this));
56 void PepperPlatformAudioInput::StopCapture() {
61 base::Bind(&PepperPlatformAudioInput::StopCaptureOnIOThread, this));
64 void PepperPlatformAudioInput
139 PepperPlatformAudioInput::PepperPlatformAudioInput() function in class:content::PepperPlatformAudioInput
[all...]

Completed in 97 milliseconds