Searched defs:initState (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A DKeyStore.cpp97 UserState* initState = getUserState(srcUser); local
98 return userState->copyMasterKey(initState);
/system/libhwbinder/
H A DParcel.cpp355 initState();
1921 initState();
2177 void Parcel::initState() function in class:android::Parcel
2179 LOG_ALLOC("Parcel %p: initState", this);
2185 ALOGV("initState Setting data size of %p to %zu", this, mDataSize);
2186 ALOGV("initState Setting data pos of %p to %zu", this, mDataPos);

Completed in 639 milliseconds