sdm: hwc: Add support for GetVisibleDisplayRect
Support the binder API to get the display visible rectangle which is the union of all the app layer's displayframe. Change-Id: I05d750c80dda5b735bac5938410ddeeeb8823dd1
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
cbd56aa4d7
commit
3bd31efc6f
@@ -47,6 +47,7 @@
|
||||
#define DLOGE(format, ...) DLOGE_IF(kTagNone, format, ##__VA_ARGS__)
|
||||
#define DLOGW(format, ...) DLOGW_IF(kTagNone, format, ##__VA_ARGS__)
|
||||
#define DLOGI(format, ...) DLOGI_IF(kTagNone, format, ##__VA_ARGS__)
|
||||
#define DLOGV(format, ...) DLOGV_IF(kTagNone, format, ##__VA_ARGS__)
|
||||
|
||||
#define DTRACE_BEGIN(custom_string) Debug::Get()->BeginTrace(__CLASS__, __FUNCTION__, custom_string)
|
||||
#define DTRACE_END() Debug::Get()->EndTrace()
|
||||
|
||||
Reference in New Issue
Block a user