Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp50 const std::regex kDevicePathRE("/dev/video([0-9]+)"); variable
58 if (std::regex_match(mDevicePath, sm, kDevicePathRE)) { in ExternalCameraDevice()