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

  /frameworks/av/cmds/screenrecord/
FrameOutput.h 75 Condition mEventCond;
Overlay.h 116 Condition mEventCond;
FrameOutput.cpp 96 int cc = mEventCond.waitRelative(mMutex, timeoutNsec);
212 mEventCond.signal();
Overlay.cpp 96 mEventCond.signal();
118 mEventCond.wait(mMutex);
281 mEventCond.signal();

Completed in 219 milliseconds