OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSyncThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h
265
class
VSyncThread
: public Thread {
275
VSyncThread
(HWComposer& hwc);
279
friend class
VSyncThread
;
346
sp<
VSyncThread
> mVSyncThread;
HWComposer.cpp
195
mVSyncThread = new
VSyncThread
(*this);
[
all
...]
Completed in 722 milliseconds