Home
last modified time | relevance | path

Searched refs:vendor_matrix_ (Results 1 – 2 of 2) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
DDeviceMatrixTest.cpp33 vendor_matrix_ = VintfObject::GetDeviceCompatibilityMatrix(); in SetUp()
34 ASSERT_NE(nullptr, vendor_matrix_) in SetUp()
42 std::string vintfVndkVersion = vendor_matrix_->getVendorNdkVersion(); in TEST_F()
DDeviceMatrixTest.h35 MatrixPtr vendor_matrix_; variable