Searched defs:aUuid (Results 1 - 25 of 89) sorted by relevance

1234

/external/opencore/nodes/pvprotocolenginenode/base/src/
H A Dpvmf_protocol_engine_port.h68 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
70 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvwavffparsernode/src/
H A Dpvmf_wavffparser_port.h79 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
81 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvloopbacknode/include/
H A Dpvmf_loopback_ioport.h89 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
91 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvsocketnode/include/
H A Dpvmf_socket_port.h112 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
114 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvvideoparsernode/include/
H A Dpvmf_videoparser_port.h73 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
75 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/protocols/rtsp_client_engine/src/
H A Dpvrtsp_client_engine_port.h118 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
120 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/pvmi/pvmf/src/
H A Dpvmf_duration_infomessage.cpp29 OSCL_EXPORT_REF PVMFDurationInfoMessage::PVMFDurationInfoMessage(uint32 aDuration, int32 aCode, PVUuid aUuid) : argument
34 iEventUuid = aUuid;
48 OSCL_EXPORT_REF void PVMFDurationInfoMessage::SetEventCodeUUID(int32 aCode, PVUuid aUuid) argument
52 iEventUuid = aUuid;
55 OSCL_EXPORT_REF void PVMFDurationInfoMessage::GetCodeUUID(int32& aCode, PVUuid& aUuid) argument
59 aUuid = iEventUuid;
H A Dpvmf_metadata_infomessage.cpp30 OSCL_EXPORT_REF PVMFMetadataInfoMessage::PVMFMetadataInfoMessage(Oscl_Vector<PvmiKvp, OsclMemAllocator>& aMetadataVector, int32 aCode, PVUuid aUuid) : argument
35 iEventUuid = aUuid;
52 OSCL_EXPORT_REF void PVMFMetadataInfoMessage::SetEventCodeUUID(int32 aCode, PVUuid aUuid) argument
56 iEventUuid = aUuid;
59 OSCL_EXPORT_REF void PVMFMetadataInfoMessage::GetCodeUUID(int32& aCode, PVUuid& aUuid) argument
63 aUuid = iEventUuid;
H A Dpvmf_basic_errorinfomessage.cpp29 OSCL_EXPORT_REF PVMFBasicErrorInfoMessage::PVMFBasicErrorInfoMessage(int32 aCode, PVUuid& aUuid, PVMFErrorInfoMessageInterface* aNextMsg) : argument
34 iEventUuid = aUuid;
59 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::SetEventCodeUUID(int32 aCode, PVUuid aUuid) argument
63 iEventUuid = aUuid;
79 OSCL_EXPORT_REF void PVMFBasicErrorInfoMessage::GetCodeUUID(int32& aCode, PVUuid& aUuid) argument
83 aUuid = iEventUuid;
/external/opencore/engines/author/src/single_core/
H A Dpvaenodefactoryutility.h79 static PVMFNodeInterface* CreateEncoder(const PVUuid& aUuid) argument
83 if (aUuid == KPVMFOMXVideoEncNodeUuid)
87 else if (aUuid == KPVMFOMXAudioEncNodeUuid)
93 if (aUuid == PVMFVideoEncNodeUuid)
97 else if (aUuid == PvmfAmrEncNodeUuid)
101 else if (aUuid == PVMFAvcEncNodeUuid)
109 static PVMFNodeInterface* CreateComposer(const PVUuid& aUuid) argument
112 if (aUuid == KPVMp4FFComposerNodeUuid)
116 else if (aUuid == KPVFileOutputNodeUuid)
124 static bool Delete(const PVUuid& aUuid, PVMFNodeInterfac argument
163 QueryRegistry(const PvmfMimeString& aMimeType, PVUuid& aUuid) argument
[all...]
/external/opencore/fileformats/common/parser/src/
H A Dpvmi_datastreamsyncinterface_ref_factory.cpp49 PVInterface* PVMIDataStreamSyncInterfaceRefFactory::CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid) argument
51 if (aUuid == PVMIDataStreamSyncInterfaceUuid)
70 void PVMIDataStreamSyncInterfaceRefFactory::DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr) argument
72 if (aUuid == PVMIDataStreamSyncInterfaceUuid)
/external/opencore/nodes/pvclientserversocketnode/include/
H A Dpvmf_clientserver_socket_port.h104 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
106 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvdummyinputnode/include/
H A Dpvmf_fileinput_port.h117 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
119 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/streaming/streamingmanager/config/3gpp/
H A Dpvmf_sm_fsp_registry.cpp82 PVMFSMFSPBaseNode* PVMFSMFSPRegistry::CreateSMFSP(PVUuid& aUuid) argument
90 if (iType[FSPSearchCount].iSMFSPUUID == aUuid)
112 bool PVMFSMFSPRegistry::ReleaseSMFSP(PVUuid& aUuid, PVMFSMFSPBaseNode *aSMFSP) argument
120 if (iType[FSPSearchCount].iSMFSPUUID == aUuid)
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
H A Dtsc_componentregistry.cpp51 const PVUuid& aUuid,
58 if (aUuid == PVUuidH324ComponentInterface)
50 Create(PVMFSessionId aSession, const PVUuid& aUuid, PVInterface*& aInterfacePtr, const OsclAny* aContext) argument
/external/opencore/android/
H A Dandroid_audio_stream.cpp63 PVMFCommandId AndroidAudioStream::QueryInterface(const PVUuid& aUuid, PVInterface*& aInterfacePtr, const OsclAny* aContext) argument
66 if (iActiveTiming && (aUuid == PvmiClockExtensionInterfaceUuid)) {
73 else return AndroidAudioMIO::QueryInterface(aUuid, aInterfacePtr, aContext);
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_outport.h99 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
101 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvomxbasedecnode/include/
H A Dpvmf_omx_basedec_port.h84 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
86 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvomxencnode/include/
H A Dpvmf_omx_enc_port.h75 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
77 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/protocols/systems/common/include/
H A Dpv_2way_track_info_impl.h51 PV2WayTrackInfoImpl(PVMFFormatType aMimeString, uint8* aFormatSpecificInfo, uint32 aFormatSpecificInfoLen, int32 aCode, PVUuid aUuid): iRefCount(1) argument
58 iEventUuid = aUuid;
65 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
69 virtual void GetCodeUUID(int32& aCode, PVUuid& aUuid) argument
72 aUuid = iEventUuid;
/external/opencore/baselibs/thread_messaging/src/
H A Dpv_proxied_interface.h254 ** @param aUuid (input): the requested UUID
261 virtual void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) = 0;
374 void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) argument
376 if (aUuid == iUuid)
/external/opencore/codecs_v2/omx/omx_proxy/src/
H A Dpv_omx_proxied_interface.h260 ** @param aUuid (input): the requested UUID
267 virtual void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) = 0;
383 void QueryProxiedInterface(const TPVProxyUUID& aUuid, PVInterface*& aInterfacePtr) argument
385 if (aUuid == iUuid)
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_outport.h96 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
98 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/nodes/pvmediainputnode/src/
H A Dpvmf_media_input_node_outport.h90 void QueryInterface(const PVUuid &aUuid, OsclAny*&aPtr) argument
92 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)
/external/opencore/protocols/systems/tools/general/common/src/
H A Dpvmf_buffer_data_sink.cpp167 OSCL_EXPORT_REF void PVMFBufferDataSink::QueryInterface(const PVUuid& aUuid, OsclAny*& aPtr) argument
170 if (aUuid == PVMI_CAPABILITY_AND_CONFIG_PVUUID)

Completed in 321 milliseconds

1234