Searched refs:editResize (Results 1 - 8 of 8) sorted by relevance

/system/core/include/utils/
H A DSharedBuffer.h70 SharedBuffer* editResize(size_t size) const;
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSharedBuffer.h74 SharedBuffer* editResize(size_t size) const;
H A DSharedBuffer.cpp60 SharedBuffer* SharedBuffer::editResize(size_t newSize) const function in class:android::tinyutils::SharedBuffer
H A DVectorImpl.cpp293 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize);
345 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize);
/system/core/libutils/
H A DString16.cpp204 ->editResize((len+1)*sizeof(char16_t));
227 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
248 ->editResize((myLen+otherLen+1)*sizeof(char16_t));
283 ->editResize((myLen+len+1)*sizeof(char16_t));
400 ->editResize((N+1)*sizeof(char16_t));
409 ->editResize((len+1)*sizeof(char16_t));
H A DSharedBuffer.cpp58 SharedBuffer* SharedBuffer::editResize(size_t newSize) const function in class:android::SharedBuffer
H A DString8.cpp354 ->editResize(myLen+otherLen+1);
369 ->editResize(size+1);
387 ->editResize(size+1);
H A DVectorImpl.cpp386 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize);
444 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize);

Completed in 153 milliseconds