Searched refs:aUuid (Results 1 - 25 of 171) sorted by relevance

1234567

/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/pvmi/pvmf/src/
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;
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;
/external/opencore/pvmi/pvmf/include/
H A Dpvmf_basic_errorinfomessage.h50 @param aUuid UUID for the event code's group
54 OSCL_IMPORT_REF PVMFBasicErrorInfoMessage(int32 aCode, PVUuid& aUuid, PVMFErrorInfoMessageInterface* aNextMsg = NULL);
66 @param aUuid UUID for the event code's group
68 OSCL_IMPORT_REF void SetEventCodeUUID(int32 aCode, PVUuid aUuid);
78 OSCL_IMPORT_REF void GetCodeUUID(int32& aCode, PVUuid& aUuid);
H A Dpvmf_duration_infomessage.h49 @param aUuid UUID for the event code's group
53 OSCL_IMPORT_REF PVMFDurationInfoMessage(uint32 aDuration, int32 aCode = 0, PVUuid aUuid = PVMFDurationInfoMessageInterfaceUUID);
65 @param aUuid UUID for the event code's group
67 OSCL_IMPORT_REF void SetEventCodeUUID(int32 aCode, PVUuid aUuid);
70 OSCL_IMPORT_REF void GetCodeUUID(int32& aCode, PVUuid& aUuid);
H A Dpvmf_metadata_infomessage.h49 @param aUuid UUID for the event code's group
53 OSCL_IMPORT_REF PVMFMetadataInfoMessage(Oscl_Vector<PvmiKvp, OsclMemAllocator>& aKvpList, int32 aCode = 0, PVUuid aUuid = PVMFMetadataInfoMessageInterfaceUUID);
65 @param aUuid UUID for the event code's group
67 OSCL_IMPORT_REF void SetEventCodeUUID(int32 aCode, PVUuid aUuid);
70 OSCL_IMPORT_REF void GetCodeUUID(int32& aCode, PVUuid& aUuid);
H A Dpvmi_datastreamsyncinterface_ref_factory.h43 PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
44 void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
H A Dpvmf_durationinfomessage_extension.h40 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
44 virtual void GetCodeUUID(int32& aCode, PVUuid& aUuid) = 0;
H A Dpvmf_errorinfomessage_extension.h41 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
45 virtual void GetCodeUUID(int32& aCode, PVUuid& aUuid) = 0;
H A Dpvmf_metadatainfomessage_extension.h43 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
47 virtual void GetCodeUUID(int32& aCode, PVUuid& aUuid) = 0;
/external/opencore/fileformats/common/parser/include/
H A Dpvmi_datastreamsyncinterface_ref_factory.h43 PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid);
44 void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid, PVInterface* aPtr);
/external/opencore/engines/common/include/
H A Dpv_config_interface.h45 * @param aUuid The UUID of the desired interface
50 virtual PVCommandId QueryInterface(const PVUUID& aUuid,
/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/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/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;
H A Dpv_2way_basic_interfaces.h62 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
66 virtual void GetCodeUUID(int32& aCode, PVUuid& aUuid) = 0;
/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/streaming/streamingmanager/src/
H A Dpvmf_sm_fsp_registry.h53 * @param aUuid UUID returned by the QueryRegistry
57 virtual PVMFSMFSPBaseNode* CreateSMFSP(PVUuid& aUuid);
62 * @param aUuid UUID recorded at the time of creation of the SMFSP.
68 virtual bool ReleaseSMFSP(PVUuid& aUuid, PVMFSMFSPBaseNode *aSMFSP);
/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/pvmi/content_policy_manager/plugins/common/include/
H A Dpvmf_cpmplugin_access_interface_factory.h56 virtual PVInterface* CreatePVMFCPMPluginAccessInterface(PVUuid& aUuid) = 0;
57 virtual void DestroyPVMFCPMPluginAccessInterface(PVUuid& aUuid,
/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/common/include/
H A Dpvmf_node_registry.h231 PVMFComponentRegistrationInfo(PVUuid& aUuid
239 OSCL_UNUSED_ARG(aUuid);
305 PVMFNodeRegistrationInfo(PVUuid& aUuid
312 : PVMFComponentRegistrationInfo(aUuid, aMediaCategory, aNodeType, aCapability, aHasHardwareAssist, aQueryInterface)
318 PVMFNodeRegistrationInfo(PVUuid& aUuid
325 : PVMFComponentRegistrationInfo(aUuid, aMediaCategory, aNodeType, aCapability, aHasHardwareAssist, aQueryInterface)
364 PVMFMediaIORegistrationInfo(PVUuid& aUuid
371 : PVMFComponentRegistrationInfo(aUuid, aMediaCategory, aMediaIOType, aCapability, aHasHardwareAssist, aQueryInterface)
377 PVMFMediaIORegistrationInfo(PVUuid& aUuid
384 : PVMFComponentRegistrationInfo(aUuid, aMediaCategor
[all...]
/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)

Completed in 330 milliseconds

1234567