Searched refs:getDeviceMatrix (Results 1 – 3 of 3) sorted by relevance
135 virtual std::shared_ptr<const vintf::CompatibilityMatrix> getDeviceMatrix() const;
219 MOCK_CONST_METHOD0(getDeviceMatrix, std::shared_ptr<const vintf::CompatibilityMatrix>());355 ON_CALL(*mockList, getDeviceMatrix()) in initMockList()759 ON_CALL(*mockList, getDeviceMatrix()).WillByDefault(Return(deviceMatrix)); in TEST_F()
178 std::shared_ptr<const vintf::CompatibilityMatrix> ListCommand::getDeviceMatrix() const { in getDeviceMatrix() function in android::lshal::ListCommand202 lshal::getVintfInfo(getDeviceMatrix(), fqInstance, ta, DEVICE_MATRIX) | in getVintfInfo()