Searched refs:mStartPropertySetThread (Results 1 – 2 of 2) sorted by relevance
528 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()
650 sp<StartPropertySetThread> mStartPropertySetThread; variable