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

  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.h 30 base::win::ScopedComPtr<IPortableDevice> OpenDevice(
mtp_device_operations_util.cc 299 base::win::ScopedComPtr<IPortableDevice> OpenDevice(
mtp_device_delegate_impl_win.cc 143 media_transfer_protocol::OpenDevice(pnp_device_id);
  /external/chromium/chrome/browser/chromeos/login/
camera.h 89 int OpenDevice(const char* device_name) const;
camera.cc 189 int fd = OpenDevice(device_name_.c_str());
334 int Camera::OpenDevice(const char* device_name) const {
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.h 85 StreamInterface *OpenDevice(
pulseaudiosoundsystem.h 146 StreamInterface *OpenDevice(
alsasoundsystem.cc 512 return OpenDevice<SoundOutputStreamInterface>(
522 return OpenDevice<SoundInputStreamInterface>(
633 StreamInterface *AlsaSoundSystem::OpenDevice(
pulseaudiosoundsystem.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h 44 int OpenDevice(PP_DeviceType_Dev type,
49 // OpenDevice(). It is guaranteed that the callback passed into OpenDevice()
pepper_media_device_manager.cc 84 int PepperMediaDeviceManager::OpenDevice(
94 OpenDevice(
pepper_platform_video_capture.cc 38 pending_open_device_id_ = GetMediaDeviceManager()->OpenDevice(
pepper_platform_audio_input.cc 167 pending_open_device_id_ = GetMediaDeviceManager()->OpenDevice(
  /external/chromium_org/media/audio/linux/
alsa_util.cc 14 static snd_pcm_t* OpenDevice(media::AlsaWrapper* wrapper,
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/browser/gamepad/
xbox_data_fetcher_mac.h 73 bool OpenDevice(io_service_t service);
xbox_data_fetcher_mac.cc 178 bool XboxController::OpenDevice(io_service_t service) {
484 if (controller->OpenDevice(ref)) {
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.h 71 void OpenDevice(
media_stream_dispatcher_unittest.cc 274 dispatcher->OpenDevice(kRequestId3, handler1.get()->AsWeakPtr(),
280 dispatcher->OpenDevice(kRequestId4, handler1.get()->AsWeakPtr(),
286 // Complete the OpenDevice of request 1.
292 // Complete the OpenDevice of request 2.
media_stream_dispatcher.cc 200 void MediaStreamDispatcher::OpenDevice(
207 DVLOG(1) << "MediaStreamDispatcher::OpenDevice(" << request_id << ")";
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.h 126 std::string OpenDevice(MediaStreamRequester* requester,
media_stream_dispatcher_host.cc 228 const std::string& label = media_stream_manager_->OpenDevice(
media_stream_manager.cc 430 std::string MediaStreamManager::OpenDevice(
    [all...]
  /external/stressapptest/src/
worker.h 698 virtual bool OpenDevice(int *pfile);
worker.cc     [all...]

Completed in 403 milliseconds