OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sync_start
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/view/
FrameMetrics.java
179
Index.
SYNC_START
,
196
int
SYNC_START
= 10;
222
Index.
SYNC_START
, Index.ISSUE_DRAW_COMMANDS_START,
/frameworks/wilhelm/src/
sync.c
28
void *
sync_start
(void *arg)
function
sles_allinclusive.h
384
extern void *
sync_start
(void *arg);
/frameworks/wilhelm/src/objects/
CEngine.c
58
int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL,
sync_start
, thiz);
/frameworks/base/docs/html/training/testing/
performance.jd
275
<li>The time between this and
SYNC_START
is how long it took to call View.draw() on all
295
SYNC_START
is substantial (>0.1ms or so), it means that
304
<li>
SYNC_START
Completed in 573 milliseconds