Home
last modified time | relevance | path

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

/system/security/keystore/
DIKeystoreService.cpp34 static keymaster_key_param_t* readParamList(const Parcel& in, size_t* length);
181 keymaster_key_param_t* params = readParamList(in, &length); in readFromParcel()
185 params = readParamList(in, &length); in readFromParcel()
417 static keymaster_key_param_t* readParamList(const Parcel& in, size_t* length) { in readParamList() function