Searched refs:getFrameworkMatrix (Results 1 – 3 of 3) sorted by relevance
137 virtual std::shared_ptr<const vintf::CompatibilityMatrix> getFrameworkMatrix() const;
221 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()
186 std::shared_ptr<const vintf::CompatibilityMatrix> ListCommand::getFrameworkMatrix() const { in getFrameworkMatrix() function in android::lshal::ListCommand203 lshal::getVintfInfo(getFrameworkMatrix(), fqInstance, ta, FRAMEWORK_MATRIX); in getVintfInfo()