Searched refs:kDeviceNameRE (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/camera/provider/2.4/default/
H A DCameraProvider.cpp39 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/legacy/(.+)");
50 if (std::regex_match(deviceNameStd, sm, kDeviceNameRE)) {
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp130 const char *kDeviceNameRE = "device@([0-9]+\\.[0-9]+)/%s/(.+)"; member in namespace:__anon1039
143 pattern.appendFormat(kDeviceNameRE, providerType.c_str());

Completed in 137 milliseconds