Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProviderImpl_2_4.cpp42 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable
54 if (std::regex_match(deviceNameStd, sm, kDeviceNameRE)) { in matchDeviceName()
DLegacyCameraProviderImpl_2_4.cpp43 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/legacy/(.+)"); variable
53 if (std::regex_match(deviceNameStd, sm, kDeviceNameRE)) { in matchDeviceName()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp196 const char *kDeviceNameRE = "device@([0-9]+\\.[0-9]+)/%s/(.+)"; variable
217 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()