HomeSort by relevance Sort by last modified time
    Searched refs:createAudioDevice (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDestination.cpp 85 m_audioDevice = adoptPtr(Platform::current()->createAudioDevice(m_callbackBufferSize, numberOfInputChannels, numberOfOutputChannels, sampleRate, this, inputDeviceId));
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 110 virtual blink::WebAudioDevice* createAudioDevice(
renderer_webkitplatformsupport_impl.cc 683 RendererWebKitPlatformSupportImpl::createAudioDevice(
735 DLOG(WARNING) << "createAudioDevice(): request for audio input ignored";
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 159 virtual WebAudioDevice* createAudioDevice(size_t bufferSize, unsigned numberOfInputChannels, unsigned numberOfChannels, double sampleRate, WebAudioDevice::RenderCallback*, const WebString& deviceId) { return 0; }

Completed in 1027 milliseconds