Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2498 bool needSendUnderflowEvent = false; in requestResumeNotification() local
2499 …trol->requestResumeNotification(currentNPTReadPosition, aDownloadComplete, needSendUnderflowEvent); in requestResumeNotification()
2501 … currentNPTReadPosition, (uint32)needSendUnderflowEvent, (uint32)aDownloadComplete)); in requestResumeNotification()
2505 if (!aDownloadComplete && needSendUnderflowEvent) ReportInfoEvent(PVMFInfoUnderflow); in requestResumeNotification()