Home
last modified time | relevance | path

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

/system/security/keystore/
DKeyStore.cpp88 auto initState = mUserStateDB.getUserState(srcUser); in copyMasterKey() local
89 return userState->copyMasterKey(&initState); in copyMasterKey()
/system/libhwbinder/include/hwbinder/
DParcel.h282 void initState();
/system/libhwbinder/
DParcel.cpp350 initState(); in Parcel()
1942 initState(); in freeData()
2198 void Parcel::initState() in initState() function in android::hardware::Parcel