Home
last modified time | relevance | path

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

/external/drm_hwcomposer/hwc2_device/
DDrmHwcTwo.h50 auto GetDisplay(hwc2_display_t display_handle) { in GetDisplay() argument
51 return displays_.count(display_handle) != 0 in GetDisplay()
52 ? displays_[display_handle].get() in GetDisplay()
Dhwc2_device.cpp71 static int32_t DisplayHook(hwc2_device_t *dev, hwc2_display_t display_handle, in DisplayHook() argument
73 ALOGV("Display #%" PRIu64 " hook: %s", display_handle, in DisplayHook()
77 auto *display = hwc->GetDisplay(display_handle); in DisplayHook()
85 static int32_t LayerHook(hwc2_device_t *dev, hwc2_display_t display_handle, in LayerHook() argument
87 ALOGV("Display #%" PRIu64 " Layer: #%" PRIu64 " hook: %s", display_handle, in LayerHook()
91 auto *display = hwc->GetDisplay(display_handle); in LayerHook()