Home
last modified time | relevance | path

Searched refs:getFrameworkMatrix (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.h135 virtual std::shared_ptr<const vintf::CompatibilityMatrix> getFrameworkMatrix() const;
H A Dtest.cpp246 MOCK_CONST_METHOD0(getFrameworkMatrix, std::shared_ptr<const vintf::CompatibilityMatrix>());
384 ON_CALL(*mockList, getFrameworkMatrix()) in initMockList()
784 ON_CALL(*mockList, getFrameworkMatrix()).WillByDefault(Return(frameworkMatrix)); in TEST_F()
H A DListCommand.cpp185 std::shared_ptr<const vintf::CompatibilityMatrix> ListCommand::getFrameworkMatrix() const { in getFrameworkMatrix() function in android::lshal::ListCommand
202 lshal::getVintfInfo(getFrameworkMatrix(), fqInstance, ta, FRAMEWORK_MATRIX); in getVintfInfo()