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

  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_input.cc 24 PepperPlatformAudioInput* PepperPlatformAudioInput::Create(
31 scoped_refptr<PepperPlatformAudioInput> audio_input(
32 new PepperPlatformAudioInput());
36 // PepperPlatformAudioInput::ShutDownOnIOThread().
43 void PepperPlatformAudioInput::StartCapture() {
48 base::Bind(&PepperPlatformAudioInput::StartCaptureOnIOThread, this));
51 void PepperPlatformAudioInput::StopCapture() {
56 base::Bind(&PepperPlatformAudioInput::StopCaptureOnIOThread, this));
59 void PepperPlatformAudioInput::ShutDown()
    [all...]
pepper_platform_audio_input.h 34 // PepperPlatformAudioInput is operated on two threads: the main thread (the
41 class PepperPlatformAudioInput
43 public base::RefCountedThreadSafe<PepperPlatformAudioInput> {
47 static PepperPlatformAudioInput* Create(
72 virtual ~PepperPlatformAudioInput();
75 friend class base::RefCountedThreadSafe<PepperPlatformAudioInput>;
77 PepperPlatformAudioInput();
133 DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioInput);

Completed in 92 milliseconds