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