Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.h135 virtual std::shared_ptr<const vintf::CompatibilityMatrix> getDeviceMatrix() const;
Dtest.cpp219 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()
DListCommand.cpp178 std::shared_ptr<const vintf::CompatibilityMatrix> ListCommand::getDeviceMatrix() const { in getDeviceMatrix() function in android::lshal::ListCommand
202 lshal::getVintfInfo(getDeviceMatrix(), fqInstance, ta, DEVICE_MATRIX) | in getVintfInfo()