diff options
author | linpeter <linpeter@google.com> | 2021-04-14 00:10:13 +0800 |
---|---|---|
committer | linpeter <linpeter@google.com> | 2021-06-03 16:18:17 +0800 |
commit | ff7ef118bddc84c2bc60097285e7cdd5dd157c04 (patch) | |
tree | 24a9355f350998732727b70a566cf71cfc9ff30d /libhwc2.1/libdisplayinterface/ExynosDisplayInterface.h | |
parent | 11b37232ff5e6e36d92da85894ff2fd150375912 (diff) |
libhwc2.1: pixel-display V2 interface implement
Bug: 184768835
Bug: 185087460
test: test lhbm function call
Change-Id: I924d162713d95954855c706287f10f8cb696f763
Diffstat (limited to 'libhwc2.1/libdisplayinterface/ExynosDisplayInterface.h')
-rw-r--r-- | libhwc2.1/libdisplayinterface/ExynosDisplayInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhwc2.1/libdisplayinterface/ExynosDisplayInterface.h b/libhwc2.1/libdisplayinterface/ExynosDisplayInterface.h index 3b3815c..27bc5ab 100644 --- a/libhwc2.1/libdisplayinterface/ExynosDisplayInterface.h +++ b/libhwc2.1/libdisplayinterface/ExynosDisplayInterface.h @@ -76,6 +76,7 @@ class ExynosDisplayInterface { /* For HWC 2.4 APIs */ virtual int32_t getVsyncAppliedTime(hwc2_config_t __unused config, int64_t* __unused actualChangeTime) {return NO_ERROR;} + virtual int32_t waitVBlank() { return 0; }; public: uint32_t mType = INTERFACE_TYPE_NONE; }; |