Home
last modified time | relevance | path

Searched refs:mStartPropertySetThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp528 if (mStartPropertySetThread->join() != NO_ERROR) { in bootFinished()
703 mStartPropertySetThread = getFactory().createStartPropertySetThread(presentFenceReliable); in init()
705 if (mStartPropertySetThread->Start() != NO_ERROR) { in init()
745 mStartPropertySetThread->Start(); in startBootAnim()
747 if (mStartPropertySetThread->join() != NO_ERROR) { in startBootAnim()
DSurfaceFlinger.h650 sp<StartPropertySetThread> mStartPropertySetThread; variable