Searched refs:mThreadResult (Results 1 – 2 of 2) sorted by relevance
80 if (mThreadResult != NO_ERROR) { in start()81 ALOGE("Failed to start overlay thread: err=%d", mThreadResult); in start()82 return mThreadResult; in start()102 mThreadResult = setup_l(); in threadLoop()104 if (mThreadResult != NO_ERROR) { in threadLoop()
41 mThreadResult(UNKNOWN_ERROR), in Overlay()109 status_t mThreadResult; variable