Home
last modified time | relevance | path

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

/system/core/libutils/
DSharedBuffer.h78 SharedBuffer* attemptEdit() const;
DSharedBuffer.cpp93 SharedBuffer* SharedBuffer::attemptEdit() const in attemptEdit() function in android::SharedBuffer
DVectorImpl.cpp89 SharedBuffer* editable = sb->attemptEdit(); in editArrayImpl()