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

/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_stub.cc22 bool ImageWriter::OpenDevice() { function in class:image_writer::ImageWriter
H A Dimage_writer_win.cc59 bool ImageWriter::OpenDevice() { function in class:image_writer::ImageWriter
H A Dimage_writer_mac.cc76 bool ImageWriter::OpenDevice() { function in class:image_writer::ImageWriter
/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.cc302 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_org/content/renderer/pepper/
H A Dpepper_media_device_manager.cc98 int PepperMediaDeviceManager::OpenDevice(PP_DeviceType_Dev type, function in class:content::PepperMediaDeviceManager
106 GetMediaStreamDispatcher()->OpenDevice(
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc495 return OpenDevice<SoundOutputStreamInterface>(
505 return OpenDevice<SoundInputStreamInterface>(
616 StreamInterface *AlsaSoundSystem::OpenDevice( function in class:rtc::AlsaSoundSystem
H A Dpulseaudiosoundsystem.cc1059 return OpenDevice<SoundOutputStreamInterface>(
1069 return OpenDevice<SoundInputStreamInterface>(
1355 StreamInterface *PulseAudioSoundSystem::OpenDevice( function in class:rtc::PulseAudioSoundSystem
/external/chromium_org/content/browser/gamepad/
H A Dxbox_data_fetcher_mac.cc259 bool XboxController::OpenDevice(io_service_t service) { function in class:XboxController
645 if (controller->OpenDevice(ref)) {
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.cc792 void MediaStreamManager::OpenDevice(MediaStreamRequester* requester, function in class:content::MediaStreamManager
803 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 2741 milliseconds