Home
last modified time | relevance | path

Searched refs:descriptor2 (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/
DManagedDescriptor_unittest.cpp89 descriptor2(platformTrait); in TEST() local
90 descriptor2 = std::move(descriptor1); in TEST()
97 ManagedDescriptorForTesting descriptor2(std::move(descriptor1)); in TEST() local
113 ManagedDescriptorForTesting descriptor2(anotherRawDescriptor, platformTrait); in TEST() local
114 descriptor1 = std::move(descriptor2); in TEST()