OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queueDuration
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp
215
&& swapA.
queueDuration
< SLOW_THRESHOLD) {
231
&& swapB.
queueDuration
< SLOW_THRESHOLD) {
570
swap.
queueDuration
= us2ns(durationUs);
573
swap.
queueDuration
= 0;
578
= swap.
queueDuration
;
CanvasContext.h
205
nsecs_t
queueDuration
;
Completed in 926 milliseconds