Home
last modified time | relevance | path

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

/hardware/google/graphics/common/hwc3/
DComposerClient.cpp57 DEBUG_DISPLAY_FUNC(display); in createLayer()
82 DEBUG_DISPLAY_FUNC(display); in getDisplayConfigurations()
90 DEBUG_DISPLAY_FUNC(display); in notifyExpectedPresent()
96 DEBUG_DISPLAY_FUNC(display); in destroyLayer()
105 DEBUG_DISPLAY_FUNC(display); in destroyVirtualDisplay()
116 DEBUG_DISPLAY_FUNC(display); in executeCommands()
134 DEBUG_DISPLAY_FUNC(display); in getActiveConfig()
141 DEBUG_DISPLAY_FUNC(display); in getColorModes()
167 DEBUG_DISPLAY_FUNC(display); in getDisplayAttribute()
174 DEBUG_DISPLAY_FUNC(display); in getDisplayCapabilities()
[all …]
DUtil.h32 #define DEBUG_DISPLAY_FUNC(display) \ macro
44 #define DEBUG_DISPLAY_FUNC(display) DebugFunction _dbgFnObj_(__func__, display) macro
46 #define DEBUG_DISPLAY_FUNC(display) macro
49 #define DEBUG_FUNC() DEBUG_DISPLAY_FUNC(std::nullopt)