Searched refs:fd_array_obj (Results 1 - 1 of 1) sorted by relevance

/system/libhwbinder/
H A DParcel.cpp1711 const binder_fd_array_object* fd_array_obj = readObject<binder_fd_array_object>(); local
1713 if (fd_array_obj == nullptr || fd_array_obj->hdr.type != BINDER_TYPE_FDA) {
1718 if (static_cast<int>(fd_array_obj->num_fds) != (*handle)->numFds) {
1723 if (fd_array_obj->parent != fdaParent) {
1728 if (fd_array_obj->parent_offset != offsetof(native_handle_t, data)) {

Completed in 417 milliseconds