/external/chromium_org/media/audio/alsa/ |
D | alsa_util.cc | 14 static snd_pcm_t* OpenDevice(media::AlsaWrapper* wrapper, in OpenDevice() function 101 return OpenDevice(wrapper, device_name, SND_PCM_STREAM_CAPTURE, channels, in OpenCaptureDevice() 111 return OpenDevice(wrapper, device_name, SND_PCM_STREAM_PLAYBACK, channels, in OpenPlaybackDevice()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_media_device_manager.cc | 86 int PepperMediaDeviceManager::OpenDevice( in OpenDevice() function in content::PepperMediaDeviceManager 96 OpenDevice( in OpenDevice()
|
D | pepper_media_device_manager.h | 45 int OpenDevice(PP_DeviceType_Dev type,
|
D | pepper_platform_video_capture.cc | 38 pending_open_device_id_ = GetMediaDeviceManager()->OpenDevice( in PepperPlatformVideoCapture()
|
D | pepper_platform_audio_input.cc | 167 pending_open_device_id_ = GetMediaDeviceManager()->OpenDevice( in Initialize()
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
D | mtp_device_operations_util.h | 28 base::win::ScopedComPtr<IPortableDevice> OpenDevice(
|
D | mtp_device_operations_util.cc | 297 base::win::ScopedComPtr<IPortableDevice> OpenDevice( in OpenDevice() function
|
D | mtp_device_delegate_impl_win.cc | 140 media_transfer_protocol::OpenDevice(pnp_device_id); in OpenDeviceOnBlockingPoolThread()
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
D | alsasoundsystem.cc | 512 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice() 522 return OpenDevice<SoundInputStreamInterface>( in OpenCaptureDevice() 633 StreamInterface *AlsaSoundSystem::OpenDevice( in OpenDevice() function in cricket::AlsaSoundSystem
|
D | alsasoundsystem.h | 85 StreamInterface *OpenDevice(
|
D | pulseaudiosoundsystem.h | 146 StreamInterface *OpenDevice(
|
D | pulseaudiosoundsystem.cc | 1076 return OpenDevice<SoundOutputStreamInterface>( in OpenPlaybackDevice() 1086 return OpenDevice<SoundInputStreamInterface>( in OpenCaptureDevice() 1372 StreamInterface *PulseAudioSoundSystem::OpenDevice( in OpenDevice() function in cricket::PulseAudioSoundSystem
|
/external/chromium/chrome/browser/chromeos/login/ |
D | camera.h | 89 int OpenDevice(const char* device_name) const;
|
D | camera.cc | 189 int fd = OpenDevice(device_name_.c_str()); in DoInitialize() 334 int Camera::OpenDevice(const char* device_name) const { in OpenDevice() function in chromeos::Camera
|
/external/chromium_org/content/renderer/media/ |
D | media_stream_dispatcher.h | 71 void OpenDevice(
|
D | media_stream_dispatcher_unittest.cc | 257 dispatcher->OpenDevice(kRequestId3, handler1.get()->AsWeakPtr(), in TEST_F() 263 dispatcher->OpenDevice(kRequestId4, handler1.get()->AsWeakPtr(), in TEST_F()
|
D | media_stream_dispatcher.cc | 173 void MediaStreamDispatcher::OpenDevice( in OpenDevice() function in content::MediaStreamDispatcher
|
/external/chromium_org/content/browser/gamepad/ |
D | xbox_data_fetcher_mac.h | 73 bool OpenDevice(io_service_t service);
|
D | xbox_data_fetcher_mac.cc | 178 bool XboxController::OpenDevice(io_service_t service) { in OpenDevice() function in XboxController 484 if (controller->OpenDevice(ref)) { in DeviceAdded()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | media_stream_dispatcher_host.cc | 196 media_stream_manager_->OpenDevice( in OnOpenDevice()
|
D | media_stream_manager.h | 139 void OpenDevice(MediaStreamRequester* requester,
|
D | video_capture_host_unittest.cc | 325 media_stream_manager_->OpenDevice( in OpenSession()
|
/external/chromium_org/chrome/browser/extensions/api/usb/ |
D | usb_api.cc | 31 namespace OpenDevice = usb::OpenDevice; 709 parameters_ = OpenDevice::Params::Create(*args_); in Prepare()
|
D | usb_api.h | 140 scoped_ptr<extensions::api::usb::OpenDevice::Params> parameters_;
|
/external/stressapptest/src/ |
D | worker.h | 698 virtual bool OpenDevice(int *pfile);
|