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 25 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::ShutDown()
    [all...]
pepper_platform_audio_input.h 33 // PepperPlatformAudioInput is operated on two threads: the main thread (the
40 class PepperPlatformAudioInput
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);

Completed in 116 milliseconds