Searched refs:providerType (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/camera/provider/aidl/vts/ |
D | camera_aidl_test.h | 595 static bool matchDeviceName(const std::string& deviceName, const std::string& providerType,
|
D | camera_aidl_test.cpp | 591 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/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 243 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()
|