HomeSort by relevance Sort by last modified time
    Searched refs:mThreadCmd (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 136 , mThreadCmd(CMD_IDLE) {
160 switch (mThreadCmd) {
180 mThreadCmd = CMD_IDLE;
527 while (mThreadCmd != CMD_IDLE) {
530 mThreadCmd = cmd;
535 while (mThreadCmd != CMD_IDLE) {
NativeWindowRenderer.h 134 int mThreadCmd;

Completed in 23 milliseconds