Searched refs:mStorage (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp47 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
52 : mStorage(rhs.mStorage), mCount(rhs.mCount),
55 if (mStorage) {
56 SharedBuffer::sharedBuffer(mStorage)->acquire();
77 mStorage = rhs.mStorage;
79 SharedBuffer::sharedBuffer(mStorage)->acquire();
81 mStorage = 0;
90 if (mStorage) {
[all...]
H A DVectorImpl.h35 * For performance reasons, we expose mStorage and mCount
60 inline const void* arrayImpl() const { return mStorage; }
125 void * mStorage; // base address of the vector member in class:android::tinyutils::VectorImpl
/system/core/libutils/
H A DVectorImpl.cpp45 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
50 : mStorage(rhs.mStorage), mCount(rhs.mCount),
53 if (mStorage) {
54 SharedBuffer::bufferFromData(mStorage)->acquire();
74 mStorage = rhs.mStorage;
76 SharedBuffer::bufferFromData(mStorage)->acquire();
78 mStorage = 0;
87 if (mStorage) {
[all...]
/system/core/include/utils/
H A DVectorImpl.h35 * For performance reasons, we expose mStorage and mCount
59 inline const void* arrayImpl() const { return mStorage; }
122 void * mStorage; // base address of the vector member in class:android::VectorImpl

Completed in 94 milliseconds