Searched refs:mSupportInfoWrapper (Results 1 – 1 of 1) sorted by relevance
215 SupportInfoWrapper mSupportInfoWrapper; member315 mSupportInfoWrapper(clientData.supportInfo), in APerformanceHintManager()425 if (autoCpu && !mSupportInfoWrapper.isSessionModeSupported(hal::SessionMode::AUTO_CPU)) { in createSessionUsingConfig()430 if (autoGpu && !mSupportInfoWrapper.isSessionModeSupported(hal::SessionMode::AUTO_GPU)) { in createSessionUsingConfig()517 return mSupportInfoWrapper; in getSupportInfo()523 return mSupportInfoWrapper.usesSessions; in isFeatureSupported()525 return mSupportInfoWrapper.isSessionModeSupported(hal::SessionMode::POWER_EFFICIENCY); in isFeatureSupported()527 return mSupportInfoWrapper.compositionData.isSupported; in isFeatureSupported()529 return mSupportInfoWrapper.isSessionModeSupported(hal::SessionMode::GRAPHICS_PIPELINE); in isFeatureSupported()531 return mSupportInfoWrapper.isSessionModeSupported(hal::SessionMode::AUTO_CPU); in isFeatureSupported()[all …]