OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notifyframepending
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/libs/hwui/renderthread/
RenderProxy.h
100
ANDROID_API void
notifyFramePending
();
RenderProxy.cpp
206
void RenderProxy::
notifyFramePending
() {
207
mRenderThread.queue().post([this]() { mContext->
notifyFramePending
(); });
CanvasContext.h
149
void
notifyFramePending
();
CanvasContext.cpp
434
void CanvasContext::
notifyFramePending
() {
/external/trappy/tests/
test_systrace.py
67
self.assertEquals(dfr['func'].iloc[2], '
notifyFramePending
')
trace_surfaceflinger.html
[
all
...]
/external/chromium-trace/catapult/systrace/systrace/test_data/
decompressed_atrace_data.txt
32
<...>-18964 (-----) [002] ...1 683202.133760: tracing_mark_write: B|18926|
notifyFramePending
88
<...>-18964 (-----) [001] ...1 683202.139787: tracing_mark_write: B|18926|
notifyFramePending
162
<...>-18964 (-----) [005] ...1 683202.171882: tracing_mark_write: B|18926|
notifyFramePending
164
<...>-18964 (-----) [005] ...1 683202.171893: tracing_mark_write: B|18926|
notifyFramePending
225
<...>-18964 (-----) [005] ...1 683202.182133: tracing_mark_write: B|18926|
notifyFramePending
302
<...>-18964 (-----) [005] ...1 683202.208244: tracing_mark_write: B|18926|
notifyFramePending
[
all
...]
/frameworks/base/core/java/android/view/
ThreadedRenderer.java
904
public void
notifyFramePending
() {
[
all
...]
ViewRootImpl.java
[
all
...]
/frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp
863
proxy->
notifyFramePending
();
[
all
...]
Completed in 3419 milliseconds