Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h595 static bool matchDeviceName(const std::string& deviceName, const std::string& providerType,
Dcamera_aidl_test.cpp591 bool CameraAidlTest::matchDeviceName(const std::string& deviceName, const std::string& providerType, in matchDeviceName() argument
595 pattern << "device@([0-9]+\\.[0-9]+)/" << providerType << "/(.+)"; in matchDeviceName()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp243 bool matchDeviceName(const hidl_string& deviceName, const hidl_string& providerType, in matchDeviceName() argument
246 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()
263 const hidl_string &providerType, std::string* id) { in getCameraDeviceVersionAndId() argument
265 bool match = matchDeviceName(deviceName, providerType, &version, id); in getCameraDeviceVersionAndId()
289 const hidl_string &providerType) { in getCameraDeviceVersion() argument
290 return getCameraDeviceVersionAndId(deviceName, providerType, nullptr); in getCameraDeviceVersion()