Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h135 virtual std::shared_ptr<const vintf::CompatibilityMatrix> getFrameworkMatrix() const;
Dtest.cpp270 MOCK_CONST_METHOD0(getFrameworkMatrix, std::shared_ptr<const vintf::CompatibilityMatrix>());
408 ON_CALL(*mockList, getFrameworkMatrix()) in initMockList()
808 ON_CALL(*mockList, getFrameworkMatrix()).WillByDefault(Return(frameworkMatrix)); in TEST_F()
DListCommand.cpp187 std::shared_ptr<const vintf::CompatibilityMatrix> ListCommand::getFrameworkMatrix() const { in getFrameworkMatrix() function in android::lshal::ListCommand
204 lshal::getVintfInfo(getFrameworkMatrix(), fqInstance, ta, FRAMEWORK_MATRIX); in getVintfInfo()