Searched refs:display_handle (Results 1 – 2 of 2) sorted by relevance
50 auto GetDisplay(hwc2_display_t display_handle) { in GetDisplay() argument51 return displays_.count(display_handle) != 0 in GetDisplay()52 ? displays_[display_handle].get() in GetDisplay()
71 static int32_t DisplayHook(hwc2_device_t *dev, hwc2_display_t display_handle, in DisplayHook() argument73 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() argument87 ALOGV("Display #%" PRIu64 " Layer: #%" PRIu64 " hook: %s", display_handle, in LayerHook()91 auto *display = hwc->GetDisplay(display_handle); in LayerHook()