HomeSort by relevance Sort by last modified time
    Searched refs:DispSyncThread (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
DispSync.h 39 class DispSyncThread;
181 sp<DispSyncThread> mThread;
DispSync.cpp 63 #define LOG_TAG "DispSyncThread"
64 class DispSyncThread: public Thread {
67 DispSyncThread(const char* name):
76 virtual ~DispSyncThread() {}
383 mThread(new DispSyncThread(name)) {
390 ALOGE("Couldn't set SCHED_FIFO for DispSyncThread");

Completed in 47 milliseconds