Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/ips/common/
DHdcpControl.cpp33 mStoppedCondition(), in HdcpControl()
155 mStoppedCondition.signal(); in stopHdcp()
344 status_t err = mStoppedCondition.waitRelative(mMutex, milliseconds(mActionDelay)); in threadLoop()
DHdcpControl.h72 Condition mStoppedCondition; variable