Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/src/
Dpvmf_node_interface.cpp52 PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg) in ReportErrorEvent() argument
57 aExtMsg, in ReportErrorEvent()
91 PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg) in ReportInfoEvent() argument
96 aExtMsg, in ReportInfoEvent()
/external/opencore/pvmi/pvmf/include/
Dpvmi_media_io_observer.h39 virtual void ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL) = 0;
40 virtual void ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg = NULL) = 0;
Dpvmf_node_interface.h526 PVInterface*aExtMsg = NULL);
529 PVInterface*aExtMsg = NULL);
/external/opencore/nodes/pvmediainputnode/src/
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);
Dpvmf_media_input_node.cpp554 …XPORT_REF void PvmfMediaInputNode::ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg) in ReportErrorEvent() argument
557 OSCL_UNUSED_ARG(aExtMsg); in ReportErrorEvent()
561 …EXPORT_REF void PvmfMediaInputNode::ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg) in ReportInfoEvent() argument
564 OSCL_UNUSED_ARG(aExtMsg); in ReportInfoEvent()
/external/opencore/nodes/pvcommsionode/src/
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);
Dpv_comms_io_node.cpp549 OSCL_EXPORT_REF void PVCommsIONode::ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg) in ReportErrorEvent() argument
552 OSCL_UNUSED_ARG(aExtMsg); in ReportErrorEvent()
556 OSCL_EXPORT_REF void PVCommsIONode::ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg) in ReportInfoEvent() argument
559 OSCL_UNUSED_ARG(aExtMsg); in ReportInfoEvent()
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
Dpvmf_sm_fsp_base_impl.h297 PVInterface* aExtMsg = NULL,
317 PVInterface* aExtMsg = NULL);
577 PVInterface* aExtMsg = NULL);
/external/opencore/nodes/pvmediaoutputnode/src/
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);
Dpv_media_output_node.cpp684 …EXPORT_REF void PVMediaOutputNode::ReportErrorEvent(PVMFEventType aEventType, PVInterface* aExtMsg) in ReportErrorEvent() argument
687 OSCL_UNUSED_ARG(aExtMsg); in ReportErrorEvent()
689 …_EXPORT_REF void PVMediaOutputNode::ReportInfoEvent(PVMFEventType aEventType, PVInterface* aExtMsg) in ReportInfoEvent() argument
691 OSCL_UNUSED_ARG(aExtMsg); in ReportInfoEvent()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.cpp1301 PVInterface*aExtMsg, OsclAny* aEventData) in CommandComplete() argument
1370 PVMFCmdResp resp(aCmd.iId, aCmd.iContext, aStatus, aExtMsg, aEventData); in CommandComplete()
1386 void PVMFDownloadManagerNode::ReportErrorEvent(PVMFEventType aEventType, PVInterface*aExtMsg, OsclA… in ReportErrorEvent() argument
1391 aEventType, aEventData, aExtMsg)); in ReportErrorEvent()
1393 PVMFNodeInterface::ReportErrorEvent(aEventType, aEventData, aExtMsg); in ReportErrorEvent()
3176 void PVMFDownloadManagerSubNodeContainerBase::CommandDone(PVMFStatus aStatus, PVInterface*aExtMsg, … in CommandDone() argument
3282 …ete(iContainer->iCurrentCommand, iContainer->iCurrentCommand.front(), status, aExtMsg, aEventData); in CommandDone()
3286 …rSubNodeContainerBase::CancelCommandDone(PVMFStatus aStatus, PVInterface*aExtMsg, OsclAny*aEventDa… in CancelCommandDone() argument
3288 OSCL_UNUSED_ARG(aExtMsg); in CancelCommandDone()
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.cpp725 PVMFStatus aStatus, PVInterface* aExtMsg, in CommandComplete() argument
773 PVMFCmdResp resp(aCmd.iId, aCmd.iContext, aStatus, aExtMsg, aEventData); in CommandComplete()
1563 …P3FFParserNode::ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData, PVInterface*aExtMsg) in ReportInfoEvent() argument
1567 PVMFNodeInterface::ReportInfoEvent(aEventType, aEventData, aExtMsg); in ReportInfoEvent()
3907 void PVMFSubNodeContainerBaseMp3::CommandDone(PVMFStatus aStatus, PVInterface*aExtMsg, in CommandDone() argument
3943 …ete(iContainer->iCurrentCommand, iContainer->iCurrentCommand.front(), status, aExtMsg, aEventData); in CommandDone()
3947 void PVMFSubNodeContainerBaseMp3::CancelCommandDone(PVMFStatus aStatus, PVInterface*aExtMsg, OsclAn… in CancelCommandDone() argument
3950 OSCL_UNUSED_ARG(aExtMsg); in CancelCommandDone()
Dpvmf_mp3ffparser_node.h577 … ReportInfoEvent(PVMFEventType aEventType, OsclAny* aEventData = NULL, PVInterface*aExtMsg = NULL);
/external/opencore/nodes/streaming/streamingmanager/plugins/common/src/
Dpvmf_sm_fsp_base_impl.cpp2015 PVInterface* aExtMsg, in CommandComplete() argument
2023 if (aExtMsg) in CommandComplete()
2025 extif = aExtMsg; in CommandComplete()
2079 PVInterface* aExtMsg) in InternalCommandComplete() argument
2086 if (aExtMsg) in InternalCommandComplete()
2088 extif = aExtMsg; in InternalCommandComplete()
5405 PVInterface* aExtMsg) in ErrHandlingCommandComplete() argument
5411 OSCL_UNUSED_ARG(aExtMsg); in ErrHandlingCommandComplete()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.cpp2111 …CmdQ& aCmdQ, PVMFAMRFFNodeCommand& aCmd, PVMFStatus aStatus, PVInterface*aExtMsg, OsclAny* aEventD… in CommandComplete() argument
2118 if (aExtMsg) in CommandComplete()
2120 extif = aExtMsg; in CommandComplete()
2144 PVInterface* aExtMsg) in CommandComplete() argument
2151 if (aExtMsg) in CommandComplete()
2153 extif = aExtMsg; in CommandComplete()
Dpvmf_amrffparser_node.h555 PVInterface* aExtMsg = NULL);
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp3698 PVInterface* aExtMsg) in CommandComplete() argument
3705 if (aExtMsg) in CommandComplete()
3707 extif = aExtMsg; in CommandComplete()
Dpvmf_aacffparser_node.h878 PVInterface* aExtMsg = NULL);