Home
last modified time | relevance | path

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

/system/libvintf/
Dmain.cpp53 case NO_DEPRECATED_HALS: in deprecateString()
328 if (deprecate != NO_DEPRECATED_HALS) std::cout << ", " << error; in main()
Dcheck_vintf.cpp407 } else if (deprecateResult != NO_DEPRECATED_HALS) { in checkAllFiles()
DVintfObject.cpp876 return isDeprecated ? DEPRECATED : NO_DEPRECATED_HALS; in checkDeprecation()
/system/libvintf/test/
Dvintf_object_tests.cpp907 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F()
985 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, hidlMetadata, &error)) in TEST_F()
1156 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F()
1186 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F()
/system/libvintf/include/vintf/
DVintfObject.h367 NO_DEPRECATED_HALS = 0, enumerator