Home
last modified time | relevance | path

Searched defs:rawDescriptor (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/
DManagedDescriptor_unittest.cpp35 PlatformTraitTest::DescriptorType rawDescriptor = 42; in TEST() local
62 PlatformTraitTest::DescriptorType rawDescriptor = 42; in TEST() local
84 PlatformTraitTest::DescriptorType rawDescriptor = 42; in TEST() local
/hardware/google/aemu/base/include/aemu/base/
DManagedDescriptor.h53 : mRawDescriptor(rawDescriptor), mPlatformTrait(platformTrait) {} in mRawDescriptor() argument
DManagedDescriptor.hpp51 ManagedDescriptorBase(DescriptorType rawDescriptor, in ManagedDescriptorBase()