Home
last modified time | relevance | path

Searched refs:vid_location (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/devices/
Dwin32deviceinfo.cc36 const size_t vid_location = device.id.find(vid); in GetUsbId() local
37 if (vid_location == std::string::npos || in GetUsbId()
38 vid_location + sizeof(vid) - 1 + id_size > device.id.size()) { in GetUsbId()
47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, in GetUsbId()
Dmacdeviceinfo.cc40 const size_t vid_location = device.id.size() - 2 * id_size; in GetUsbId() local
41 std::string id_vendor = device.id.substr(vid_location, id_size); in GetUsbId()