Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h137 virtual std::shared_ptr<const vintf::CompatibilityMatrix> getFrameworkMatrix() const;
Dtest.cpp221 MOCK_CONST_METHOD0(getFrameworkMatrix, std::shared_ptr<const vintf::CompatibilityMatrix>());
359 ON_CALL(*mockList, getFrameworkMatrix()) in initMockList()
761 ON_CALL(*mockList, getFrameworkMatrix()).WillByDefault(Return(frameworkMatrix)); in TEST_F()
DListCommand.cpp186 std::shared_ptr<const vintf::CompatibilityMatrix> ListCommand::getFrameworkMatrix() const { in getFrameworkMatrix() function in android::lshal::ListCommand
203 lshal::getVintfInfo(getFrameworkMatrix(), fqInstance, ta, FRAMEWORK_MATRIX); in getVintfInfo()