Searched refs:inPlace (Results 1 – 3 of 3) sorted by relevance
26 hidl_vec<uint8_t> readKeymasterBlob(const android::Parcel& in, bool inPlace) { in readKeymasterBlob() argument35 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() argument64 return blob2hidlVec(reinterpret_cast<const uint8_t*>(buf), size_t(length), inPlace); in readBlobAsByteArray()
61 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);
69 bool inPlace = true) {71 if (inPlace)