Searched defs:Oscl_Vector (Results 1 - 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_vector.h31 \brief The file oscl_vector.h defines the template class Oscl_Vector which has a very similar API as the STL Vector class (it basically provides a subset of the STL functionality). Memory allocation is abstracted through the use of an allocator template parameter.
58 * Oscl_Vector_Base is a non-templatized base class for Oscl_Vector.
60 * in the Oscl_Vector implementation.
62 * Oscl_Vector.
214 * Oscl_Vector Class. A subset of STL::Vector methods.
215 * Oscl_Vector supports random access to elements, constant time insertion
222 class Oscl_Vector class in inherits:Oscl_Vector_Base,Oscl_Opaque_Type_Alloc
238 Oscl_Vector() : Oscl_Vector_Base(), Oscl_Opaque_Type_Alloc() function in class:Oscl_Vector
252 Oscl_Vector(uint32 n) : Oscl_Vector_Base(), Oscl_Opaque_Type_Alloc() function in class:Oscl_Vector
262 Oscl_Vector(cons argument
279 operator =(const Oscl_Vector<T, Alloc>& x) argument
[all...]
/external/opencore/fileformats/common/parser/include/
H A Dvirtual_buffer.h42 VirtualBuffer(const Oscl_Vector<OsclRefCounterMemFrag, OsclMemAllocator>& buffers);
90 void copy(Oscl_Vector<OsclRefCounterMemFrag, OsclMemAllocator>& vOutFrags);
93 const Oscl_Vector<OsclRefCounterMemFrag, OsclMemAllocator>& fragments()
108 Oscl_Vector<OsclRefCounterMemFrag, OsclMemAllocator> vFragments;
125 VirtualBuffer<TBufferAccess>::VirtualBuffer(const Oscl_Vector<OsclRefCounterMemFrag, OsclMemAllocator>& buffers) argument
264 void VirtualBuffer<TBufferAccess>::copy(Oscl_Vector<OsclRefCounterMemFrag, OsclMemAllocator>& vOutFrags)
/external/opencore/protocols/sdp/common/include/
H A Dmedia_info.h68 Oscl_Vector<int, SDPParserAlloc> alternateTrackId;
69 Oscl_Vector<int, SDPParserAlloc> dependentTrackId;
76 Oscl_Vector<PayloadSpecificInfoTypeBase*, SDPParserAlloc> payloadSpecificInfoVector;
347 inline void setpayloadSpacificInfoVector(const Oscl_Vector<PayloadSpecificInfoTypeBase*, SDPParserAlloc>& pInfo) argument
632 inline Oscl_Vector<PayloadSpecificInfoTypeBase*, SDPParserAlloc> getPayloadSpecificInfoVector()
838 inline Oscl_Vector<int , SDPParserAlloc> getdependentTrackId()
842 inline Oscl_Vector<int, SDPParserAlloc> getalternateTrackId()
1018 bool setSampleRateForPayloads(Oscl_Vector<PayloadSpecificInfoTypeBase*, SDPParserAlloc> payloadSpecificInfo)
1032 bool setNumOfChannelsForPayloads(Oscl_Vector<PayloadSpecificInfoTypeBase*, SDPParserAlloc>payloadSpecificInfo)

Completed in 31 milliseconds