Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h236 android::base::Result<void> checkMatrixHalsHasDefinition(
/system/libvintf/test/
Dvintf_object_tests.cpp2005 EXPECT_RESULT_OK(vintfObject->checkMatrixHalsHasDefinition(hidl, aidl)); in TEST_F()
2010 auto res = vintfObject->checkMatrixHalsHasDefinition({}, aidl); in TEST_F()
2016 auto res = vintfObject->checkMatrixHalsHasDefinition(hidl, {}); in TEST_F()
2021 auto res = vintfObject->checkMatrixHalsHasDefinition({}, {}); in TEST_F()
/system/libvintf/
Dcheck_vintf.cpp519 res = vintfObject->checkMatrixHalsHasDefinition(HidlInterfaceMetadata::all(), in checkDirmaps()
DVintfObject.cpp1163 android::base::Result<void> VintfObject::checkMatrixHalsHasDefinition( in checkMatrixHalsHasDefinition() function in android::vintf::VintfObject