Searched refs:device_name (Results 1 - 25 of 272) sorted by relevance

1234567891011

/external/chromium_org/media/audio/
H A Daudio_device_name.cc11 AudioDeviceName::AudioDeviceName(const std::string& device_name, argument
13 : device_name(device_name),
H A Daudio_device_name.h16 AudioDeviceName(const std::string& device_name,
19 std::string device_name; // Friendly name of the device. member in struct:media::AudioDeviceName
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dhardware_before_streaming_test.cc46 char device_name[128] = {0}; local
51 -1, device_name, guid_name));
52 EXPECT_GT(strlen(device_name), 0u) << kNoDevicesErrorMessage;
53 device_name[0] = '\0';
56 -1, device_name, guid_name));
57 EXPECT_GT(strlen(device_name), 0u) << kNoDevicesErrorMessage;
61 0, device_name, guid_name));
62 EXPECT_GT(strlen(device_name), 0u) << kNoDevicesErrorMessage;
63 device_name[0] = '\0';
66 0, device_name, guid_nam
84 char device_name[128] = {0}; local
105 char device_name[128] = {0}; local
[all...]
H A Dhardware_test.cc48 char device_name[128] = {0}; local
51 0, device_name, guid_name));
53 0, device_name, guid_name));
/external/chromium_org/ash/wm/maximize_mode/
H A Dinternal_input_device_list_x11.cc33 std::string device_name(xi_dev_list[i].name);
34 base::TrimWhitespaceASCII(device_name, base::TRIM_TRAILING, &device_name);
35 if (device_name == kInternalTouchpadName ||
36 device_name == kInternalKeyboardName)
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dsounddevicelocator.h49 const std::string &device_name() const { return device_name_; } function in class:cricket::SoundDeviceLocator
56 const std::string &device_name)
57 : name_(name), device_name_(device_name) {}
55 SoundDeviceLocator(const std::string &name, const std::string &device_name) argument
/external/chromium_org/chromeos/dbus/
H A Daudio_node.cc22 std::string device_name,
29 device_name(device_name),
45 "device_name = %s ",
46 device_name.c_str());
20 AudioNode(bool is_input, uint64 id, std::string device_name, std::string type, std::string name, bool active, uint64 plugged_time) argument
H A Daudio_node.h20 std::string device_name; member in struct:chromeos::AudioNode
30 std::string device_name,
H A Dfake_lorgnette_manager_client.h25 virtual void ScanImage(std::string device_name,
/external/chromium_org/media/audio/alsa/
H A Dalsa_util.h20 const char* device_name,
27 const char* device_name,
36 const std::string& device_name);
40 const std::string& device_name);
H A Dalsa_util.cc15 const char* device_name,
22 int error = wrapper->PcmOpen(&handle, device_name, type, SND_PCM_NONBLOCK);
24 LOG(WARNING) << "PcmOpen: " << device_name << ","
33 LOG(WARNING) << "PcmSetParams: " << device_name << ", "
46 static std::string DeviceNameToControlName(const std::string& device_name) { argument
49 size_t pos1 = device_name.find(':');
51 control_name = device_name;
56 size_t pos2 = device_name.find(',');
58 device_name.substr(pos1) :
59 kMixerPrefix + device_name
14 OpenDevice(media::AlsaWrapper* wrapper, const char* device_name, snd_pcm_stream_t type, int channels, int sample_rate, snd_pcm_format_t pcm_format, int latency_us) argument
85 std::string device_name = wrapper->PcmName(handle); local
95 OpenCaptureDevice(media::AlsaWrapper* wrapper, const char* device_name, int channels, int sample_rate, snd_pcm_format_t pcm_format, int latency_us) argument
105 OpenPlaybackDevice(media::AlsaWrapper* wrapper, const char* device_name, int channels, int sample_rate, snd_pcm_format_t pcm_format, int latency_us) argument
115 OpenMixer(media::AlsaWrapper* wrapper, const std::string& device_name) argument
146 CloseMixer(media::AlsaWrapper* wrapper, snd_mixer_t* mixer, const std::string& device_name) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Discan.c30 const char * device_name = NULL; variable
74 device_name = argv[optind];
76 int fd = open(device_name, O_RDONLY, 0);
80 _("while opening %s for flushing"), device_name);
85 _("while trying to flush %s"), device_name);
106 retval = ext2fs_open(device_name, 0,
110 device_name);
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dcommon.c66 char *device_name = NULL; local
76 device_name = strdup(const_device_name);
82 return device_name;
/external/mesa3d/src/gbm/main/
H A Dcommon.c66 char *device_name = NULL; local
76 device_name = strdup(const_device_name);
82 return device_name;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dmobile_device.h21 Status FindMobileDevice(std::string device_name,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dbase_primitives.h32 const char* device_name);
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_capture_device.h29 std::string device_name() const;
/external/e2fsprogs/resize/
H A Dmain.c39 static char *device_name, *io_options; variable
235 device_name = argv[optind++];
241 io_options = strchr(device_name, '?');
255 retval = ext2fs_check_mount_point(device_name, &mount_flags,
260 device_name);
269 fd = ext2fs_open_file(device_name, O_RDWR, 0);
272 device_name);
280 device_name);
289 device_name);
312 retval = ext2fs_open2(device_name, io_option
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdevicemanager.cc144 std::string device_name = devdir + filename; local
147 V4LLookup::IsV4L2Device(device_name)) {
148 devices->push_back(Device(device_name, device_name));
156 std::string device_name; local
162 if (device_meta_stream->ReadLine(&device_name) != talk_base::SR_SUCCESS) {
168 return device_name;
209 std::string device_name; local
216 device_name = GetVideoDeviceNameK2_6(meta_file_path);
218 if (device_name
236 LOG(LS_INFO) << "Name for " << device_file_name << " is " << device_name; local
[all...]
/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device_factory.h22 const VideoCaptureDevice::Name& device_name) OVERRIDE;
H A Dfile_video_capture_device_factory.cc28 const VideoCaptureDevice::Name& device_name) {
32 base::FilePath(base::SysUTF8ToWide(device_name.name()))));
35 base::FilePath(device_name.name())));
27 Create( const VideoCaptureDevice::Name& device_name) argument
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_chromeos.h23 const Name& device_name);
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_factory_win.h25 const VideoCaptureDevice::Name& device_name) OVERRIDE;
/external/kernel-headers/original/uapi/sound/
H A Dfirewire.h43 char device_name[16]; /* device node in /dev */ member in struct:snd_firewire_get_info
/external/e2fsprogs/ext2ed/
H A Ddisk.c61 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
67 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name);
117 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
123 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name);
155 fprintf (fp,"Time: %s\nDevice: %s\n",ctime ((time_t *) &current_time),device_name);

Completed in 790 milliseconds

1234567891011