Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp48 const std::regex kDevicePathRE("/dev/video([0-9]+)"); variable
57 if (std::regex_match(mDevicePath, sm, kDevicePathRE)) { in ExternalCameraDevice()
/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()