Home
last modified time | relevance | path

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

/system/libhidl/
DAndroid.bp98 // - no testing story/infra for deprecation schedule
/system/libvintf/test/
Dvintf_object_tests.cpp2803 auto deprecation = vintfObject->checkDeprecation({}, &deprecatedError); in TEST_P() local
2808 EXPECT_EQ(GetParam().expected, deprecation == NO_DEPRECATED_HALS && hasHal) in TEST_P()
2809 << "checkDeprecation() returns " << deprecation << "; hasHidl = " << hasHidl in TEST_P()
2983 auto deprecation = vintfObject->checkDeprecation({}, &deprecatedError); in TEST_P() local
2987 EXPECT_EQ(GetParam().expected, deprecation == NO_DEPRECATED_HALS && hasHal) in TEST_P()
2988 << "checkDeprecation() returns " << deprecation << "; hasHidl = " << hasHidl in TEST_P()
/system/chre/doc/
Dcompatibility.md175 downstream impact to nanoapp developers), but deprecation of functionality at a
181 the justification for the deprecation, so nanoapp developers know why it's
/system/tools/aidl/
Daidl_unittest.cpp1101 … R"(__attribute__((deprecated("a really long deprecation message which is really long"))))"}}, in TEST_P()
1104 … R"(__attribute__((deprecated("a really long deprecation message which is really long"))))"}}, in TEST_P()
1107 R"(#[deprecated = "a really long deprecation message which is really long"])"}}, in TEST_P()