Searched defs:OpenDevice (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_device_manager.cc86 int PepperMediaDeviceManager::OpenDevice( function in class:content::PepperMediaDeviceManager
96 OpenDevice(
/external/chromium_org/media/audio/alsa/
H A Dalsa_util.cc14 static snd_pcm_t* OpenDevice(media::AlsaWrapper* wrapper, function in namespace:alsa_util
101 return OpenDevice(wrapper, device_name, SND_PCM_STREAM_CAPTURE, channels,
111 return OpenDevice(wrapper, device_name, SND_PCM_STREAM_PLAYBACK, channels,
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc297 base::win::ScopedComPtr<IPortableDevice> OpenDevice( function in namespace:media_transfer_protocol
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_dispatcher.cc173 void MediaStreamDispatcher::OpenDevice( function in class:content::MediaStreamDispatcher
180 DVLOG(1) << "MediaStreamDispatcher::OpenDevice(" << request_id << ")";
/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc189 int fd = OpenDevice(device_name_.c_str());
334 int Camera::OpenDevice(const char* device_name) const { function in class:chromeos::Camera
/external/chromium_org/content/browser/gamepad/
H A Dxbox_data_fetcher_mac.cc178 bool XboxController::OpenDevice(io_service_t service) { function in class:XboxController
484 if (controller->OpenDevice(ref)) {
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dalsasoundsystem.cc512 return OpenDevice<SoundOutputStreamInterface>(
522 return OpenDevice<SoundInputStreamInterface>(
633 StreamInterface *AlsaSoundSystem::OpenDevice( function in class:cricket::AlsaSoundSystem
H A Dpulseaudiosoundsystem.cc1076 return OpenDevice<SoundOutputStreamInterface>(
1086 return OpenDevice<SoundInputStreamInterface>(
1372 StreamInterface *PulseAudioSoundSystem::OpenDevice( function in class:cricket::PulseAudioSoundSystem
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.cc608 void MediaStreamManager::OpenDevice(MediaStreamRequester* requester, function in class:content::MediaStreamManager
619 DVLOG(1) << "OpenDevice ({page_request_id = " << page_request_id << "})";
/external/stressapptest/src/
H A Dworker.cc2699 bool DiskThread::OpenDevice(int *pfile) { function in class:DiskThread
3150 if (!OpenDevice(&fd)) {

Completed in 420 milliseconds