Searched refs:flat_binder_object (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/libhwbinder/ |
H A D | Parcel.cpp | 85 const flat_binder_object& obj, const void* who) in acquire_binder_object() 123 const flat_binder_object& fbo = reinterpret_cast<const flat_binder_object&>(obj); in acquire_object() 185 flat_binder_object obj = {}; in flatten_binder() 234 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder() 639 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr); in writeObject() 693 template status_t Parcel::writeObject<flat_binder_object>(const flat_binder_object& val); 1307 template const flat_binder_object* Parcel::readObject<flat_binder_object>(size_t *objects_offset) c… 1565 const flat_binder_object* flat in closeFileDescriptors() 1662 const flat_binder_object* flat in print() 1692 const flat_binder_object* flat in releaseObjects() [all …]
|
H A D | ProcessState.cpp | 124 flat_binder_object obj { in becomeContextManager()
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Parcel.h | 35 struct flat_binder_object; 325 const flat_binder_object& obj, const void* who); 327 const flat_binder_object& obj, const void* who); 330 const sp<IBinder>& binder, flat_binder_object* out); 332 const wp<IBinder>& binder, flat_binder_object* out); 334 const flat_binder_object& flat, sp<IBinder>* out); 336 const flat_binder_object& flat, wp<IBinder>* out);
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 216 flat_binder_object obj; in flattenBinder() 505 flat_binder_object* flat in appendFrom() 1155 flat_binder_object obj; in writeFileDescriptor() 2020 const flat_binder_object* obj in readObject() 2085 const flat_binder_object* flat in closeFileDescriptors() 2137 const flat_binder_object* flat in ipcSetDataReference() 2173 const flat_binder_object* flat in print() 2197 const flat_binder_object* flat in releaseObjects() 2214 const flat_binder_object* flat in acquireObjects() 2415 const flat_binder_object* flat in continueWrite() [all …]
|
H A D | ProcessState.cpp | 152 flat_binder_object obj { in becomeContextManager()
|
/aosp12/bionic/libc/kernel/uapi/linux/android/ |
H A D | binder.h | 54 struct flat_binder_object { struct 129 #define BINDER_SET_CONTEXT_MGR_EXT _IOW('b', 13, struct flat_binder_object)
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderLibTest.cpp | 851 const flat_binder_object *fb = reply.readObject(false); in TEST_F() 871 struct flat_binder_object *freed = (struct flat_binder_object *)(reply.data()); in TEST_F() 884 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); in TEST_F() 1146 flat_binder_object obj{ in TEST_F()
|
/aosp12/frameworks/native/include/binder/ |
H A D | Parcel.h | 43 struct flat_binder_object; 319 status_t writeObject(const flat_binder_object& val, bool nullMetaData); 514 const flat_binder_object* readObject(bool nullMetaData) const;
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Parcel.h | 43 struct flat_binder_object; 319 status_t writeObject(const flat_binder_object& val, bool nullMetaData); 514 const flat_binder_object* readObject(bool nullMetaData) const;
|