Home
last modified time | relevance | path

Searched refs:mDeallocZero (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/include/hwbinder/
DParcel.h305 mutable bool mDeallocZero; variable
/system/libhwbinder/
DParcel.cpp344 mDeallocZero = true; in markSensitive()
1725 if (mDeallocZero) { in freeDataNoInit()
1873 uint8_t* data = reallocZeroFree(mData, mDataCapacity, desired, mDeallocZero); in continueWrite()
1940 mDeallocZero = false; in initState()