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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32deviceinfo.cc 42 const size_t pid_location = device.id.find(pid); local
43 if (pid_location == std::string::npos ||
44 pid_location + sizeof(pid) - 1 + id_size > device.id.size()) {
49 std::string id_product = device.id.substr(pid_location + sizeof(pid) -1,
macdeviceinfo.cc 42 const size_t pid_location = device.id.size() - id_size; local
43 std::string id_product = device.id.substr(pid_location, id_size);
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 199 const size_t pid_location = unique_id_.find(kPidPrefix); local
200 if (pid_location == std::string::npos ||
201 pid_location + pid_prefix_size + kVidPidSize > unique_id_.size()) {
207 unique_id_.substr(pid_location + pid_prefix_size, kVidPidSize);

Completed in 97 milliseconds