Searched refs:mStartPropertySetThread (Results 1 – 2 of 2) sorted by relevance
456 if (mStartPropertySetThread->join() != NO_ERROR) { in bootFinished()726 mStartPropertySetThread = new StartPropertySetThread(false); in init()728 mStartPropertySetThread = new StartPropertySetThread(true); in init()731 if (mStartPropertySetThread->Start() != NO_ERROR) { in init()758 mStartPropertySetThread->Start(); in startBootAnim()760 if (mStartPropertySetThread->join() != NO_ERROR) { in startBootAnim()
579 sp<StartPropertySetThread> mStartPropertySetThread = nullptr; variable