Lines Matching refs:mBuffer
44 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0); in StartupConfig()
59 mBuffer.clear (); in initialize()
61 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0); in initialize()
77 return mBuffer.data (); in getInternalBuffer()
96 if ((newContentLen+mBuffer.size()) > mMaxLength) in append()
104 mBuffer.append (newContent+1, (uint8_string::size_type) (newContentLen-1)); in append()
106 mBuffer[0] = mBuffer[0] + newContentLen-1; in append()
107 ALOGD ("%s: new size %u bytes", fn, mBuffer[0]); in append()
126 const UINT8 maxLen = mBuffer[0]; in disableSecureElement()
134 tlvType = mBuffer [index]; in disableSecureElement()
136 tlvLen = mBuffer [index]; in disableSecureElement()
141 mBuffer [index] = mBuffer [index] | bitmask; //turn on certain bits in disableSecureElement()