Home | History | Annotate | Download | only in include

Lines Matching refs:OSCL_HeapString

43     OSCL_HeapString<SDPParserAlloc> intg_nonce;
44 OSCL_HeapString<SDPParserAlloc> srtp_key_salt;
46 OSCL_HeapString<SDPParserAlloc> srtp_param_ext;
53 OSCL_HeapString<SDPParserAlloc> pt;
54 OSCL_HeapString<SDPParserAlloc> val;
57 OSCL_HeapString<SDPParserAlloc> ack_param;
58 OSCL_HeapString<SDPParserAlloc> nack_param;
59 OSCL_HeapString<SDPParserAlloc> param;
70 OSCL_HeapString<SDPParserAlloc> type;
74 OSCL_HeapString<SDPParserAlloc> transportProfile;
78 OSCL_HeapString<SDPParserAlloc> MIMEType; // code support multiple rtpmap with same MIMEType.
80 OSCL_HeapString<SDPParserAlloc> controlURL;
92 OSCL_HeapString<SDPParserAlloc> dependsonURL;
269 inline void setType(const OSCL_HeapString<SDPParserAlloc>& typ)
292 inline void setTransportProfile(const OSCL_HeapString<SDPParserAlloc>& tProfile)
325 inline void setControlURL(const OSCL_HeapString<SDPParserAlloc>& CURL)
338 inline void setDependsonURL(const OSCL_HeapString<SDPParserAlloc>& DURL)
356 inline void setMIMEType(const OSCL_HeapString<SDPParserAlloc>& MType)
437 inline void setCNetworkType(const OSCL_HeapString<SDPParserAlloc>& nType)
450 inline void setCAddressType(const OSCL_HeapString<SDPParserAlloc>& aType)
463 inline void setCAddress(const OSCL_HeapString<SDPParserAlloc>& address)
481 inline void setSRTPintg_nonce(const OSCL_HeapString<SDPParserAlloc>& intg)
494 inline void setSRTPkey_salt(const OSCL_HeapString<SDPParserAlloc>& key)
512 inline void setSRTPparam_ext(const OSCL_HeapString<SDPParserAlloc>& ext)