diff options
| author | John Reck <jreck@google.com> | 2014-12-19 23:15:12 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-19 23:15:12 +0000 |
| commit | 165fb8f5aa0709a8dc35f99a9b81f6906452a648 (patch) | |
| tree | eb78df90380f849e7b8d51672d6f624182b66d7f /libs/hwui/renderthread/RenderThread.h | |
| parent | f64d26fce002019f390b4f9f37c8edf965c362c5 (diff) | |
| parent | f89dac472366c547e535dfafa8df25bd2d031833 (diff) | |
| download | frameworks_base-165fb8f5aa0709a8dc35f99a9b81f6906452a648.zip frameworks_base-165fb8f5aa0709a8dc35f99a9b81f6906452a648.tar.gz frameworks_base-165fb8f5aa0709a8dc35f99a9b81f6906452a648.tar.bz2 | |
am f89dac47: Merge "Tweak RT-animator scheduling" into lmp-mr1-dev
* commit 'f89dac472366c547e535dfafa8df25bd2d031833':
Tweak RT-animator scheduling
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
| -rw-r--r-- | libs/hwui/renderthread/RenderThread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h index 4126d02..99c2e15 100644 --- a/libs/hwui/renderthread/RenderThread.h +++ b/libs/hwui/renderthread/RenderThread.h @@ -75,7 +75,7 @@ public: // and will delete them after they are run ANDROID_API void queue(RenderTask* task); ANDROID_API void queueAtFront(RenderTask* task); - void queueDelayed(RenderTask* task, int delayMs); + void queueAt(RenderTask* task, nsecs_t runAtNs); void remove(RenderTask* task); // Mimics android.view.Choreographer @@ -103,7 +103,7 @@ private: void initThreadLocals(); void initializeDisplayEventReceiver(); static int displayEventReceiverCallback(int fd, int events, void* data); - void drainDisplayEventQueue(bool skipCallbacks = false); + void drainDisplayEventQueue(); void dispatchFrameCallbacks(); void requestVsync(); |
