Home
last modified time | relevance | path

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

/external/opencore/engines/author/test/src/single_core/
Dpvaetest_node_config.h51 …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/
Dpvmf_protocol_engine_node_download_common.cpp1028 …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/
Dandroid_camera_input.h228 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/
Dpvmi_datastreamsyncinterface_ref_impl.cpp39 …yncInterfaceRefImpl::DestroyDataStreamSyncInterfaceRefImpl(PVMIDataStreamSyncInterface* aInterface) in DestroyDataStreamSyncInterfaceRefImpl() argument
41 …amSyncInterfaceRefImpl* syncif = OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefImpl*, aInterface); in DestroyDataStreamSyncInterfaceRefImpl()
/external/opencore/android/
Dandroid_audio_mio.cpp640 …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/
Dpvmf_node_utils.h278 void Parse(PVUuid*&aUuid, PVInterface**&aInterface) in Parse() argument
281 aInterface = (PVInterface**)iParam2; in Parse()
Dpvmi_datastreamsyncinterface_ref_impl.h42 …ORT_REF static void DestroyDataStreamSyncInterfaceRefImpl(PVMIDataStreamSyncInterface* aInterface);
/external/opencore/fileformats/common/parser/include/
Dpvmi_datastreamsyncinterface_ref_impl.h42 …ORT_REF static void DestroyDataStreamSyncInterfaceRefImpl(PVMIDataStreamSyncInterface* aInterface);
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp2055 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/
Dpv_frame_metadata_mio_audio.cpp959 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()
Dpv_frame_metadata_mio_video.cpp1365 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()
Dpv_frame_metadata_utility.h607 PVMFErrorInfoMessageInterface* GetErrorInfoMessageInterface(PVInterface& aInterface);
Dpv_frame_metadata_utility.cpp4376 …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/
Dtsc_h324m_config.h221 bool queryInterface(const PVUuid& aUuid, PVInterface*& aInterface);
/external/opencore/engines/author/src/
Dpvauthorengine.h302 PVMFStatus QueryNodeConfig(PVAENodeContainer* aNodeContainer, PVInterface*& aInterface);
Dpvauthorengine.cpp1679 …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/
Dpvmi_media_io_fileoutput.h494 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& aInterface) ;
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp4014 void PVMFAACFFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* aInterface) in setDownloadProgressInterface() argument
4016 if (aInterface == NULL) in setDownloadProgressInterface()
4020 iDownloadProgressInterface = aInterface; in setDownloadProgressInterface()
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_node.cpp3349 void PVMFAMRFFParserNode::setDownloadProgressInterface(PVMFDownloadProgressInterface* aInterface) in setDownloadProgressInterface() argument
3351 if (aInterface == NULL) in setDownloadProgressInterface()
3355 iDownloadProgressInterface = aInterface; in setDownloadProgressInterface()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_downloadmanager_node.cpp1913 PVInterface**aInterface; in ScheduleSubNodeCommands() local
1914 aCmd.PVMFDownloadManagerNodeCommandBase::Parse(aUuid, aInterface); in ScheduleSubNodeCommands()
/external/opencore/engines/player/src/
Dpv_player_engine.h1423 PVMFErrorInfoMessageInterface* GetErrorInfoMessageInterface(PVInterface& aInterface);
Dpv_player_engine.cpp16477 PVMFErrorInfoMessageInterface* PVPlayerEngine::GetErrorInfoMessageInterface(PVInterface& aInterface) in GetErrorInfoMessageInterface() argument
16481 if (aInterface.queryInterface(PVMFErrorInfoMessageInterfaceUUID, temp)) in GetErrorInfoMessageInterface()