Lines Matching defs:val
842 status_t writeByteVectorInternal(Parcel* parcel, const std::vector<T>& val) in writeByteVectorInternal()
867 const std::unique_ptr<std::vector<T>>& val) in writeByteVectorInternalPtr()
878 status_t Parcel::writeByteVector(const std::vector<int8_t>& val) { in writeByteVector()
882 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<int8_t>>& val) in writeByteVector()
887 status_t Parcel::writeByteVector(const std::vector<uint8_t>& val) { in writeByteVector()
891 status_t Parcel::writeByteVector(const std::unique_ptr<std::vector<uint8_t>>& val) in writeByteVector()
896 status_t Parcel::writeInt32Vector(const std::vector<int32_t>& val) in writeInt32Vector()
901 status_t Parcel::writeInt32Vector(const std::unique_ptr<std::vector<int32_t>>& val) in writeInt32Vector()
906 status_t Parcel::writeInt64Vector(const std::vector<int64_t>& val) in writeInt64Vector()
911 status_t Parcel::writeInt64Vector(const std::unique_ptr<std::vector<int64_t>>& val) in writeInt64Vector()
916 status_t Parcel::writeUint64Vector(const std::vector<uint64_t>& val) in writeUint64Vector()
921 status_t Parcel::writeUint64Vector(const std::unique_ptr<std::vector<uint64_t>>& val) in writeUint64Vector()
926 status_t Parcel::writeFloatVector(const std::vector<float>& val) in writeFloatVector()
931 status_t Parcel::writeFloatVector(const std::unique_ptr<std::vector<float>>& val) in writeFloatVector()
936 status_t Parcel::writeDoubleVector(const std::vector<double>& val) in writeDoubleVector()
941 status_t Parcel::writeDoubleVector(const std::unique_ptr<std::vector<double>>& val) in writeDoubleVector()
946 status_t Parcel::writeBoolVector(const std::vector<bool>& val) in writeBoolVector()
951 status_t Parcel::writeBoolVector(const std::unique_ptr<std::vector<bool>>& val) in writeBoolVector()
956 status_t Parcel::writeCharVector(const std::vector<char16_t>& val) in writeCharVector()
961 status_t Parcel::writeCharVector(const std::unique_ptr<std::vector<char16_t>>& val) in writeCharVector()
966 status_t Parcel::writeString16Vector(const std::vector<String16>& val) in writeString16Vector()
972 const std::unique_ptr<std::vector<std::unique_ptr<String16>>>& val) in writeString16Vector()
978 const std::unique_ptr<std::vector<std::unique_ptr<std::string>>>& val) { in writeUtf8VectorAsUtf16Vector()
982 status_t Parcel::writeUtf8VectorAsUtf16Vector(const std::vector<std::string>& val) { in writeUtf8VectorAsUtf16Vector()
986 status_t Parcel::writeInt32(int32_t val) in writeInt32()
991 status_t Parcel::writeUint32(uint32_t val) in writeUint32()
996 status_t Parcel::writeInt32Array(size_t len, const int32_t *val) { in writeInt32Array()
1012 status_t Parcel::writeByteArray(size_t len, const uint8_t *val) { in writeByteArray()
1029 status_t Parcel::writeBool(bool val) in writeBool()
1034 status_t Parcel::writeChar(char16_t val) in writeChar()
1039 status_t Parcel::writeByte(int8_t val) in writeByte()
1044 status_t Parcel::writeInt64(int64_t val) in writeInt64()
1049 status_t Parcel::writeUint64(uint64_t val) in writeUint64()
1054 status_t Parcel::writePointer(uintptr_t val) in writePointer()
1059 status_t Parcel::writeFloat(float val) in writeFloat()
1066 status_t Parcel::writeDouble(double val) in writeDouble()
1078 status_t Parcel::writeDouble(double val) in writeDouble()
1134 status_t Parcel::writeStrongBinder(const sp<IBinder>& val) in writeStrongBinder()
1139 status_t Parcel::writeStrongBinderVector(const std::vector<sp<IBinder>>& val) in writeStrongBinderVector()
1144 status_t Parcel::writeStrongBinderVector(const std::unique_ptr<std::vector<sp<IBinder>>>& val) in writeStrongBinderVector()
1157 status_t Parcel::writeWeakBinder(const wp<IBinder>& val) in writeWeakBinder()
1252 status_t Parcel::writeUniqueFileDescriptorVector(const std::vector<base::unique_fd>& val) { in writeUniqueFileDescriptorVector()
1256 …tatus_t Parcel::writeUniqueFileDescriptorVector(const std::unique_ptr<std::vector<base::unique_fd>… in writeUniqueFileDescriptorVector()
1324 status_t Parcel::write(const FlattenableHelperInterface& val) in write()
1370 status_t Parcel::writeObject(const flat_binder_object& val, bool nullMetaData) in writeObject()
1680 status_t Parcel::writeAligned(T val) { in writeAligned()
1698 std::vector<T>* val) { in readByteVectorInternal()
1731 std::unique_ptr<std::vector<T>>* val) { in readByteVectorInternalPtr()
2215 sp<IBinder> val; in readStrongBinder() local
2225 wp<IBinder> val; in readWeakBinder() local