Home | History | Annotate | Download | only in libhwbinder

Lines Matching refs:hdr

346     return obj.hdr.type == BINDER_TYPE_PTR
739 const binder_object_header* hdr = reinterpret_cast<binder_object_header*>(mData+mDataPos);
740 switch (hdr->type) {
745 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr);
753 const binder_fd_object *fd_obj = reinterpret_cast<const binder_fd_object*>(hdr);
768 const binder_buffer_object*>(hdr);
775 ALOGE("writeObject: unknown type %d", hdr->type);
844 obj.hdr.type = BINDER_TYPE_PTR;
864 obj.hdr.type = BINDER_TYPE_PTR;
890 obj.hdr.type = BINDER_TYPE_PTR;
915 obj.hdr.type = BINDER_TYPE_PTR;
938 obj.hdr.type = BINDER_TYPE_PTR;
956 obj.hdr.type = BINDER_TYPE_PTR;
1073 fd_array.hdr.type = BINDER_TYPE_FDA;
1437 const binder_object_header *hdr = reinterpret_cast<const binder_object_header*>(obj);
1438 switch (hdr->type) {
1444 reinterpret_cast<const flat_binder_object*>(hdr);
1460 reinterpret_cast<const binder_buffer_object*>(hdr);
1636 if (buffer_obj && buffer_obj->hdr.type == BINDER_TYPE_PTR) {
1713 if (fd_array_obj == nullptr || fd_array_obj->hdr.type != BINDER_TYPE_FDA) {