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

  /frameworks/native/libs/vr/libvrflinger/include/dvr/
vr_flinger.h 12 namespace Hwc2 {
14 } // namespace Hwc2
24 Hwc2::Composer* hidl, RequestDisplayCallback request_display_callback);
37 bool Init(Hwc2::Composer* hidl,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 20 #define LOG_TAG "HWC2"
23 #include "HWC2.h"
39 auto device = static_cast<HWC2::Device*>(callbackData);
42 auto connected = static_cast<HWC2::Connection>(intConnected);
52 auto device = static_cast<HWC2::Device*>(callbackData);
64 auto device = static_cast<HWC2::Device*>(callbackData);
85 namespace HWC2 {
87 namespace Hwc2 = android::Hwc2;
92 : mComposer(std::make_unique<Hwc2::Composer>(useVrComposer))
    [all...]
HWC2.h 46 namespace Hwc2 {
51 namespace HWC2 {
72 friend class HWC2::Display;
73 friend class HWC2::Layer;
75 // Required by HWC2
105 bool hasCapability(HWC2::Capability capability) const;
107 android::Hwc2::Composer* getComposer() { return mComposer.get(); }
120 std::unique_ptr<android::Hwc2::Composer> mComposer;
141 friend class HWC2::Device;
142 friend class HWC2::Layer
    [all...]
HWComposer.h 24 #include "HWC2.h"
49 namespace HWC2 {
87 bool hasCapability(HWC2::Capability capability) const;
95 std::shared_ptr<HWC2::Layer> createLayer(int32_t displayId);
130 const std::shared_ptr<HWC2::Layer>& layer) const;
146 void setVsyncEnabled(int32_t displayId, HWC2::Vsync enabled);
154 std::vector<std::shared_ptr<const HWC2::Display::Config>>
157 std::shared_ptr<const HWC2::Display::Config>
169 android::Hwc2::Composer* getComposer() const { return mHwcDevice->getComposer(); }
176 static void validateChange(HWC2::Composition from, HWC2::Composition to)
    [all...]
ComposerHal.h 33 namespace Hwc2 {
282 } // namespace Hwc2
ComposerHal.cpp 32 namespace Hwc2 {
1100 } // namespace Hwc2
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.h 56 static void InitializeGlobals(Hwc2::Composer* hwc2_hidl,
135 static Hwc2::Composer* hwc2_hidl_;
245 HardwareComposer(Hwc2::Composer* hidl,
292 class ComposerCallback : public Hwc2::IComposerCallback {
296 hardware::Return<void> onHotplug(Hwc2::Display /*display*/,
301 // hwc2 module. That is, we (technically) should not call any other hwc
307 hardware::Return<void> onRefresh(Hwc2::Display /*display*/) override {
311 hardware::Return<void> onVsync(Hwc2::Display /*display*/,
372 Hwc2::Composer* hwc2_hidl_;
vr_flinger.cpp 34 Hwc2::Composer* hidl, RequestDisplayCallback request_display_callback) {
60 bool VrFlinger::Init(Hwc2::Composer* hidl,
hardware_composer.cpp 99 Hwc2::Composer* Layer::hwc2_hidl_;
109 Hwc2::Composer* hwc2_hidl, RequestDisplayCallback request_display_callback)
129 Hwc2::Config config;
289 (Hwc2::IComposerClient::Vsync)(enabled ? HWC2_VSYNC_ENABLE
314 display, config, (Hwc2::IComposerClient::Attribute)attribute, out_value);
434 std::vector<Hwc2::Layer> out_layers;
935 void Layer::InitializeGlobals(Hwc2::Composer* hwc2_hidl,
    [all...]
display_service.h 82 DisplayService(android::Hwc2::Composer* hidl,
display_service.cpp 24 DisplayService::DisplayService(Hwc2::Composer* hidl,

Completed in 234 milliseconds