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.cpp456 } else if (deprecateResult != NO_DEPRECATED_HALS) { in checkAllFiles()
DVintfObject.cpp904 return isDeprecated ? DEPRECATED : NO_DEPRECATED_HALS; in checkDeprecation()
/system/libvintf/include/vintf/
DVintfObject.h385 NO_DEPRECATED_HALS = 0, enumerator
/system/libvintf/test/
Dvintf_object_tests.cpp988 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F()
1085 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, hidlMetadata, &error)) in TEST_F()
1256 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F()
1286 EXPECT_EQ(NO_DEPRECATED_HALS, vintfObject->checkDeprecation(pred, {}, &error)) << error; in TEST_F()