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
45
class
DispatchFrameCallbacks
;
101
friend class
DispatchFrameCallbacks
;
115
void
dispatchFrameCallbacks
();
140
DispatchFrameCallbacks
* mFrameCallbackTask;
RenderThread.cpp
127
class
DispatchFrameCallbacks
: public RenderTask {
131
DispatchFrameCallbacks
(RenderThread* rt) : mRenderThread(rt) {}
134
mRenderThread->
dispatchFrameCallbacks
();
162
mFrameCallbackTask = new
DispatchFrameCallbacks
(this);
248
void RenderThread::
dispatchFrameCallbacks
() {
Completed in 408 milliseconds