Home
last modified time | relevance | path

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

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