Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DManagedDescriptor_unittest.cpp108 PlatformTraitTest::DescriptorType anotherRawDescriptor = 2871; in TEST() local
110 EXPECT_CALL(platformTrait, closeDescriptor(anotherRawDescriptor)).Times(1); in TEST()
113 ManagedDescriptorForTesting descriptor2(anotherRawDescriptor, platformTrait); in TEST()