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.cpp26 hidl_vec<uint8_t> readKeymasterBlob(const android::Parcel& in, bool inPlace) { in readKeymasterBlob() argument
35 return blob2hidlVec(reinterpret_cast<const uint8_t*>(buf), size_t(length), inPlace); in readKeymasterBlob()
49 NullOr<hidl_vec<uint8_t>> readBlobAsByteArray(const android::Parcel& in, bool inPlace) { in readBlobAsByteArray() argument
64 return blob2hidlVec(reinterpret_cast<const uint8_t*>(buf), size_t(length), inPlace); in readBlobAsByteArray()
Dkeystore_aidl_hidl_marshalling_utils.h61 hidl_vec<uint8_t> readKeymasterBlob(const android::Parcel& in, bool inPlace = true);
64 NullOr<hidl_vec<uint8_t>> readBlobAsByteArray(const android::Parcel& in, bool inPlace = true);
/system/security/keystore/include/keystore/
Dkeystore_hidl_support.h69 bool inPlace = true) {
71 if (inPlace)