Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp361 mDeallocZero = true; in markSensitive()
1731 if (mDeallocZero) { in freeDataNoInit()
1781 uint8_t* data = reallocZeroFree(mData, mDataCapacity, desired, mDeallocZero); in restartWrite()
1931 uint8_t* data = reallocZeroFree(mData, mDataCapacity, desired, mDeallocZero); in continueWrite()
1998 mDeallocZero = false; in initState()
/system/libhwbinder/include/hwbinder/
DParcel.h308 mutable bool mDeallocZero; variable