Searched refs:contextHub (Results 1 – 2 of 2) sorted by relevance
61 public ContextHubInfo(ContextHub contextHub) { in ContextHubInfo() argument62 mId = contextHub.hubId; in ContextHubInfo()63 mName = contextHub.name; in ContextHubInfo()64 mVendor = contextHub.vendor; in ContextHubInfo()65 mToolchain = contextHub.toolchain; in ContextHubInfo()66 mPlatformVersion = contextHub.platformVersion; in ContextHubInfo()67 mToolchainVersion = contextHub.toolchainVersion; in ContextHubInfo()68 mPeakMips = contextHub.peakMips; in ContextHubInfo()69 mStoppedPowerDrawMw = contextHub.stoppedPowerDrawMw; in ContextHubInfo()70 mSleepPowerDrawMw = contextHub.sleepPowerDrawMw; in ContextHubInfo()[all …]
58 for (ContextHub contextHub : hubList) { in createContextHubInfoMap()59 contextHubIdToInfoMap.put(contextHub.hubId, new ContextHubInfo(contextHub)); in createContextHubInfoMap()