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