Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
DNativeWindowRenderer.cpp136 , mThreadCmd(CMD_IDLE) { in NativeWindowRenderer()
160 switch (mThreadCmd) { in glThread()
180 mThreadCmd = CMD_IDLE; in glThread()
525 while (mThreadCmd != CMD_IDLE) { in startRequest()
528 mThreadCmd = cmd; in startRequest()
533 while (mThreadCmd != CMD_IDLE) { in sendRequest()
DNativeWindowRenderer.h134 int mThreadCmd; variable