Lines Matching refs:Parcel

177     const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)  in finish_flatten_binder()
183 const sp<IBinder>& binder, Parcel* out) in flatten_binder()
226 const Parcel& /*in*/) in finish_unflatten_binder() argument
232 const Parcel& in, sp<IBinder>* out) in unflatten_binder()
252 Parcel::Parcel() in Parcel() function in android::hardware::Parcel
258 Parcel::~Parcel() in ~Parcel()
264 size_t Parcel::getGlobalAllocSize() { in getGlobalAllocSize()
268 size_t Parcel::getGlobalAllocCount() { in getGlobalAllocCount()
272 const uint8_t* Parcel::data() const in data()
277 size_t Parcel::dataSize() const in dataSize()
282 size_t Parcel::dataAvail() const in dataAvail()
291 size_t Parcel::dataPosition() const in dataPosition()
296 size_t Parcel::dataCapacity() const in dataCapacity()
301 status_t Parcel::setDataSize(size_t size) in setDataSize()
318 void Parcel::setDataPosition(size_t pos) const in setDataPosition()
330 status_t Parcel::setDataCapacity(size_t size) in setDataCapacity()
342 status_t Parcel::setData(const uint8_t* buffer, size_t len) in setData()
360 status_t Parcel::writeInterfaceToken(const char* interface) in writeInterfaceToken()
366 bool Parcel::enforceInterface(const char* interface) const in enforceInterface()
378 const binder_size_t* Parcel::objects() const in objects()
383 size_t Parcel::objectsCount() const in objectsCount()
388 status_t Parcel::errorCheck() const in errorCheck()
393 void Parcel::setError(status_t err) in setError()
398 status_t Parcel::finishWrite(size_t len) in finishWrite()
417 status_t Parcel::writeUnpadded(const void* data, size_t len) in writeUnpadded()
442 status_t Parcel::write(const void* data, size_t len) in write()
458 void* Parcel::writeInplace(size_t len) in writeInplace()
504 status_t Parcel::writeInt8(int8_t val) in writeInt8()
509 status_t Parcel::writeUint8(uint8_t val) in writeUint8()
514 status_t Parcel::writeInt16(int16_t val) in writeInt16()
519 status_t Parcel::writeUint16(uint16_t val) in writeUint16()
524 status_t Parcel::writeInt32(int32_t val) in writeInt32()
529 status_t Parcel::writeUint32(uint32_t val) in writeUint32()
534 status_t Parcel::writeBool(bool val) in writeBool()
538 status_t Parcel::writeInt64(int64_t val) in writeInt64()
543 status_t Parcel::writeUint64(uint64_t val) in writeUint64()
548 status_t Parcel::writePointer(uintptr_t val) in writePointer()
553 status_t Parcel::writeFloat(float val) in writeFloat()
560 status_t Parcel::writeDouble(double val) in writeDouble()
572 status_t Parcel::writeDouble(double val) in writeDouble()
579 status_t Parcel::writeCString(const char* str) in writeCString()
583 status_t Parcel::writeString16(const std::unique_ptr<String16>& str) in writeString16()
592 status_t Parcel::writeString16(const String16& str) in writeString16()
597 status_t Parcel::writeString16(const char16_t* str, size_t len) in writeString16()
614 status_t Parcel::writeStrongBinder(const sp<IBinder>& val) in writeStrongBinder()
620 status_t Parcel::writeObject(const T& val) in writeObject()
688 template status_t Parcel::writeObject<flat_binder_object>(const flat_binder_object& val);
689 template status_t Parcel::writeObject<binder_fd_object>(const binder_fd_object& val);
690 template status_t Parcel::writeObject<binder_buffer_object>(const binder_buffer_object& val);
691 template status_t Parcel::writeObject<binder_fd_array_object>(const binder_fd_array_object& val);
693 bool Parcel::validateBufferChild(size_t child_buffer_handle, in validateBufferChild()
709 bool Parcel::validateBufferParent(size_t parent_buffer_handle, in validateBufferParent()
723 status_t Parcel::writeEmbeddedBuffer( in writeEmbeddedBuffer()
746 status_t Parcel::writeBuffer(const void *buffer, size_t length, size_t *handle) in writeBuffer()
763 void Parcel::clearCache() const { in clearCache()
769 void Parcel::updateCache() const { in updateCache()
789 status_t Parcel::findBuffer(const void *ptr, size_t length, bool *found, in findBuffer()
821 status_t Parcel::quickFindBuffer(const void *ptr, size_t *handle) const { in quickFindBuffer()
835 status_t Parcel::writeNativeHandleNoDup(const native_handle_t *handle, in writeNativeHandleNoDup()
874 status_t Parcel::writeNativeHandleNoDup(const native_handle_t *handle) in writeNativeHandleNoDup()
879 status_t Parcel::writeEmbeddedNativeHandle(const native_handle_t *handle, in writeEmbeddedNativeHandle()
887 status_t Parcel::read(void* outData, size_t len) const in read()
905 const void* Parcel::readInplace(size_t len) const in readInplace()
924 status_t Parcel::readAligned(T *pArg) const { in readAligned()
938 T Parcel::readAligned() const { in readAligned()
948 status_t Parcel::writeAligned(T val) { in writeAligned()
962 status_t Parcel::readInt8(int8_t *pArg) const in readInt8()
967 status_t Parcel::readUint8(uint8_t *pArg) const in readUint8()
972 status_t Parcel::readInt16(int16_t *pArg) const in readInt16()
977 status_t Parcel::readUint16(uint16_t *pArg) const in readUint16()
982 status_t Parcel::readInt32(int32_t *pArg) const in readInt32()
987 int32_t Parcel::readInt32() const in readInt32()
992 status_t Parcel::readUint32(uint32_t *pArg) const in readUint32()
997 uint32_t Parcel::readUint32() const in readUint32()
1002 status_t Parcel::readInt64(int64_t *pArg) const in readInt64()
1007 int64_t Parcel::readInt64() const in readInt64()
1012 status_t Parcel::readUint64(uint64_t *pArg) const in readUint64()
1017 uint64_t Parcel::readUint64() const in readUint64()
1022 status_t Parcel::readPointer(uintptr_t *pArg) const in readPointer()
1032 uintptr_t Parcel::readPointer() const in readPointer()
1038 status_t Parcel::readFloat(float *pArg) const in readFloat()
1044 float Parcel::readFloat() const in readFloat()
1051 status_t Parcel::readDouble(double *pArg) const in readDouble()
1064 double Parcel::readDouble() const in readDouble()
1076 status_t Parcel::readDouble(double *pArg) const in readDouble()
1081 double Parcel::readDouble() const in readDouble()
1088 status_t Parcel::readBool(bool *pArg) const in readBool()
1096 bool Parcel::readBool() const in readBool()
1108 const char* Parcel::readCString() const in readCString()
1124 String16 Parcel::readString16() const in readString16()
1133 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const in readString16()
1156 status_t Parcel::readString16(String16* pArg) const in readString16()
1169 const char16_t* Parcel::readString16Inplace(size_t* outLen) const in readString16Inplace()
1183 status_t Parcel::readStrongBinder(sp<IBinder>* val) const in readStrongBinder()
1192 status_t Parcel::readNullableStrongBinder(sp<IBinder>* val) const in readNullableStrongBinder()
1197 sp<IBinder> Parcel::readStrongBinder() const in readStrongBinder()
1208 const T* Parcel::readObject(size_t *objects_offset) const in readObject()
1302 template const flat_binder_object* Parcel::readObject<flat_binder_object>(size_t *objects_offset) c…
1304 template const binder_fd_object* Parcel::readObject<binder_fd_object>(size_t *objects_offset) const;
1306 template const binder_buffer_object* Parcel::readObject<binder_buffer_object>(size_t *objects_offse…
1308 template const binder_fd_array_object* Parcel::readObject<binder_fd_array_object>(size_t *objects_o…
1310 bool Parcel::verifyBufferObject(const binder_buffer_object *buffer_obj, in verifyBufferObject()
1340 status_t Parcel::readBuffer(size_t buffer_size, size_t *buffer_handle, in readBuffer()
1360 status_t Parcel::readNullableBuffer(size_t buffer_size, size_t *buffer_handle, in readNullableBuffer()
1368 status_t Parcel::readBuffer(size_t buffer_size, size_t *buffer_handle, in readBuffer()
1379 status_t Parcel::readEmbeddedBuffer(size_t buffer_size, in readEmbeddedBuffer()
1394 status_t Parcel::readNullableEmbeddedBuffer(size_t buffer_size, in readNullableEmbeddedBuffer()
1404 status_t Parcel::readEmbeddedNativeHandle(size_t parent_buffer_handle, in readEmbeddedNativeHandle()
1415 status_t Parcel::readNullableNativeHandleNoDup(const native_handle_t **handle, in readNullableNativeHandleNoDup()
1491 status_t Parcel::readNullableEmbeddedNativeHandle(size_t parent_buffer_handle, in readNullableEmbeddedNativeHandle()
1499 status_t Parcel::readNativeHandleNoDup(const native_handle_t **handle) const in readNativeHandleNoDup()
1508 status_t Parcel::readNullableNativeHandleNoDup(const native_handle_t **handle) const in readNullableNativeHandleNoDup()
1513 void Parcel::closeFileDescriptors() in closeFileDescriptors()
1530 uintptr_t Parcel::ipcData() const in ipcData()
1535 size_t Parcel::ipcDataSize() const in ipcDataSize()
1540 uintptr_t Parcel::ipcObjects() const in ipcObjects()
1545 size_t Parcel::ipcObjectsCount() const in ipcObjectsCount()
1551 size_t Parcel::ipcBufferSize() const in ipcBufferSize()
1575 void Parcel::ipcSetDataReference(const uint8_t* data, size_t dataSize, in ipcSetDataReference()
1605 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const in print()
1640 void Parcel::releaseObjects() in releaseObjects()
1654 void Parcel::acquireObjects() in acquireObjects()
1668 void Parcel::freeData() in freeData()
1674 void Parcel::freeDataNoInit() in freeDataNoInit()
1693 status_t Parcel::growData(size_t len) in growData()
1706 status_t Parcel::restartWrite(size_t desired) in restartWrite()
1758 status_t Parcel::continueWrite(size_t desired) in continueWrite()
1913 void Parcel::initState() in initState()
1946 void Parcel::scanForFds() const in scanForFds()