HomeSort by relevance Sort by last modified time
    Searched refs:HWC2_PFN_HOTPLUG (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_callbacks.h 54 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
hwc_callbacks.cpp 60 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_callbacks.h 54 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
hwc_callbacks.cpp 60 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer);
  /hardware/libhardware/include/hardware/
hwcomposer2.h 779 typedef void (*HWC2_PFN_HOTPLUG)(hwc2_callback_data_t callbackData,
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.cpp 538 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer);
    [all...]
HWC2.cpp 433 registerCallback<HWC2_PFN_HOTPLUG>(Callback::Hotplug, hotplug_hook);
    [all...]

Completed in 1099 milliseconds