Home
last modified time | relevance | path

Searched refs:PVInterface (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/opencore/nodes/common/include/
Dpvmf_source_context_data.h55 class PVMFSourceContextDataCommon : public PVInterface
68 PVMFSourceContextDataCommon(const PVMFSourceContextDataCommon& aSrc) : PVInterface(aSrc) in PVMFSourceContextDataCommon()
92 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
143 class PVMFSourceContextDataStreaming : public PVInterface
153 … PVMFSourceContextDataStreaming(const PVMFSourceContextDataStreaming& aSrc) : PVInterface(aSrc) in PVMFSourceContextDataStreaming()
177 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
220 class PVMFSourceContextDataDownloadHTTP : public PVInterface
230 …VMFSourceContextDataDownloadHTTP(const PVMFSourceContextDataDownloadHTTP& aSrc) : PVInterface(aSrc) in PVMFSourceContextDataDownloadHTTP()
254 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
309 class PVMFSourceContextDataDownloadPVX : public PVInterface
[all …]
Dpvmf_download_data_source.h37 class PVMFDownloadDataSourceHTTP : public PVInterface
84 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
105 class PVMFDownloadDataSourcePVX : public PVInterface
137 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
Dpvmf_data_source_init_extension.h49 class PVMFDataSourceInitializationExtensionInterface : public PVInterface
54 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
91 class PVMFDataSourceNodeRegistryInitInterface : public PVInterface
Dpvmf_local_data_source.h42 class PVMFLocalDataSource : public PVInterface
55 PVMFLocalDataSource(const PVMFLocalDataSource& source) : PVInterface(source) in PVMFLocalDataSource()
71 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
Dpvmf_streaming_data_source.h48 class PVMFStreamingDataSource : public PVInterface
60 PVMFStreamingDataSource(const PVMFStreamingDataSource& source) : PVInterface(source) in PVMFStreamingDataSource()
76 bool queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
/external/opencore/fileformats/common/parser/src/
Dpvmi_datastreamsyncinterface_ref_factory.cpp49 PVInterface* PVMIDataStreamSyncInterfaceRefFactory::CreatePVMFCPMPluginAccessInterface(PVUuid& aUui… in CreatePVMFCPMPluginAccessInterface()
64 return (OSCL_STATIC_CAST(PVInterface*, datastreamptr)); in CreatePVMFCPMPluginAccessInterface()
70 …treamSyncInterfaceRefFactory::DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr) in DestroyPVMFCPMPluginAccessInterface()
93 bool PVMIDataStreamSyncInterfaceRefFactory::queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
100 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
/external/opencore/pvmi/pvmf/include/
Dpvmf_event_handling.h106 PVInterface* aEventExtInterface): in PVMFCmdResp()
123 PVInterface* aEventExtInterface, in PVMFCmdResp()
225 PVInterface* GetEventExtensionInterface() const in GetEventExtensionInterface()
234 PVInterface* iEventExtInterface;
302 PVInterface* aEventExtInterface, in PVMFAsyncEvent()
319 PVInterface* aEventExtInterface, in PVMFAsyncEvent()
445 PVInterface* GetEventExtensionInterface() const in GetEventExtensionInterface()
453 PVInterface* iEventExtInterface;
Dpv_interface.h34 class PVInterface
40 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
42 virtual ~PVInterface() {} in ~PVInterface()
Dpvmi_datastreamsyncinterface_ref_factory.h43 PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
44 void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
49 bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_filebufferdatastream_factory.h70 OSCL_IMPORT_REF void SetWriteDataStreamPtr(PVInterface* aWriteDataStream);
72 OSCL_IMPORT_REF PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
73 OSCL_IMPORT_REF void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
80 bool queryInterface(const PVUuid&, PVInterface*&) in queryInterface() argument
104 OSCL_IMPORT_REF PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
105 OSCL_IMPORT_REF void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
112 bool queryInterface(const PVUuid&, PVInterface*&) in queryInterface() argument
138 PVInterface*& iface);
277 PVInterface*& iface);
434 PVInterface* iWriteDataStream;
Dpvmf_memorybufferdatastream_factory.h247 OSCL_IMPORT_REF void SetWriteDataStreamPtr(PVInterface* aWriteDataStream);
251 OSCL_IMPORT_REF PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
253 OSCL_IMPORT_REF void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
262 bool queryInterface(const PVUuid&, PVInterface*&) in queryInterface() argument
292 OSCL_IMPORT_REF PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
294 OSCL_IMPORT_REF void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
303 bool queryInterface(const PVUuid&, PVInterface*&) in queryInterface() argument
339 OSCL_IMPORT_REF bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
454 OSCL_IMPORT_REF bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
705 PVInterface* iWriteDataStream;
/external/opencore/baselibs/thread_messaging/src/
Dpv_proxied_interface.h248 class PVProxiedInterface : public PVInterface
261 … virtual void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) = 0;
365 bool queryInterface(const PVUuid&, PVInterface*&) in queryInterface() argument
374 void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) in QueryProxiedInterface()
377 aInterfacePtr = (PVInterface*)this; in QueryProxiedInterface()
/external/opencore/codecs_v2/omx/omx_proxy/src/
Dpv_omx_proxied_interface.h254 class PVProxiedInterface_OMX : public PVInterface
267 … virtual void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) = 0;
374 bool queryInterface(const PVUuid&, PVInterface*&) in queryInterface() argument
383 void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) in QueryProxiedInterface()
386 aInterfacePtr = (PVInterface*)this; in QueryProxiedInterface()
/external/opencore/engines/author/include/
Dpvauthorengineinterface.h227 PVInterface*& aConfigInterface,
252 PVInterface*& aConfigInterface,
283 PVInterface*& aConfigInterface,
314 PVInterface*& aConfigInterface,
483 PVInterface*& aInterfacePtr,
/external/opencore/pvmi/content_policy_manager/plugins/common/include/
Dpvmf_cpmplugin_decryption_context.h39 class PVMFCPMPluginWMDRMDecryptContext : public PVInterface
64 PVInterface*& iface) in queryInterface()
69 iface = OSCL_STATIC_CAST(PVInterface*, this); in queryInterface()
Dpvmf_cpmplugin_access_interface_factory.h52 class PVMFCPMPluginAccessInterfaceFactory : public PVInterface
56 virtual PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid) = 0;
58 PVInterface* aPtr) = 0;
/external/opencore/fileformats/common/parser/include/
Dpvmi_datastreamsyncinterface_ref_factory.h43 PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
44 void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
49 bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_testset4.h194 PVInterface* iComposerConfig;
195 PVInterface* iAudioEncoderConfig;
196 PVInterface* iVideoEncoderConfig;
197 PVInterface* iTextEncoderConfig;
198 PVInterface* iOutputSizeAndDurationConfig;
Dtest_pv_author_engine_testset1.h193 PVInterface* iComposerConfig;
194 PVInterface* iAudioEncoderConfig;
195 PVInterface* iVideoEncoderConfig;
196 PVInterface* iTextEncoderConfig;
197 PVInterface* iOutputSizeAndDurationConfig;
Dtest_pv_author_engine_testset6.h160 PVInterface* iComposerConfig;
161 PVInterface* iAudioEncoderConfig;
162 PVInterface* iVideoEncoderConfig;
178 PVInterface* iOutputSizeAndDurationConfig;
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.h421 void CommandDone(PVMFStatus, PVInterface*, OsclAny*);
427 void CancelCommandDone(PVMFStatus, PVInterface*, OsclAny*);
475 PVInterface* iDataSourceInit;
476 PVInterface* iProtocolEngineExtensionInt;
477 PVInterface* iTrackSelection;
478 PVInterface* iMetadata;
479PVInterface* iFormatProgDownloadSupport; // The support interface provided by the format parser n…
480 PVInterface* iDownloadProgress;
481 PVInterface* iDataSourcePlayback;
482 PVInterface* iDatastreamUser;
[all …]
/external/opencore/engines/player/src/
Dpv_player_engine.h776 PVInterface* iDecNodePVInterfaceMetadataExt;
785 PVInterface* iSinkNodePVInterfaceSyncCtrl;
786 PVInterface* iSinkNodePVInterfaceCapConfig;
787 PVInterface* iSinkNodePVInterfaceMetadataExt;
857 PVInterface* iTsDecNodePVInterfaceCapConfig;
907 …PVCommandId QueryInterface(const PVUuid& aUuid, PVInterface*& aInterfacePtr, const OsclAny* aConte…
964 bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
1062 …mmandCompleted(PVCommandId aId, OsclAny* aContext, PVMFStatus aStatus, PVInterface* aExtInterface …
1064 void SendInformationalEvent(PVMFEventType aEventType, PVInterface* aExtInterface = NULL,
1066 void SendErrorEvent(PVMFEventType aEventType, PVInterface* aExtInterface = NULL,
[all …]
/external/opencore/nodes/streaming/streamingmanager/src/
Dpvmf_streaming_manager_extension_interface.cpp244 PVMFStreamingManagerExtensionInterfaceImpl::queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
250 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface()
257 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface()
264 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface()
271 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface()
278 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface()
285 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface()
292 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface()
/external/opencore/engines/author/src/
Dpvauthorengine.h175 …OSCL_IMPORT_REF PVCommandId SelectComposer(const PvmfMimeString& aComposerType, PVInterface*& aCon…
177 …OSCL_IMPORT_REF PVCommandId SelectComposer(const PVUuid& aComposerUuid, PVInterface*& aConfigInter…
180 const OsclAny* aComposer, PVInterface*& aConfigInterface,
183 const OsclAny* aComposer, PVInterface*& aConfigInterface,
199 PVInterface*& aInterfacePtr,
229 bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
230 …PVMFStatus DoQueryNodeCapConfig(char* aKeySubString, Oscl_Vector<PVInterface*, OsclMemAllocator>& …
302 PVMFStatus QueryNodeConfig(PVAENodeContainer* aNodeContainer, PVInterface*& aInterface);
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
Dpvmf_cpmplugin_passthru_oma1.cpp224 PVInterface*& aInterfacePtr, in QueryInterface()
356 PVInterface*
367 return (OSCL_STATIC_CAST(PVInterface*, interimPtr1)); in CreatePVMFCPMPluginAccessInterface()
375 PVInterface* aPtr) in DestroyPVMFCPMPluginAccessInterface()
426 PVInterface* extif = NULL; in CommandComplete()
431 extif = OSCL_STATIC_CAST(PVInterface*, errormsg); in CommandComplete()
597 PVInterface** ptr; in DoQueryInterface()
622 bool PVMFCPMPassThruPlugInOMA1::queryInterface(const PVUuid& uuid, PVInterface*& iface) in queryInterface()
628 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
634 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
[all …]

12345678910