Searched refs:versionSymbol (Results 1 – 1 of 1) sorted by relevance
896 std::string versionSymbol = "ANDROID_HAL_" + upperPackage + "_VERSION"; in TEST_P() local897 int32_t *halVersion = (int32_t *)dlsym(so, versionSymbol.c_str()); in TEST_P()898 ASSERT_NE(halVersion, nullptr) << "Failed to find symbol " << versionSymbol; in TEST_P()