Merge "commonsys-intf: add buffer handle in Smomo buffer info"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ec70d25f18
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user