Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProviderImpl_2_4.cpp43 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable
55 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.7/default/
DExternalCameraProviderImpl_2_7.cpp41 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable
52 if (std::regex_match(deviceNameStd, sm, kDeviceNameRE)) { in matchDeviceName()
/hardware/interfaces/camera/provider/default/
DExternalCameraProvider.cpp44 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)"); variable
54 if (std::regex_match(deviceName, sm, kDeviceNameRE)) { in matchDeviceName()
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h641 const char* kDeviceNameRE = "device@([0-9]+\\.[0-9]+)/\\s+/(.+)"; variable
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp227 const char* kDeviceNameRE = "device@([0-9]+\\.[0-9]+)/%s/(.+)"; variable
246 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()