19 #ifndef MIR_GRAPHICS_ANDROID_ANDROID_HWC_FACTORY_H_
20 #define MIR_GRAPHICS_ANDROID_ANDROID_HWC_FACTORY_H_
32 class AndroidHWCFactory :
public HWCFactory
35 std::shared_ptr<HWCDevice> create_hwc_1_1(
36 std::shared_ptr<hwc_composer_device_1>
const& hwc_device,
37 std::shared_ptr<DisplaySupportProvider>
const& fb_device)
const;
39 std::shared_ptr<HWCDevice> create_hwc_1_0(
40 std::shared_ptr<hwc_composer_device_1>
const& hwc_device,
41 std::shared_ptr<DisplaySupportProvider>
const& fb_device)
const;