HomeSort by relevance Sort by last modified time
    Searched defs:DMAllocatedPointersPool (Results 1 - 4 of 4) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
dmAllocatedPointersPool.cc 19 Source Name: dmAllocatedPointersPool.cc
21 General Description: Implementation of the DMAllocatedPointersPool class
30 #include "dmAllocatedPointersPool.h"
33 DMAllocatedPointersPool::~DMAllocatedPointersPool()
40 void DMAllocatedPointersPool::PrintUnreleased()
52 ptr += 3*sizeof(const char*) + DMAllocatedPointersPool::c_nExtraBytes;
  /packages/apps/OMA-DM/engine/xpl/src/
dmAllocatedPointersPool.cc 22 #include "dmAllocatedPointersPool.h"
25 DMAllocatedPointersPool::~DMAllocatedPointersPool()
32 void DMAllocatedPointersPool::PrintUnreleased()
44 ptr += 3*sizeof(const char*) + DMAllocatedPointersPool::c_nExtraBytes;
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
dmAllocatedPointersPool.h 22 Header Name: dmAllocatedPointersPool.h
44 class DMAllocatedPointersPool
52 DMAllocatedPointersPool(){}
57 ~DMAllocatedPointersPool();
95 inline bool DMAllocatedPointersPool::exists(void* ptr)
103 inline void DMAllocatedPointersPool::append(void* ptr)
110 inline bool DMAllocatedPointersPool::remove(void* ptr)
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmAllocatedPointersPool.h 35 class DMAllocatedPointersPool
43 DMAllocatedPointersPool(){}
48 ~DMAllocatedPointersPool();
86 inline bool DMAllocatedPointersPool::exists(void* ptr)
94 inline void DMAllocatedPointersPool::append(void* ptr)
101 inline bool DMAllocatedPointersPool::remove(void* ptr)

Completed in 58 milliseconds