HomeSort by relevance Sort by last modified time
    Searched refs:device_path (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/third_party/libjingle/source/talk/session/phone/
v4llookup.h 20 static bool IsV4L2Device(const std::string& device_path) {
21 return GetV4LLookup()->CheckIsV4L2Device(device_path);
35 virtual bool CheckIsV4L2Device(const std::string& device_path);
v4llookup.cc 27 bool V4LLookup::CheckIsV4L2Device(const std::string& device_path) {
31 if (lstat(device_path.c_str(), &s) != 0 || !S_ISCHR(s.st_mode)) return false;
40 video_fd = ::open(device_path.c_str(), O_RDONLY | O_NONBLOCK);
48 LOG(LS_INFO) << "Found V4L2 capture device " << device_path;
52 LOG(LS_ERROR) << "VIDIOC_QUERYCAP failed for " << device_path;
55 LOG(LS_ERROR) << "Failed to open " << device_path;
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.cc 18 MountLibrary::Disk::Disk(const std::string& device_path,
31 : device_path_(device_path),
72 virtual void MountPath(const char* device_path) OVERRIDE {
75 OnMountRemovableDevice(device_path,
81 MountRemovableDevice(device_path,
86 virtual void UnmountPath(const char* device_path) OVERRIDE {
89 OnUnmountRemovableDevice(device_path,
94 UnmountRemovableDevice(device_path,
116 OnGetDiskProperties(disk->device_path().c_str(),
122 GetDiskProperties(disk->device_path().c_str()
    [all...]
mount_library.h 38 Disk(const std::string& device_path,
52 const std::string& device_path() const { return device_path_; } function in class:chromeos::MountLibrary::Disk
105 const std::string& device_path ) = 0;
114 virtual void MountPath(const char* device_path) = 0;
115 virtual void UnmountPath(const char* device_path) = 0;
network_library.cc 3735 std::string device_path; local
    [all...]
network_library.h 193 explicit NetworkDevice(const std::string& device_path);
196 const std::string& device_path() const { return device_path_; } function in class:chromeos::NetworkDevice
280 const std::string& device_path() const { return device_path_; } function in class:chromeos::Network
845 NetworkIPConfig(const std::string& device_path, IPConfigType type,
848 : device_path(device_path),
860 std::string device_path; member in struct:chromeos::NetworkIPConfig
    [all...]
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h 38 const std::string& device_path);
53 void OnDeviceAdded(const std::string& device_path);
54 void OnDeviceRemoved(const std::string& device_path);
55 void OnDeviceScanned(const std::string& device_path);
69 const std::string& device_path,
file_browser_event_router.cc 104 const std::string& device_path) {
106 OnDeviceAdded(device_path);
108 OnDeviceRemoved(device_path);
110 OnDeviceScanned(device_path);
138 VLOG(1) << "Disk added: " << disk->device_path();
139 if (disk->device_path().empty()) {
140 VLOG(1) << "Empty system path for " << disk->device_path();
154 lib->MountPath(disk->device_path().c_str());
160 VLOG(1) << "Disk removed: " << disk->device_path();
162 MountPointMap::iterator iter = mounted_devices_.find(disk->device_path());
    [all...]
  /external/chromium/chrome/browser/chromeos/
sms_observer.cc 44 if (it_observer->first == (*it_network)->device_path()) {
62 observers_.find((*it_network)->device_path());
64 VLOG(1) << "Add SMS monitor for " << (*it_network)->device_path();
65 observers_.insert(ObserversMap::value_type((*it_network)->device_path(),
66 MonitorSMS((*it_network)->device_path().c_str(),
69 VLOG(1) << "Already has SMS monitor for " << (*it_network)->device_path();
  /system/core/fastboot/
usb.h 56 char device_path[256]; member in struct:usb_ifc_info
usb_linux.c 178 * So our device_path would be 1-4.2.3 which says my device is connected
182 info.device_path[0] = '\0';
196 snprintf(info.device_path, sizeof(info.device_path), "usb:%s", slash+1);
usb_osx.c 331 snprintf(handle->info.device_path, sizeof(handle->info.device_path), "usb:%lX", locationId);
fastboot.c 217 strcmp(local_serial, info->device_path) != 0)) return -1;
239 } else if (!info->device_path) {
242 printf("%-22s fastboot %s\n", serial, info->device_path);
usb_windows.c 314 info.device_path[0] = 0;
  /system/core/debuggerd/
getevent.c 162 const char *device_path = "/dev/input"; local
169 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
173 res = scan_dir(device_path);
196 const char *device_path = "/dev/input"; local
203 read_notify(device_path, ufds[0].fd);
  /system/core/toolbox/
getevent.c 509 const char *device_path = "/dev/input"; local
603 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
605 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
608 res = scan_dir(device_path, print_flags);
610 fprintf(stderr, "scan dir failed for %s\n", device_path);
635 read_notify(device_path, ufds[0].fd, print_flags);
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 185 const std::string& device_path) OVERRIDE;
choose_mobile_network_ui.cc 140 device_path_ = cellular->device_path();
  /external/qemu/
tap-win32.c 566 char device_path[256]; local
588 snprintf (device_path, sizeof(device_path), "%s%s%s",
594 device_path,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 129 cellular_device_path_ = cellular->device_path();
410 cellular->device_path() : std::string();
  /external/grub/stage2/
bios.c 228 unsigned char device_path[8];
226 unsigned char device_path[8]; member in struct:drive_parameters
  /external/chromium/base/
file_util_win.cc 37 bool DevicePathToDriveLetterPath(const FilePath& device_path,
56 // to it. If that junction is a prefix of |device_path|, then we
62 StartsWith(device_path.value(), device_name, true)) {
64 device_path.value().substr(wcslen(device_name)));
74 // letter path to the volume that holds |device_path|, so fail.
    [all...]

Completed in 3870 milliseconds

1 2