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;
525 while (mThreadCmd != CMD_IDLE) {
528 mThreadCmd = cmd;
533 while (mThreadCmd != CMD_IDLE) {
NativeWindowRenderer.h 134 int mThreadCmd;

Completed in 1481 milliseconds