Home
last modified time | relevance | path

Searched refs:iStopped (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_interface_proxy.cpp106 iStopped = true; in CPVInterfaceProxy_OMX()
201 if (!iStopped) in StartPVThread()
233 iStopped = false; in StartPVThread()
260 if (iStopped) in StopPVThread()
288 iStopped = true; in StopPVThread()
Dpv_omx_interface_proxy.h173 bool iStopped; variable
/external/opencore/baselibs/thread_messaging/src/
Dpv_interface_proxy.cpp95 iStopped = true; in CPVInterfaceProxy()
175 if (!iStopped) in StartPVThread()
193 iStopped = false; in StartPVThread()
215 if (iStopped) in StopPVThread()
234 iStopped = true; in StopPVThread()
Dpv_interface_proxy.h165 bool iStopped; variable