Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp213 const hidl_string &providerType, in matchDeviceName() argument
217 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()
234 const hidl_string &providerType, std::string* id) { in getCameraDeviceVersionAndId() argument
236 bool match = matchDeviceName(deviceName, providerType, &version, id); in getCameraDeviceVersionAndId()
260 const hidl_string &providerType) { in getCameraDeviceVersion() argument
261 return getCameraDeviceVersionAndId(deviceName, providerType, nullptr); in getCameraDeviceVersion()