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

  /external/chromium_org/media/audio/alsa/
alsa_input.cc 42 device_handle_(NULL),
53 if (device_handle_)
73 device_handle_ = alsa_util::OpenCaptureDevice(
77 if (device_handle_) {
83 device_handle_ = alsa_util::OpenCaptureDevice(wrapper_,
90 if (device_handle_) {
101 return device_handle_ != NULL;
108 int error = wrapper_->PcmPrepare(device_handle_);
112 error = wrapper_->PcmStart(device_handle_);
133 int error = wrapper_->PcmRecover(device_handle_, original_error, 1)
    [all...]
alsa_input.h 80 snd_pcm_t* device_handle_; // Handle to the ALSA PCM recording device. member in class:media::AlsaPcmInputStream
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.cc 64 if (!device_handle_.empty()) {
82 if (device_handle_.empty())
86 device_handle_, file_path,
98 if (device_handle_.empty())
102 device_handle_, dir_path,
113 if (device_handle_.empty()) {
119 read_file_worker_.reset(new MTPReadFileWorker(device_handle_));
127 if (device_handle_.empty()) {
133 device_handle_, request.device_file_relative_path,
140 if (device_handle_.empty()
    [all...]
mtp_read_file_worker.h 81 const std::string device_handle_; member in class:MTPReadFileWorker
mtp_read_file_worker.cc 40 : device_handle_(device_handle),
43 DCHECK(!device_handle_.empty());
70 device_handle_,
mtp_device_task_helper.h 168 std::string device_handle_; member in class:MTPDeviceTaskHelper

Completed in 150 milliseconds