Lines Matching defs:const
452 void Parcel::setDataPosition(size_t pos) const in setDataPosition()
625 bool Parcel::checkInterface(IBinder* binder) const in checkInterface()
631 IPCThreadState* threadState) const in enforceInterface()
1114 status_t Parcel::readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const { in readStrongBinderVector()
1118 status_t Parcel::readStrongBinderVector(std::vector<sp<IBinder>>* val) const { in readStrongBinderVector()
1366 status_t Parcel::read(void* outData, size_t len) const in read()
1384 const void* Parcel::readInplace(size_t len) const in readInplace()
1403 status_t Parcel::readAligned(T *pArg) const { in readAligned()
1502 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector()
1506 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector()
1510 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector()
1514 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector()
1518 status_t Parcel::readInt32Vector(std::unique_ptr<std::vector<int32_t>>* val) const { in readInt32Vector()
1522 status_t Parcel::readInt32Vector(std::vector<int32_t>* val) const { in readInt32Vector()
1526 status_t Parcel::readInt64Vector(std::unique_ptr<std::vector<int64_t>>* val) const { in readInt64Vector()
1530 status_t Parcel::readInt64Vector(std::vector<int64_t>* val) const { in readInt64Vector()
1534 status_t Parcel::readFloatVector(std::unique_ptr<std::vector<float>>* val) const { in readFloatVector()
1538 status_t Parcel::readFloatVector(std::vector<float>* val) const { in readFloatVector()
1542 status_t Parcel::readDoubleVector(std::unique_ptr<std::vector<double>>* val) const { in readDoubleVector()
1546 status_t Parcel::readDoubleVector(std::vector<double>* val) const { in readDoubleVector()
1550 status_t Parcel::readBoolVector(std::unique_ptr<std::vector<bool>>* val) const { in readBoolVector()
1572 status_t Parcel::readBoolVector(std::vector<bool>* val) const { in readBoolVector()
1602 status_t Parcel::readCharVector(std::unique_ptr<std::vector<char16_t>>* val) const { in readCharVector()
1606 status_t Parcel::readCharVector(std::vector<char16_t>* val) const { in readCharVector()
1611 std::unique_ptr<std::vector<std::unique_ptr<String16>>>* val) const { in readString16Vector()
1615 status_t Parcel::readString16Vector(std::vector<String16>* val) const { in readString16Vector()
1620 std::unique_ptr<std::vector<std::unique_ptr<std::string>>>* val) const { in readUtf8VectorFromUtf16Vector()
1624 status_t Parcel::readUtf8VectorFromUtf16Vector(std::vector<std::string>* val) const { in readUtf8VectorFromUtf16Vector()
1628 status_t Parcel::readInt32(int32_t *pArg) const in readInt32()
1638 status_t Parcel::readUint32(uint32_t *pArg) const in readUint32()
1648 status_t Parcel::readInt64(int64_t *pArg) const in readInt64()
1659 status_t Parcel::readUint64(uint64_t *pArg) const in readUint64()
1669 status_t Parcel::readPointer(uintptr_t *pArg) const in readPointer()
1685 status_t Parcel::readFloat(float *pArg) const in readFloat()
1698 status_t Parcel::readDouble(double *pArg) const in readDouble()
1723 status_t Parcel::readDouble(double *pArg) const in readDouble()
1735 status_t Parcel::readIntPtr(intptr_t *pArg) const in readIntPtr()
1746 status_t Parcel::readBool(bool *pArg) const in readBool()
1759 status_t Parcel::readChar(char16_t *pArg) const in readChar()
1772 status_t Parcel::readByte(int8_t *pArg) const in readByte()
1785 status_t Parcel::readUtf8FromUtf16(std::string* str) const { in readUtf8FromUtf16()
1810 status_t Parcel::readUtf8FromUtf16(std::unique_ptr<std::string>* str) const { in readUtf8FromUtf16()
1862 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const in readString16()
1885 status_t Parcel::readString16(String16* pArg) const in readString16()
1898 const char16_t* Parcel::readString16Inplace(size_t* outLen) const in readString16Inplace()
1913 status_t Parcel::readStrongBinder(sp<IBinder>* val) const in readStrongBinder()
1932 status_t Parcel::readParcelable(Parcelable* parcelable) const { in readParcelable()
1996 status_t Parcel::readUniqueFileDescriptor(ScopedFd* val) const in readUniqueFileDescriptor()
2014 status_t Parcel::readUniqueFileDescriptorVector(std::unique_ptr<std::vector<ScopedFd>>* val) const { in readUniqueFileDescriptorVector()
2018 status_t Parcel::readUniqueFileDescriptorVector(std::vector<ScopedFd>* val) const { in readUniqueFileDescriptorVector()
2022 status_t Parcel::readBlob(size_t len, ReadableBlob* outBlob) const in readBlob()
2050 status_t Parcel::read(FlattenableHelperInterface& val) const in read()
2096 const flat_binder_object* Parcel::readObject(bool nullMetaData) const in readObject()
2223 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const in print()