Home
last modified time | relevance | path

Searched refs:mHardwareId (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/libvintf/test/
H A DRuntimeInfo-fake.cpp44 mHardwareId = "aarch64"; in doFetch()
H A DLibVintfTest.cpp198 info.mHardwareId = "aarch64"; in testRuntimeInfo()
/aosp12/system/libvintf/include/vintf/
H A DRuntimeInfo.h135 std::string mHardwareId; member
/aosp12/system/libvintf/
H A DRuntimeInfo.cpp48 return mHardwareId; in hardwareId()
H A DRuntimeInfo-target.cpp126 mRuntimeInfo->mHardwareId = buf.machine; in fetchVersion()