Searched refs:aEventType (Results 1 - 25 of 52) sorted by relevance

123

/external/opencore/pvmi/pvmf/include/
H A Dpvmi_media_io_observer.h39 virtual void ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL) = 0;
40 virtual void ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL) = 0;
H A Dpvmf_event_handling.h257 PVMFEventType aEventType,
261 , iEventType(aEventType)
273 PVMFEventType aEventType,
279 , iEventType(aEventType)
300 PVMFEventType aEventType,
305 , iEventType(aEventType)
317 PVMFEventType aEventType,
324 , iEventType(aEventType)
256 PVMFAsyncEvent(PVMFEventCategory aEventCategory, PVMFEventType aEventType, OsclAny* aContext, OsclAny* aEventData) argument
272 PVMFAsyncEvent(PVMFEventCategory aEventCategory, PVMFEventType aEventType, OsclAny* aContext, OsclAny* aEventData, const void* aLocalBuffer, const size_t aLocalBufferSize) argument
299 PVMFAsyncEvent(PVMFEventCategory aEventCategory, PVMFEventType aEventType, OsclAny* aContext, PVInterface* aEventExtInterface, OsclAny* aEventData) argument
316 PVMFAsyncEvent(PVMFEventCategory aEventCategory, PVMFEventType aEventType, OsclAny* aContext, PVInterface* aEventExtInterface, OsclAny* aEventData, const void* aLocalBuffer, const size_t aLocalBufferSize) argument
H A Dpvmf_node_interface.h524 OSCL_IMPORT_REF virtual void ReportErrorEvent(PVMFEventType aEventType,
527 OSCL_IMPORT_REF virtual void ReportInfoEvent(PVMFEventType aEventType,
/external/opencore/engines/common/include/
H A Dpv_engine_observer_message.h141 PVAsyncInformationalEvent(PVEventType aEventType, argument
145 PVMFAsyncEvent(PVMFInfoEvent, aEventType, NULL, NULL, aEventData, aLocalBuffer, aLocalBufferSize)
152 PVAsyncInformationalEvent(PVEventType aEventType, argument
158 PVMFAsyncEvent(PVMFInfoEvent, aEventType, aContext, aEventExtInterface, aEventData, aLocalBuffer, aLocalBufferSize)
205 PVAsyncErrorEvent(PVEventType aEventType, argument
209 PVMFAsyncEvent(PVMFErrorEvent, aEventType, NULL, NULL, aEventData, aLocalBuffer, aLocalBufferSize)
216 PVAsyncErrorEvent(PVEventType aEventType, argument
222 PVMFAsyncEvent(PVMFErrorEvent, aEventType, aContext, aEventExtInterface, aEventData, aLocalBuffer, aLocalBufferSize)
H A Dpv_common_types.h203 CPVCmnAsyncEvent(TPVCmnEventType aEventType, TPVCmnExclusivePtr aExclusivePtr, const uint8 *aLocalBuffer = NULL, uint32 aLocalBufSize = 0, TPVCmnResponseType aResponseType = NULL) : argument
204 CPVCmnInterfaceObserverMessage(aResponseType), iEventType(aEventType), iExclusivePtr(aExclusivePtr)
/external/opencore/pvmi/pvmf/src/
H A Dpvmf_node_interface.cpp52 PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg)
55 aEventType,
91 PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg)
94 aEventType,
51 ReportErrorEvent( PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg) argument
90 ReportInfoEvent( PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg) argument
/external/opencore/nodes/pvloopbacknode/src/
H A Dpvmf_loopback_node.cpp721 void PVMFLoopbackNode::ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData) argument
724 , aEventType, aEventData));
726 PVMFNodeInterface::ReportInfoEvent(aEventType, aEventData);
729 void PVMFLoopbackNode::ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData) argument
732 , aEventType, aEventData));
734 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventData);
/external/opencore/nodes/pvcommsionode/src/
H A Dpv_comms_io_node.h266 OSCL_IMPORT_REF void ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL);
267 OSCL_IMPORT_REF void ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL);
331 void ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, PVMFStatus aEventCode = PVCommsIONodeErr_First);
332 void ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, PVMFStatus aEventCode = PVCommsIONodeErr_First);
H A Dpv_comms_io_node.cpp549 OSCL_EXPORT_REF void PVCommsIONode::ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg) argument
551 OSCL_UNUSED_ARG(aEventType);
556 OSCL_EXPORT_REF void PVCommsIONode::ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg) argument
558 OSCL_UNUSED_ARG(aEventType);
1520 void PVCommsIONode::ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData, PVMFStatus aEventCode) argument
1523 , aEventType, aEventData, aEventCode));
1529 PVMFAsyncEvent asyncevent(PVMFErrorEvent, aEventType, NULL, OSCL_STATIC_CAST(PVInterface*, eventmsg), aEventData, NULL, 0);
1534 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventData);
1538 void PVCommsIONode::ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData, PVMFStatus aEventCode) argument
1541 , aEventType, aEventDat
[all...]
/external/opencore/nodes/pvmediainputnode/src/
H A Dpvmf_media_input_node.h185 OSCL_IMPORT_REF void ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL);
186 OSCL_IMPORT_REF void ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL);
266 void ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, PVMFStatus aEventCode = PvmfMediaInputNodeErr_First);
267 void ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, PVMFStatus aEventCode = PvmfMediaInputNodeErr_First);
H A Dpvmf_media_input_node.cpp554 OSCL_EXPORT_REF void PvmfMediaInputNode::ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg) argument
556 OSCL_UNUSED_ARG(aEventType);
561 OSCL_EXPORT_REF void PvmfMediaInputNode::ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg) argument
563 if (aEventType == PVMFInfoOverflow) {
564 PVMFNodeInterface::ReportInfoEvent(aEventType, NULL, aExtMsg);
566 OSCL_UNUSED_ARG(aEventType);
1582 void PvmfMediaInputNode::ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData, PVMFStatus aEventCode) argument
1585 , aEventType, aEventData, aEventCode));
1591 PVMFAsyncEvent asyncevent(PVMFErrorEvent, aEventType, NULL, OSCL_STATIC_CAST(PVInterface*, eventmsg), aEventData, NULL, 0);
1596 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventDat
1600 ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData, PVMFStatus aEventCode) argument
[all...]
/external/opencore/nodes/pvmediaoutputnode/src/
H A Dpv_media_output_node.h226 OSCL_IMPORT_REF void ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL);
227 OSCL_IMPORT_REF void ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL);
331 void ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, PVMFStatus aEventCode = PVMFMoutNodeErr_First);
336 void ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, PVMFStatus aEventCode = PVMFMoutNodeErr_First);
H A Dpv_media_output_node.cpp684 OSCL_EXPORT_REF void PVMediaOutputNode::ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg) argument
686 OSCL_UNUSED_ARG(aEventType);
689 OSCL_EXPORT_REF void PVMediaOutputNode::ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg) argument
692 if (PVMFMIOConfigurationComplete == aEventType)
1843 void PVMediaOutputNode::ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData, PVMFStatus aEventCode) argument
1846 , aEventType, aEventData, aEventCode));
1852 PVMFAsyncEvent asyncevent(PVMFErrorEvent, aEventType, NULL, OSCL_STATIC_CAST(PVInterface*, eventmsg), aEventData, NULL, 0);
1857 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventData);
1860 void PVMediaOutputNode::ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData, PVMFStatus aEventCode) argument
1863 , aEventType, aEventDat
[all...]
/external/opencore/nodes/streaming/jitterbuffernode/include/
H A Dpvmf_jitter_buffer_node.h333 void ReportErrorEvent(PVMFEventType aEventType,
337 void ReportInfoEvent(PVMFEventType aEventType,
455 bool RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay = 0, OsclAny* aContext = NULL);
456 void CancelEventCallBack(JB_NOTIFY_CALLBACK aEventType, OsclAny* aContext = NULL);
462 void UpdateRebufferingStats(PVMFEventType aEventType);
/external/opencore/nodes/pvdummyinputnode/include/
H A Dpvmf_dummy_fileinput_node.h154 void ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL);
155 void ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL);
/external/opencore/nodes/pvloopbacknode/include/
H A Dpvmf_loopback_node.h234 void ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL);
235 void ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL);
/external/opencore/nodes/streaming/jitterbuffernode/src/
H A Dpvmf_jitter_buffer_node.cpp3332 void PVMFJitterBufferNode::UpdateRebufferingStats(PVMFEventType aEventType) argument
3334 if (aEventType == PVMFInfoUnderflow)
3527 bool PVMFJitterBufferNode::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay, OsclAny* aContext) argument
3532 switch (aEventType)
3567 void PVMFJitterBufferNode::CancelEventCallBack(JB_NOTIFY_CALLBACK aEventType, OsclAny* aContext) argument
3570 switch (aEventType)
3607 void PVMFJitterBufferNode::ReportErrorEvent(PVMFEventType aEventType, argument
3613 , aEventType, aEventData));
3620 aEventType,
3631 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventDat
3635 ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData, PVUuid* aEventUUID, int32* aEventCode) argument
[all...]
/external/opencore/nodes/pvdummyinputnode/src/
H A Dpvmf_dummy_fileinput_node.cpp1049 void PVMFDummyFileInputNode::ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData) argument
1052 , aEventType, aEventData));
1054 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventData);
1057 void PVMFDummyFileInputNode::ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData) argument
1060 , aEventType, aEventData));
1062 PVMFNodeInterface::ReportInfoEvent(aEventType, aEventData);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
H A Dpvmf_jitter_buffer_impl.cpp866 OSCL_EXPORT_REF bool PVMFJitterBufferImpl::RequestEventCallBack(JB_NOTIFY_CALLBACK aEventType, uint32 aDelay, OsclAny* aContext) argument
870 switch (aEventType)
913 OSCL_EXPORT_REF void PVMFJitterBufferImpl::CancelEventCallBack(JB_NOTIFY_CALLBACK aEventType, OsclAny* aContext) argument
916 switch (aEventType)
1006 OSCL_EXPORT_REF bool PVMFJitterBufferImpl::IsCallbackPending(JB_NOTIFY_CALLBACK aEventType, OsclAny* aContext) argument
1009 switch (aEventType)
1029 // PVMF_JB_LOG_EVENTS_CLOCK((0, "PVMFJitterBufferNode::IsCallbackPending - Event Type[%d] CallBackPending [%d] aContext[0x%x]", aEventType, *callBackPending, aContext));
/external/opencore/nodes/pvprotocolenginenode/base/src/
H A Dpvmf_protocol_engine_node.h341 void ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, const int32 aEventCode = 0, OsclAny* aEventLocalBuffer = NULL, const uint32 aEventLocalBufferSize = 0);
342 void ReportErrorEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, const int32 aEventCode = 0, int32 aEventDataLen = 0);
362 void ReportEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, const int32 aEventCode = 0, OsclAny* aEventLocalBuffer = NULL, const uint32 aEventLocalBufferSize = 0);
H A Dpvmf_protocol_engine_node.cpp1217 void PVMFProtocolEngineNode::ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData, const int32 aEventCode, OsclAny* aEventLocalBuffer, const uint32 aEventLocalBufferSize) argument
1220 aEventType, aEventData));
1225 PVMFNodeInterface::ReportInfoEvent(aEventType, aEventData);
1234 aEventType,
1249 void PVMFProtocolEngineNode::ReportErrorEvent(PVMFEventType aEventType, argument
1255 , aEventType, aEventData));
1267 aEventType,
2654 void PVMFProtocolEngineNode::ReportEvent(PVMFEventType aEventType, OsclAny* aEventData, const int32 aEventCode, OsclAny* aEventLocalBuffer, const uint32 aEventLocalBufferSize) argument
2656 ReportInfoEvent(aEventType, aEventData, aEventCode, aEventLocalBuffer, aEventLocalBufferSize);
/external/opencore/nodes/pvclientserversocketnode/src/
H A Dpvmf_clientserver_socket_node.cpp1316 void PVMFClientServerSocketNode::ReportErrorEvent(PVMFEventType aEventType, argument
1326 aEventType,
1337 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventData);
1341 void PVMFClientServerSocketNode::ReportInfoEvent(PVMFEventType aEventType, argument
1351 aEventType,
1362 PVMFNodeInterface::ReportInfoEvent(aEventType, aEventData);
/external/opencore/nodes/pvclientserversocketnode/include/
H A Dpvmf_clientserver_socket_node.h355 void ReportErrorEvent(PVMFEventType aEventType,
360 void ReportInfoEvent(PVMFEventType aEventType,
/external/opencore/nodes/pvmp4ffcomposernode/src/
H A Dpvmp4ffcn_node.h340 void ReportErrorEvent(PvmfMp4FFCNError aEventType, OsclAny* aEventData = NULL);
341 void ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL);
/external/opencore/engines/2way/src/
H A Dpv_2way_proxy_adapter.h112 void Set(PVEventType aEventType,

Completed in 203 milliseconds

123