Searched refs:flat_binder_object (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 97 const flat_binder_object& obj, const void* who, size_t* outAshmemSize) in acquire_object() 139 const flat_binder_object& obj, const void* who) in acquire_object() 145 const flat_binder_object& obj, const void* who, size_t* outAshmemSize) in release_object() 193 const flat_binder_object& obj, const void* who) in release_object() 199 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() 207 flat_binder_object obj; in flatten_binder() 249 flat_binder_object obj; in flatten_binder() 296 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/, in finish_unflatten_binder() argument 305 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() 324 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() [all …]
|
D | ProcessState.cpp | 184 flat_binder_object obj { in becomeContextManager()
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 46 struct flat_binder_object *obj; in binder_dump_txn() 56 obj = (struct flat_binder_object *) (((char*)(uintptr_t)txn->data.ptr.buffer) + *offs++); in binder_dump_txn() 149 struct flat_binder_object obj; in binder_become_context_manager() 511 static struct flat_binder_object *bio_alloc_obj(struct binder_io *bio) in bio_alloc_obj() 513 struct flat_binder_object *obj; in bio_alloc_obj() 536 struct flat_binder_object *obj; in bio_put_obj() 550 struct flat_binder_object *obj; in bio_put_ref() 654 static struct flat_binder_object *_bio_get_obj(struct binder_io *bio) in _bio_get_obj() 662 return bio_get(bio, sizeof(struct flat_binder_object)); in _bio_get_obj() 672 struct flat_binder_object *obj; in bio_get_ref()
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 241 status_t writeObject(const flat_binder_object& val, bool nullMetaData); 390 const flat_binder_object* readObject(bool nullMetaData) const; 939 const flat_binder_object& obj, const void* who); 941 const flat_binder_object& obj, const void* who); 944 const sp<IBinder>& binder, flat_binder_object* out); 946 const wp<IBinder>& binder, flat_binder_object* out); 948 const flat_binder_object& flat, sp<IBinder>* out); 950 const flat_binder_object& flat, wp<IBinder>* out);
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 840 const flat_binder_object *fb = reply.readObject(false); in TEST_F() 861 struct flat_binder_object *freed = (struct flat_binder_object *)(reply.data()); in TEST_F() 873 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); in TEST_F()
|