Home
last modified time | relevance | path

Searched refs:CheckIsV4L2Device (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/devices/
Dv4llookup.h47 return GetV4LLookup()->CheckIsV4L2Device(device_path); in IsV4L2Device()
64 virtual bool CheckIsV4L2Device(const std::string& device_path);
Dv4llookup.cc53 bool V4LLookup::CheckIsV4L2Device(const std::string& device_path) { in CheckIsV4L2Device() function in cricket::V4LLookup
Ddevicemanager_unittest.cc295 bool CheckIsV4L2Device(const std::string& device) { in CheckIsV4L2Device() function in FakeV4LLookup