/external/opencore/engines/author/test/src/single_core/ |
D | pvaetest_node_config.h | 51 …static bool ConfigureAudioEncoder(PVInterface* aInterface, const PvmfMimeString& aMimeType, uint32… 53 if (!aInterface) 56 OSCL_ASSERT(aInterface != NULL); 61 …PVAudioEncExtensionInterface* config = OSCL_STATIC_CAST(PVAudioEncExtensionInterface*, aInterface);
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvmf_protocol_engine_node_download_common.cpp | 1028 …PVMFDownloadDataSourceHTTP* aInterface = OSCL_STATIC_CAST(PVMFDownloadDataSourceHTTP*, aDownloadSo… in addSource() local 1029 copy(*aInterface); in addSource() 1036 …PVMFDownloadDataSourcePVX* aInterface = OSCL_STATIC_CAST(PVMFDownloadDataSourcePVX*, aDownloadSour… in addSource() local 1037 copy(*aInterface); in addSource() 1049 …PVMFSourceContextDataDownloadHTTP* aInterface = OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP… in addSource() local 1050 copy(*aInterface); in addSource() 1057 …PVMFSourceContextDataDownloadPVX* aInterface = OSCL_STATIC_CAST(PVMFSourceContextDataDownloadPVX*,… in addSource() local 1058 copy(*aInterface); in addSource()
|
/external/opencore/android/author/ |
D | android_camera_input.h | 228 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& aInterface) in queryInterface() argument 230 aInterface = NULL; // initialize aInterface to NULL in case uuid is not supported in queryInterface() 237 aInterface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
|
/external/opencore/fileformats/common/parser/src/ |
D | pvmi_datastreamsyncinterface_ref_impl.cpp | 39 …yncInterfaceRefImpl::DestroyDataStreamSyncInterfaceRefImpl(PVMIDataStreamSyncInterface* aInterface) in DestroyDataStreamSyncInterfaceRefImpl() argument 41 …amSyncInterfaceRefImpl* syncif = OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefImpl*, aInterface); in DestroyDataStreamSyncInterfaceRefImpl()
|
/external/opencore/android/ |
D | android_audio_mio.cpp | 640 …l AndroidAudioMIOActiveTimingSupport::queryInterface(const PVUuid& aUuid, PVInterface*& aInterface) in queryInterface() argument 642 aInterface = NULL; in queryInterface() 648 aInterface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_node_utils.h | 278 void Parse(PVUuid*&aUuid, PVInterface**&aInterface) in Parse() argument 281 aInterface = (PVInterface**)iParam2; in Parse()
|
D | pvmi_datastreamsyncinterface_ref_impl.h | 42 …ORT_REF static void DestroyDataStreamSyncInterfaceRefImpl(PVMIDataStreamSyncInterface* aInterface);
|
/external/opencore/fileformats/common/parser/include/ |
D | pvmi_datastreamsyncinterface_ref_impl.h | 42 …ORT_REF static void DestroyDataStreamSyncInterfaceRefImpl(PVMIDataStreamSyncInterface* aInterface);
|
/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 2055 OSCL_EXPORT_REF bool PVRefFileOutput::queryInterface(const PVUuid& aUuid, PVInterface*& aInterface) in queryInterface() argument 2057 OSCL_UNUSED_ARG(aInterface); in queryInterface() 2082 …l PVRefFileOutputActiveTimingSupport::queryInterface(const PVUuid& aUuid, PVInterface*& aInterface) in queryInterface() argument 2084 aInterface = NULL; in queryInterface() 2090 aInterface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() 2588 bool PVRefBufferAlloc::queryInterface(const PVUuid& uuid, PVInterface*& aInterface) in queryInterface() argument 2590 aInterface = NULL; // initialize aInterface to NULL in case uuid is not supported in queryInterface() 2597 aInterface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
D | pv_frame_metadata_mio_audio.cpp | 959 bool PVFMAudioMIOActiveTimingSupport::queryInterface(const PVUuid& aUuid, PVInterface*& aInterface) in queryInterface() argument 961 aInterface = NULL; in queryInterface() 967 aInterface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
|
D | pv_frame_metadata_mio_video.cpp | 1365 bool PVFMVideoMIOActiveTimingSupport::queryInterface(const PVUuid& aUuid, PVInterface*& aInterface) in queryInterface() argument 1367 aInterface = NULL; in queryInterface() 1373 aInterface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
|
D | pv_frame_metadata_utility.h | 607 PVMFErrorInfoMessageInterface* GetErrorInfoMessageInterface(PVInterface& aInterface);
|
D | pv_frame_metadata_utility.cpp | 4376 …oMessageInterface* PVFrameAndMetadataUtility::GetErrorInfoMessageInterface(PVInterface& aInterface) in GetErrorInfoMessageInterface() argument 4379 if (aInterface.queryInterface(PVMFErrorInfoMessageInterfaceUUID, temp)) in GetErrorInfoMessageInterface()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tsc_h324m_config.h | 221 bool queryInterface(const PVUuid& aUuid, PVInterface*& aInterface);
|
/external/opencore/engines/author/src/ |
D | pvauthorengine.h | 302 PVMFStatus QueryNodeConfig(PVAENodeContainer* aNodeContainer, PVInterface*& aInterface);
|
D | pvauthorengine.cpp | 1679 …Status PVAuthorEngine::QueryNodeConfig(PVAENodeContainer* aNodeContainer, PVInterface*& aInterface) in QueryNodeConfig() argument 1692 if (iNodeUtil.QueryInterface(aNodeContainer, uuid, aInterface) != PVMFPending) in QueryNodeConfig()
|
/external/opencore/pvmi/media_io/pvmiofileoutput/include/ |
D | pvmi_media_io_fileoutput.h | 494 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& aInterface) ;
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 4014 void PVMFAACFFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* aInterface) in setDownloadProgressInterface() argument 4016 if (aInterface == NULL) in setDownloadProgressInterface() 4020 iDownloadProgressInterface = aInterface; in setDownloadProgressInterface()
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_node.cpp | 3349 void PVMFAMRFFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* aInterface) in setDownloadProgressInterface() argument 3351 if (aInterface == NULL) in setDownloadProgressInterface() 3355 iDownloadProgressInterface = aInterface; in setDownloadProgressInterface()
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_downloadmanager_node.cpp | 1913 PVInterface**aInterface; in ScheduleSubNodeCommands() local 1914 aCmd.PVMFDownloadManagerNodeCommandBase::Parse(aUuid, aInterface); in ScheduleSubNodeCommands()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.h | 1423 PVMFErrorInfoMessageInterface* GetErrorInfoMessageInterface(PVInterface& aInterface);
|
D | pv_player_engine.cpp | 16477 PVMFErrorInfoMessageInterface* PVPlayerEngine::GetErrorInfoMessageInterface(PVInterface& aInterface) in GetErrorInfoMessageInterface() argument 16481 if (aInterface.queryInterface(PVMFErrorInfoMessageInterfaceUUID, temp)) in GetErrorInfoMessageInterface()
|