Searched refs:OpenDevice (Results 1 - 25 of 30) sorted by relevance

12

/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.h67 bool OpenDevice();
H A Dimage_writer.cc98 if (!OpenDevice()) {
H A Dimage_writer_mac.cc76 bool ImageWriter::OpenDevice() { function in class:image_writer::ImageWriter
H A Dimage_writer_win.cc59 bool ImageWriter::OpenDevice() { function in class:image_writer::ImageWriter
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.h28 base::win::ScopedComPtr<IPortableDevice> OpenDevice(
H A Dmtp_device_operations_util.cc302 base::win::ScopedComPtr<IPortableDevice> OpenDevice( function in namespace:media_transfer_protocol
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.h68 StreamInterface *OpenDevice(
H A Dpulseaudiosoundsystem.h129 StreamInterface *OpenDevice(
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/renderer/pepper/
H A Dpepper_media_device_manager.h46 int OpenDevice(PP_DeviceType_Dev type,
51 // OpenDevice(). It is guaranteed that the callback passed into OpenDevice()
H A Dpepper_platform_video_capture.cc36 pending_open_device_id_ = device_manager->OpenDevice(
H A Dpepper_media_device_manager.cc98 int PepperMediaDeviceManager::OpenDevice(PP_DeviceType_Dev type, function in class:content::PepperMediaDeviceManager
106 GetMediaStreamDispatcher()->OpenDevice(
H A Dpepper_platform_audio_input.cc181 pending_open_device_id_ = GetMediaDeviceManager()->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/content/renderer/media/
H A Dmedia_stream_dispatcher.h70 void OpenDevice(
H A Dmedia_stream_dispatcher_unittest.cc260 dispatcher->OpenDevice(kRequestId3, handler1.get()->AsWeakPtr(),
266 dispatcher->OpenDevice(kRequestId4, handler1.get()->AsWeakPtr(),
272 // Complete the OpenDevice of request 1.
278 // Complete the OpenDevice of request 2.
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/browser/gamepad/
H A Dxbox_data_fetcher_mac.h79 bool OpenDevice(io_service_t service);
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_dispatcher_host.cc211 media_stream_manager_->OpenDevice(
H A Dmedia_stream_manager.h144 void OpenDevice(MediaStreamRequester* requester,
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_api.h144 scoped_ptr<extensions::core_api::usb::OpenDevice::Params> parameters_;
H A Dusb_api.cc32 namespace OpenDevice = usb::OpenDevice;
742 parameters_ = OpenDevice::Params::Create(*args_);

Completed in 4830 milliseconds

12