Lines Matching refs:mSupportInfoWrapper
215 SupportInfoWrapper mSupportInfoWrapper; member
315 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()
533 return mSupportInfoWrapper.isSessionModeSupported(hal::SessionMode::AUTO_GPU); in isFeatureSupported()