Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp65 : mKeepAliveTimer(0), in OMXVideoDecoderAVCSecure()
154 if (mKeepAliveTimer != 0) { in ProcessorStop()
155 timer_delete(mKeepAliveTimer); in ProcessorStop()
156 mKeepAliveTimer = 0; in ProcessorStop()
196 if((dataBuffer->drmScheme == DRM_SCHEME_WVC) && (!mKeepAliveTimer)){ in ProcessorProcess()
203 ret_value = timer_create(CLOCK_REALTIME, &sev, &mKeepAliveTimer); in ProcessorProcess()
213 ret_value = timer_settime(mKeepAliveTimer, TIMER_ABSTIME, &its, NULL); in ProcessorProcess()
DOMXVideoDecoderAVCSecure.h89 timer_t mKeepAliveTimer; variable