Searched refs:copiedObject (Results 1 – 2 of 2) sorted by relevance
62 T *copiedObject = new (std::nothrow) T(inObj); in SetCopiedObject() local63 if (copiedObject == nullptr) { in SetCopiedObject()66 ObjectHolder *tmpHolderPtr = new (std::nothrow) ObjectHolderTyped<T>(copiedObject); in SetCopiedObject()68 delete copiedObject; in SetCopiedObject() local
166 binder_size_t* copiedObject = reinterpret_cast<binder_size_t*>(copied.GetObjectOffsets()); in CopyFileDescriptor() local178 …at_binder_object* copiedFlat = reinterpret_cast<flat_binder_object*>(copiedData + copiedObject[i]); in CopyFileDescriptor()