HomeSort by relevance Sort by last modified time
    Searched refs:HeapBase (Results 1 - 20 of 20) sorted by null

  /external/opencore/oscl/oscl/osclregcli/src/
oscl_registry_client.h 54 class OsclRegistryClient : public HeapBase
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_ao.h 51 public HeapBase,
205 class OsclTimerObject: public HeapBase
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns.h 97 class OsclDNS: public HeapBase
oscl_socket.h 67 class OsclSocketServ : public HeapBase
124 class OsclUDPSocket : public HeapBase
330 class OsclTCPSocket : public HeapBase
oscl_file_async_read.h 46 class OsclPtrC: public HeapBase
51 OsclPtrC(const OsclPtrC& d): HeapBase(d), iPtr(d.iPtr), iMaxLength(d.iMaxLength), iLength(d.iLength)
103 class OsclPtr: public HeapBase
108 OsclPtr(const OsclPtr& d): HeapBase(d), iPtr(d.iPtr), iMaxLength(d.iMaxLength), iLength(d.iLength)
152 class OsclBuf: public HeapBase
207 class OsclAsyncFileBuffer: public HeapBase
oscl_file_cache.h 51 class OsclFileCache : public HeapBase
oscl_file_native.h 66 class OsclNativeFile : public HeapBase
oscl_socket_serv_imp_pv.h 42 class OsclSocketServI: public HeapBase, public OsclSocketServIBase
oscl_file_io.h 70 class Oscl_File : public HeapBase
  /external/opencore/pvmi/pvmf/include/
pvmf_media_data_impl.h 42 class PVMFMediaDataImpl: public HeapBase
pvmf_simple_media_buffer.h 89 class PVMFSimpleMediaBufferCombinedAlloc : public HeapBase
pvmf_node_interface.h 171 class PVMFPortIter : public HeapBase
  /external/opencore/pvmi/recognizer/include/
pvmf_recognizer_plugin.h 122 class PVMFRecognizerPluginFactory: public HeapBase
  /external/opencore/fileformats/mp4/parser/include/
trackfragmentatom.h 54 class TrackDurationInfo : public HeapBase
69 class TrackDurationContainer : public HeapBase
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string.h 58 class OSCL_EXPORT_REF OSCL_String : public HeapBase
  /external/opencore/nodes/common/include/
pvmf_media_presentation_info.h 54 class PVMFTrackInfo : public HeapBase
70 PVMFTrackInfo(const PVMFTrackInfo& aSourceTrackInfo) : HeapBase(aSourceTrackInfo)
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
mt.h 118 //class MultiplexEntrySendMgr : public HeapBase
119 class MultiplexEntrySendMgr : public HeapBase
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem.h 909 * HeapBase is the base class for all classes that allocates memory.
911 * HeapBase has overloaded new and delete operators.
916 * HeapBase has a virtual destructor which calls the destructor of all the derived classes.
919 class HeapBase : public _OsclHeapBase
989 HeapBase() {};
990 virtual ~HeapBase() {};
  /external/opencore/engines/2way/src/
pv_2way_datapath.h 235 class CPV2WayDatapath : public HeapBase, public CPV2WayNodeCommandObserver
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 556 class CPVUserInputDtmf : public HeapBase, public CPVUserInput
576 class CPVUserInputAlphanumeric : public HeapBase, public CPVUserInput
    [all...]

Completed in 350 milliseconds