/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/ |
D | ComposerClientWriter.h | 103 void setLayerLifecycleBatchCommandType(int64_t display, int64_t layer, in setLayerLifecycleBatchCommandType() 108 void setNewBufferSlotCount(int64_t display, int64_t layer, int32_t newBufferSlotToCount) { in setNewBufferSlotCount() 136 void setLayerCursorPosition(int64_t display, int64_t layer, int32_t x, int32_t y) { in setLayerCursorPosition() 143 void setLayerBuffer(int64_t display, int64_t layer, uint32_t slot, in setLayerBuffer() 148 void setLayerBufferWithNewCommand(int64_t display, int64_t layer, uint32_t slot, in setLayerBufferWithNewCommand() 155 void setLayerBufferSlotsToClear(int64_t display, int64_t layer, in setLayerBufferSlotsToClear() 161 void setLayerSurfaceDamage(int64_t display, int64_t layer, const std::vector<Rect>& damage) { in setLayerSurfaceDamage() 165 void setLayerBlendMode(int64_t display, int64_t layer, BlendMode mode) { in setLayerBlendMode() 171 void setLayerColor(int64_t display, int64_t layer, Color color) { in setLayerColor() 175 void setLayerCompositionType(int64_t display, int64_t layer, Composition type) { in setLayerCompositionType() [all …]
|
/hardware/google/graphics/zuma/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 74 #define HDR_LAYER_BASE(layer) (HDR_HDR_CON + HDR_SFR_LEN * (layer)) argument 76 #define HDR_HDR_MOD_CON(layer) (HDR_LAYER_BASE(layer)) argument 77 #define HDR_EOTF_SCALER(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_SCALER_OFFSET) argument 78 #define HDR_EOTF_LUT_TS(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_LUT_TS_OFFSET) argument 79 #define HDR_EOTF_LUT_VS(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_LUT_VS_OFFSET) argument 80 #define HDR_GM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_COEF_OFFSET) argument 81 #define HDR_GM_OFF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_OFF_OFFSET) argument 82 #define HDR_TM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_TM_COEF_OFFSET) argument 83 #define HDR_TM_YMIX_TF(layer) (HDR_LAYER_BASE(layer) + HDR_TM_YMIX_TF_OFFSET) argument 84 #define HDR_TM_YMIX_VF(layer) (HDR_LAYER_BASE(layer) + HDR_TM_YMIX_VF_OFFSET) argument [all …]
|
/hardware/google/graphics/gs201/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 61 #define HDR_LAYER_BASE(layer) (HDR_BASE + HDR_SFR_LEN * (layer)) argument 63 #define HDR_MOD_CTRL(layer) (HDR_LAYER_BASE(layer) + HDR_MOD_CTRL_OFFSET ) argument 64 #define HDR_OETF_POSX(layer) (HDR_LAYER_BASE(layer) + HDR_OETF_POSX_OFFSET) argument 65 #define HDR_OETF_POSY(layer) (HDR_LAYER_BASE(layer) + HDR_OETF_POSY_OFFSET) argument 66 #define HDR_EOTF_POSX(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_POSX_OFFSET) argument 67 #define HDR_EOTF_POSY(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_POSY_OFFSET) argument 68 #define HDR_GM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_COEF_OFFSET ) argument 69 #define HDR_GM_OFF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_OFF_OFFSET ) argument 70 #define HDR_TM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_TM_COEF_OFFSET ) argument 71 #define HDR_TM_RNGX(layer) (HDR_LAYER_BASE(layer) + HDR_TM_RNGX_OFFSET ) argument [all …]
|
/hardware/google/graphics/gs101/libacryl_plugins/ |
D | libacryl_hdr_plugin.cpp | 61 #define HDR_LAYER_BASE(layer) (HDR_BASE + HDR_SFR_LEN * (layer)) argument 63 #define HDR_MOD_CTRL(layer) (HDR_LAYER_BASE(layer) + HDR_MOD_CTRL_OFFSET ) argument 64 #define HDR_OETF_POSX(layer) (HDR_LAYER_BASE(layer) + HDR_OETF_POSX_OFFSET) argument 65 #define HDR_OETF_POSY(layer) (HDR_LAYER_BASE(layer) + HDR_OETF_POSY_OFFSET) argument 66 #define HDR_EOTF_POSX(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_POSX_OFFSET) argument 67 #define HDR_EOTF_POSY(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_POSY_OFFSET) argument 68 #define HDR_GM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_COEF_OFFSET ) argument 69 #define HDR_GM_OFF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_OFF_OFFSET ) argument 70 #define HDR_TM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_TM_COEF_OFFSET ) argument 71 #define HDR_TM_RNGX(layer) (HDR_LAYER_BASE(layer) + HDR_TM_RNGX_OFFSET ) argument [all …]
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic.cpp | 38 for (auto layer: mLayers) { in ~Acrylic() local 54 auto *layer = new AcrylicLayer(this); in createLayer() local 67 void Acrylic::removeLayer(AcrylicLayer *layer) in removeLayer() 124 for (auto layer: mLayers) { in validateAllLayers() local
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 328 void ComposerCommandEngine::executeSetLayerCursorPosition(int64_t display, int64_t layer, in executeSetLayerCursorPosition() 337 void ComposerCommandEngine::executeSetLayerBuffer(int64_t display, int64_t layer, in executeSetLayerBuffer() 359 void ComposerCommandEngine::executeSetLayerSurfaceDamage(int64_t display, int64_t layer, in executeSetLayerSurfaceDamage() 368 void ComposerCommandEngine::executeSetLayerBlendMode(int64_t display, int64_t layer, in executeSetLayerBlendMode() 377 void ComposerCommandEngine::executeSetLayerColor(int64_t display, int64_t layer, in executeSetLayerColor() 386 void ComposerCommandEngine::executeSetLayerComposition(int64_t display, int64_t layer, in executeSetLayerComposition() 395 void ComposerCommandEngine::executeSetLayerDataspace(int64_t display, int64_t layer, in executeSetLayerDataspace() 404 void ComposerCommandEngine::executeSetLayerDisplayFrame(int64_t display, int64_t layer, in executeSetLayerDisplayFrame() 413 void ComposerCommandEngine::executeSetLayerPlaneAlpha(int64_t display, int64_t layer, in executeSetLayerPlaneAlpha() 422 void ComposerCommandEngine::executeSetLayerSidebandStream(int64_t display, int64_t layer, in executeSetLayerSidebandStream() [all …]
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwcomposer.cpp | 85 hwc2_layer_t layer = nextLayer_++; in CreateLayer() local 90 bool IsValidLayer(hwc2_layer_t layer) { in IsValidLayer() 94 void DestroyLayer(hwc2_layer_t layer) { in DestroyLayer() 99 bool SetClientComposed(hwc2_layer_t layer, bool value) { in SetClientComposed() 111 for (const auto& layer : layers_) { in NumNotClientComposed() local 125 for (const auto& layer : layers_) { in GetNonClientComposedIDs() local 283 hwc2_layer_t layer) { in Hwc2ImplDestroyLayer() 690 int32_t validateLayer(hwc2_display_t display, hwc2_layer_t layer) { in validateLayer() 705 hwc2_display_t display, hwc2_layer_t layer, in Hwc2ImplSetCursorPosition() 711 hwc2_display_t display, hwc2_layer_t layer, in Hwc2ImplSetLayerBuffer() [all …]
|
D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 149 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 158 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 223 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 256 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 334 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 149 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 158 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 254 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 317 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 288 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local 375 hwc_layer_1_t const* layer = &list->hwLayers[i]; in isSameFrame() local 383 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp() 394 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension() 521 hwc_rect_t MDPComp::calculateDirtyRect(const hwc_layer_1_t* layer, in calculateDirtyRect() 570 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local 610 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 675 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local 724 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 827 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local [all …]
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 149 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 158 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 254 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 331 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_tonemapper.cpp | 106 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 147 void ToneMapSession::SetToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in SetToneMapConfig() 156 bool ToneMapSession::IsSameToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in IsSameToneMapConfig() 176 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 246 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 315 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index, in AcquireToneMapSession()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 222 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local 325 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp() 336 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension() 469 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local 508 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 574 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local 622 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 719 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local 770 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPComp() local 825 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local [all …]
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 150 void ToneMapSession::SetToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in SetToneMapConfig() 159 bool ToneMapSession::IsSameToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in IsSameToneMapConfig() 179 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 224 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 257 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 335 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index, in AcquireToneMapSession()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 101 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 110 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 130 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 173 void HWCToneMapper::ToneMap(hwc_layer_1_t *hwc_layer, Layer* layer, ToneMapSession *session) { in ToneMap() 207 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 270 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
D | blit_engine_c2d.cpp | 209 Layer *layer = layer_stack->layers.at(i); in PostCommit() local 262 Layer *layer = layer_stack->layers.at(i); in Prepare() local 295 Layer *layer = layer_stack->layers.at(k); in Prepare() local 334 Layer *layer = layer_stack->layers.at(i); in PreCommit() local 380 Layer *layer = layer_stack->layers.at(j + content_list->numHwLayers); in PreCommit() local 413 Layer *layer = layer_stack->layers.at(i); in Commit() local 435 Layer *layer = layer_stack->layers.at(i); in Commit() local 490 Layer *layer = layer_stack->layers.at(k); in Commit() local 499 int BlitEngineC2d::DrawRectUsingCopybit(hwc_layer_1_t *hwc_layer, Layer *layer, in DrawRectUsingCopybit()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 101 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 110 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 130 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 173 void HWCToneMapper::ToneMap(hwc_layer_1_t *hwc_layer, Layer* layer, ToneMapSession *session) { in ToneMap() 207 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 270 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
D | blit_engine_c2d.cpp | 209 Layer *layer = layer_stack->layers.at(i); in PostCommit() local 262 Layer *layer = layer_stack->layers.at(i); in Prepare() local 295 Layer *layer = layer_stack->layers.at(k); in Prepare() local 334 Layer *layer = layer_stack->layers.at(i); in PreCommit() local 380 Layer *layer = layer_stack->layers.at(j + content_list->numHwLayers); in PreCommit() local 413 Layer *layer = layer_stack->layers.at(i); in Commit() local 435 Layer *layer = layer_stack->layers.at(i); in Commit() local 490 Layer *layer = layer_stack->layers.at(k); in Commit() local 499 int BlitEngineC2d::DrawRectUsingCopybit(hwc_layer_1_t *hwc_layer, Layer *layer, in DrawRectUsingCopybit()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 205 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local 292 hwc_layer_1_t const* layer = &list->hwLayers[i]; in isSameFrame() local 300 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp() 311 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension() 421 hwc_rect_t MDPComp::calculateDirtyRect(const hwc_layer_1_t* layer, in calculateDirtyRect() 468 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local 507 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 567 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local 615 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 706 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local [all …]
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 151 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local 266 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension() 404 hwc_layer_1_t* layer = &list->hwLayers[i]; in isFullFrameDoable() local 516 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in isOnlyVideoDoable() local 529 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable() 649 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in updateYUV() local 682 hwc_layer_1_t* layer = &list->hwLayers[index]; in programMDP() local 710 hwc_layer_1_t* layer = &list->hwLayers[index]; in programYUV() local 811 int MDPCompLowRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure() 861 hwc_layer_1_t* layer = &list->hwLayers[index]; in allocLayerPipes() local [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | blit_engine_c2d.cpp | 209 Layer *layer = layer_stack->layers.at(i); in PostCommit() local 262 Layer *layer = layer_stack->layers.at(i); in Prepare() local 295 Layer *layer = layer_stack->layers.at(k); in Prepare() local 326 Layer *layer = layer_stack->layers.at(i); in PreCommit() local 367 Layer *layer = layer_stack->layers.at(j + content_list->numHwLayers); in PreCommit() local 398 Layer *layer = layer_stack->layers.at(i); in Commit() local 420 Layer *layer = layer_stack->layers.at(i); in Commit() local 475 Layer *layer = layer_stack->layers.at(k); in Commit() local 484 int BlitEngineC2d::DrawRectUsingCopybit(hwc_layer_1_t *hwc_layer, Layer *layer, in DrawRectUsingCopybit()
|
D | hwc_display.cpp | 58 static void ApplyDeInterlaceAdjustment(Layer *layer) { in ApplyDeInterlaceAdjustment() 325 Layer *layer = new Layer(); in AllocateLayerStack() local 342 int HWCDisplay::PrepareLayerParams(hwc_layer_1_t *hwc_layer, Layer* layer) { in PrepareLayerParams() 408 void HWCDisplay::CommitLayerParams(hwc_layer_1_t *hwc_layer, Layer *layer) { in CommitLayerParams() 442 Layer *layer = layer_stack_.layers.at(i); in PrePrepareLayerStack() local 601 Layer *layer = layer_stack_.layers.at(i); in PrepareLayerStack() local 686 Layer *layer = layer_stack_.layers.at(i); in PostCommitLayerStack() local 736 bool HWCDisplay::IsLayerUpdating(hwc_display_contents_1_t *content_list, const Layer *layer) { in IsLayerUpdating() 1142 hwc_layer_1_t *layer = &content_list->hwLayers[i]; in MarkLayersForGPUBypass() local 1175 DisplayError HWCDisplay::SetMetaData(const private_handle_t *pvt_handle, Layer *layer) { in SetMetaData() [all …]
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 203 Layer layer; in TEST_P() local 232 Layer layer; in TEST_P() local 791 Layer layer; in TEST_P() local 832 Layer layer; in TEST_P() local 877 Layer layer; in TEST_P() local 900 Layer layer; in TEST_P() local 991 Layer layer; in TEST_P() local 1010 Layer layer; in TEST_P() local 1026 Layer layer; in TEST_P() local 1041 Layer layer; in TEST_P() local [all …]
|
/hardware/google/graphics/common/libhwc2.1/ |
D | DisplaySceneInfo.cpp | 29 int32_t DisplaySceneInfo::setLayerDataMappingInfo(ExynosMPPSource* layer, uint32_t index) { in setLayerDataMappingInfo() 166 int32_t DisplaySceneInfo::setLayerColorData(LayerColorData& layerData, ExynosLayer* layer, in setLayerColorData() 266 for (auto layer : layerDataMappingInfo) { in printDisplayScene() local
|
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/ |
D | ExynosExternalDisplay.cpp | 118 ExynosLayer *layer = mLayers[i]; in closeExternalDisplay() local 295 ExynosLayer *layer = mLayers[i]; in validateDisplay() local 377 ExynosLayer *layer = mLayers[i]; in presentDisplay() local 560 bool ExynosExternalDisplay::getHDRException(ExynosLayer* __unused layer) in getHDRException()
|