Searched refs:flat_binder_object (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 130 const flat_binder_object& obj, const void* who, size_t* outAshmemSize) in acquire_object() 176 const flat_binder_object& obj, const void* who) in acquire_object() 182 const flat_binder_object& obj, const void* who, size_t* outAshmemSize) in release_object() 231 const flat_binder_object& obj, const void* who) in release_object() 237 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() 245 flat_binder_object obj; in flatten_binder() 277 flat_binder_object obj; in flatten_binder() 324 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/, in finish_unflatten_binder() argument 333 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() 352 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() [all …]
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 45 struct flat_binder_object *obj; in binder_dump_txn() 55 obj = (struct flat_binder_object *) (((char*)(uintptr_t)txn->data.ptr.buffer) + *offs++); in binder_dump_txn() 484 static struct flat_binder_object *bio_alloc_obj(struct binder_io *bio) in bio_alloc_obj() 486 struct flat_binder_object *obj; in bio_alloc_obj() 509 struct flat_binder_object *obj; in bio_put_obj() 523 struct flat_binder_object *obj; in bio_put_ref() 627 static struct flat_binder_object *_bio_get_obj(struct binder_io *bio) in _bio_get_obj() 635 return bio_get(bio, sizeof(struct flat_binder_object)); in _bio_get_obj() 645 struct flat_binder_object *obj; in bio_get_ref()
|
/frameworks/native/include/binder/ |
D | Parcel.h | 211 status_t writeObject(const flat_binder_object& val, bool nullMetaData); 336 const flat_binder_object* readObject(bool nullMetaData) const; 773 const flat_binder_object& obj, const void* who); 775 const flat_binder_object& obj, const void* who); 778 const sp<IBinder>& binder, flat_binder_object* out); 780 const wp<IBinder>& binder, flat_binder_object* out); 782 const flat_binder_object& flat, sp<IBinder>* out); 784 const flat_binder_object& flat, wp<IBinder>* out);
|