From 53ec72523a4083b88eaa13e2e720976523a7ebf8 Mon Sep 17 00:00:00 2001 From: Greg Hackmann Date: Fri, 9 May 2014 21:36:48 +0000 Subject: Revert "Use asynchronous lock/unlock API" This reverts commit 378ef07760eda717367d9429428c42d54d54d9a7. Change-Id: I1de5ab973b5383633e75924fe90ac3ca8216c36a --- include/ui/GraphicBuffer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/ui/GraphicBuffer.h') diff --git a/include/ui/GraphicBuffer.h b/include/ui/GraphicBuffer.h index b973c4085c..3cf628c209 100644 --- a/include/ui/GraphicBuffer.h +++ b/include/ui/GraphicBuffer.h @@ -97,11 +97,6 @@ public: status_t lockYCbCr(uint32_t usage, android_ycbcr *ycbcr); status_t lockYCbCr(uint32_t usage, const Rect& rect, android_ycbcr *ycbcr); status_t unlock(); - status_t lockAsync(uint32_t usage, void** vaddr, int fenceFd); - status_t lockAsync(uint32_t usage, const Rect& rect, void** vaddr, int fenceFd); - status_t lockAsyncYCbCr(uint32_t usage, android_ycbcr *ycbcr, int fenceFd); - status_t lockAsyncYCbCr(uint32_t usage, const Rect& rect, android_ycbcr *ycbcr, int fenceFd); - status_t unlockAsync(int *fenceFd); ANativeWindowBuffer* getNativeBuffer() const; -- cgit v1.2.3-59-g8ed1b