Searched refs:providerType (Results 1 – 1 of 1) sorted by relevance
213 const hidl_string &providerType, in matchDeviceName() argument217 pattern.appendFormat(kDeviceNameRE, providerType.c_str()); in matchDeviceName()234 const hidl_string &providerType, std::string* id) { in getCameraDeviceVersionAndId() argument236 bool match = matchDeviceName(deviceName, providerType, &version, id); in getCameraDeviceVersionAndId()260 const hidl_string &providerType) { in getCameraDeviceVersion() argument261 return getCameraDeviceVersionAndId(deviceName, providerType, nullptr); in getCameraDeviceVersion()