OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DispatchFrameCallbacks
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderthread/
RenderThread.h
47
class
DispatchFrameCallbacks
;
111
friend class
DispatchFrameCallbacks
;
125
void
dispatchFrameCallbacks
();
150
DispatchFrameCallbacks
* mFrameCallbackTask;
RenderThread.cpp
132
class
DispatchFrameCallbacks
: public RenderTask {
136
explicit
DispatchFrameCallbacks
(RenderThread* rt) : mRenderThread(rt) {}
139
mRenderThread->
dispatchFrameCallbacks
();
168
mFrameCallbackTask = new
DispatchFrameCallbacks
(this);
279
void RenderThread::
dispatchFrameCallbacks
() {
Completed in 51 milliseconds