Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DOverlay.cpp81 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()
DOverlay.h41 mThreadResult(UNKNOWN_ERROR), in Overlay()
108 status_t mThreadResult; variable