Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java286 private int[] mSupportedHdrOutputType; field in DisplayManagerService
2601 if (mSupportedHdrOutputType == null) { in getSupportedHdrOutputTypesInternal()
2602 mSupportedHdrOutputType = mInjector.getSupportedHdrOutputTypes(); in getSupportedHdrOutputTypesInternal()
2604 return mSupportedHdrOutputType; in getSupportedHdrOutputTypesInternal()