OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vid_location
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/devices/
win32deviceinfo.cc
36
const size_t
vid_location
= device.id.find(vid);
local
37
if (
vid_location
== std::string::npos ||
38
vid_location
+ sizeof(vid) - 1 + id_size > device.id.size()) {
47
std::string id_vendor = device.id.substr(
vid_location
+ sizeof(vid) - 1,
macdeviceinfo.cc
40
const size_t
vid_location
= device.id.size() - 2 * id_size;
local
41
std::string id_vendor = device.id.substr(
vid_location
, id_size);
Completed in 88 milliseconds