Merge "commonsys-intf: add buffer handle in Smomo buffer info"

This commit is contained in:
qctecmdr
2022-05-03 03:47:34 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -70,6 +70,7 @@
#include <sys/types.h>
#include <ui/Fence.h>
#include <cutils/native_handle.h>
#include <vector>
#include <string>
@@ -108,6 +109,7 @@ struct SmomoBufferStats {
nsecs_t timestamp; // layer buffer's desired present timestamp
nsecs_t dequeue_latency; // last dequeue duration
int64_t key; // buffer identity
buffer_handle_t buffer_hnd; // layer buffer handle
};
enum DisplayType {