OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queueAt
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/renderthread/
RenderThread.h
80
void
queueAt
(RenderTask* task, nsecs_t runAtNs);
RenderThread.cpp
243
queueAt
(mFrameCallbackTask, runAt);
348
void RenderThread::
queueAt
(RenderTask* task, nsecs_t runAtNs) {
RenderProxy.cpp
672
renderThread->
queueAt
(task, estimatedNextVsync + 8_ms);
Completed in 57 milliseconds