OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVSyncThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.cpp
193
mVSyncThread
= new VSyncThread(*this);
201
if (
mVSyncThread
!= NULL) {
202
mVSyncThread
->requestExitAndWait();
576
if (err == NO_ERROR &&
mVSyncThread
!= NULL) {
577
mVSyncThread
->setEnabled(enabled);
[
all
...]
HWComposer_hwc1.h
383
sp<VSyncThread>
mVSyncThread
;
Completed in 1404 milliseconds