/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_map.h | 78 class Oscl_Map 85 typedef Oscl_Map<Key, T, Alloc, Compare> self; 103 friend class Oscl_Map<Key, T, Alloc, Compare>; variable 119 Oscl_Map(const Compare& comp = Compare()) : t(comp) {} in t() 126 Oscl_Map(const self& x) : t(x.t) {} in Oscl_Map() function
|
D | oscl_tagtree.h | 169 typedef Oscl_Map<const tag_base_type, node_ptr, Alloc , Oscl_Tag_Base> map_type;
|
/external/opencore/protocols/rtp_payload_parser/include/ |
D | payload_parser_registry.h | 113 Oscl_Map < string_key_type, IPayloadParserFactory*, in lookupPayloadParserFactory() 143 typedef Oscl_Map < string_key_type, IPayloadParserFactory*, OsclMemAllocator, 146 Oscl_Map < string_key_type, IPayloadParserFactory*,
|
D | rtp_payloadparser_registry.h | 124 …Oscl_Map<string_key_type, RTPPayloadParserFactory*, OsclMemAllocator, string_key_compare_class>::i… in lookupRTPPayloadParserFactory() 139 …typedef Oscl_Map<string_key_type, RTPPayloadParserFactory*, OsclMemAllocator, string_key_compare_c… 141 …Oscl_Map<string_key_type, RTPPayloadParserFactory*, OsclMemAllocator, string_key_compare_class> _R…
|
/external/opencore/protocols/sdp/parser/include/ |
D | sdp_mediaparser_registry.h | 128 …Oscl_Map<string_key_type, SDPMediaParserFactory*, OsclMemAllocator, string_key_compare_class>::ite… in lookupSDPMediaParserFactory() 142 …typedef Oscl_Map<string_key_type, SDPMediaParserFactory*, OsclMemAllocator, string_key_compare_cla… 144 …Oscl_Map<string_key_type, SDPMediaParserFactory*, OsclMemAllocator, string_key_compare_class> _SDP…
|
/external/opencore/engines/2way/src/ |
D | pv_2way_engine.h | 897 …void ConvertMapToVector(Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_form… 1037 …Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_clas… 1038 …Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_clas… 1039 …Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_clas… 1040 …Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_clas… 1042 Oscl_Map<char*, uint32, OsclMemAllocator> iAudioLatency; 1043 Oscl_Map<char*, uint32, OsclMemAllocator> iVideoLatency; 1052 …Oscl_Map<PVMFFormatType, CPvtMediaCapability*, OsclMemAllocator, pvmf_format_type_key_compare_clas… 1057 …Oscl_Map<PVMFFormatType, PVMFFormatType, OsclMemAllocator, pvmf_format_type_key_compare_class> iAp… 1058 …Oscl_Map<PVMFFormatType, PVMFFormatType, OsclMemAllocator, pvmf_format_type_key_compare_class> iAp…
|
D | pv_2way_engine.cpp | 332 …Oscl_Map<PVMFFormatType, CPvtMediaCapability*, OsclMemAllocator, pvmf_format_type_key_compare_clas… in ~CPV324m2Way() 4167 …Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_clas… in EstablishChannel() 4168 …Oscl_Map<PVMFFormatType, PVMFFormatType, OsclMemAllocator, pvmf_format_type_key_compare_class>* ap… in EstablishChannel() 4238 …Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_clas… in EstablishChannel() 4974 …Oscl_Map<PVMFFormatType, CPvtMediaCapability*, OsclMemAllocator, pvmf_format_type_key_compare_clas… in SetPreferredCodecs() 5507 void CPV324m2Way::ConvertMapToVector(Oscl_Map < PVMFFormatType, in ConvertMapToVector() 5515 Oscl_Map < PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, in ConvertMapToVector() 5698 Oscl_Map<char*, uint32, OsclMemAllocator>::iterator it; in LookupMioLatency() 5856 …Oscl_Map<PVMFFormatType, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_clas… in DoSelectFormat() 5857 …Oscl_Map<PVMFFormatType, PVMFFormatType, OsclMemAllocator, pvmf_format_type_key_compare_class>* th… in DoSelectFormat()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/ |
D | h324utils.cpp | 1042 Oscl_Map<PVCodecType_t, uint32, OsclMemAllocator> codec_capentry_map; in VerifyCodecs() 1070 Oscl_Map<PVCodecType_t, uint32, OsclMemAllocator>::value_type( in VerifyCodecs() 1099 Oscl_Map<PVCodecType_t, uint32, OsclMemAllocator> sim_caps_for_codec; in VerifyCodecs() 1117 Oscl_Map<PVCodecType_t, uint32, OsclMemAllocator>::iterator iter = in VerifyCodecs() 1128 Oscl_Map<PVCodecType_t, uint32, OsclMemAllocator>::iterator iter = in VerifyCodecs() 1305 Oscl_Map<PV2WayMediaType, Oscl_Vector<unsigned, OsclMemAllocator>*, OsclMemAllocator> in GenerateTcs() 1312 …Oscl_Map<PV2WayMediaType, Oscl_Vector<unsigned, OsclMemAllocator>*, OsclMemAllocator>::iterator it… in GenerateTcs() 1318 Oscl_Map < PV2WayMediaType, in GenerateTcs() 1343 Oscl_Map < PV2WayMediaType, in GenerateTcs()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
D | h223types.h | 246 class OlcList: public Oscl_Map<OlcKey, OlcParam*, OsclMemAllocator> 319 typedef Oscl_Map<unsigned , TPVMuxDescriptorSlot, PoolMemAlloc_OsclMemAllocator_10> TPVMuxDescripto…
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
D | mt.h | 142 typedef Oscl_Map<int32, MultiplexEntrySendMgr*, OsclMemAllocator> PendingMtSendMap;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
D | tscmain.h | 656 … Oscl_Map<PVMFPortInterface*, H223IncomingChannelPtr, OsclMemAllocator> iRequestedIncomingChannels; 657 … Oscl_Map<PVMFPortInterface*, H223OutgoingChannelPtr, OsclMemAllocator> iRequestedOutgoingChannels;
|
D | tsc_h324m_config.h | 205 Oscl_Map<PVMFCommandId, CPVCmnInterfaceCmdMessage*, OsclMemAllocator> iPendingCmds;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | cpvh223multiplex.h | 46 typedef Oscl_Map<unsigned , OsclSharedPtr<PVMFMediaDataImpl>, PoolMemAlloc_OsclMemAllocator_10> Mux…
|
/external/opencore/pvmi/content_policy_manager/src/ |
D | cpm_internal.h | 837 …typedef Oscl_Map<string_key_type, CPMPluginContainer*, OsclMemAllocator, string_key_compare_class>… 859 …Oscl_Map<string_key_type, CPMPluginContainer*, OsclMemAllocator, string_key_compare_class> iCPMPlu…
|
D | cpm.cpp | 3069 …Oscl_Map<string_key_type, CPMPluginContainer*, OsclMemAllocator, string_key_compare_class>::iterat… in lookupPlugin()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tscmain.cpp | 1782 Oscl_Map<PVMFPortInterface*, H223IncomingChannelPtr, OsclMemAllocator>::iterator iter; in DoReleasePort() 1802 Oscl_Map<PVMFPortInterface*, H223OutgoingChannelPtr, OsclMemAllocator>::iterator iter; in DoReleasePort()
|
D | tsc_h324m_config.cpp | 1016 …Oscl_Map<PVMFCommandId, CPVCmnInterfaceCmdMessage*, OsclMemAllocator>::iterator it = iPendingCmds.… in ~H324MConfigProxied()
|