Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.h63 hidl_vec<uint8_t> readKeymasterBlob(const android::Parcel& in, bool inPlace = true);
66 NullOr<hidl_vec<uint8_t>> readBlobAsByteArray(const android::Parcel& in, bool inPlace = true);
Dkeystore_aidl_hidl_marshalling_utils.cpp31 hidl_vec<uint8_t> readKeymasterBlob(const android::Parcel& in, bool inPlace) { in readKeymasterBlob() argument
41 return blob2hidlVec(reinterpret_cast<const uint8_t*>(buf), size_t(length), inPlace); in readKeymasterBlob()
/system/keymaster/ng/include/
Dkeystore_hidl_support.h72 bool inPlace = true) {
74 if (inPlace)