Home
last modified time | relevance | path

Searched refs:attemptEdit (Results 1 – 3 of 3) sorted by relevance

/system/core/include/utils/
DSharedBuffer.h73 SharedBuffer* attemptEdit() const;
/system/core/libutils/
DSharedBuffer.cpp91 SharedBuffer* SharedBuffer::attemptEdit() const in attemptEdit() function in android::SharedBuffer
DVectorImpl.cpp90 SharedBuffer* editable = sb->attemptEdit(); in editArrayImpl()