Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DGralloc3.h69 hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo* descriptorInfo) const;
71 sp<hardware::graphics::mapper::V3_0::IMapper> mMapper;
90 sp<hardware::graphics::allocator::V3_0::IAllocator> mAllocator;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.h65 namespace V3_0 = ::aidl::android::hardware::graphics::composer3; variable
89 using DisplayConfiguration = V3_0::DisplayConfiguration;
131 std::vector<V3_0::Composition>* outTypes) = 0;
257 std::vector<V3_0::DisplayCapability>* outCapabilities) = 0;
280 Display display, V3_0::ClientTargetPropertyWithBrightness* outClientTargetProperty) = 0;
296 virtual Error getOverlaySupport(V3_0::OverlayProperties* outProperties) = 0;
DHal.h40 namespace V3_0 = ::aidl::android::hardware::graphics::composer3; variable
78 using DisplayConfiguration = V3_0::DisplayConfiguration;
79 using VrrConfig = V3_0::VrrConfig;
/frameworks/native/libs/ui/
DGralloc3.cpp30 using android::hardware::graphics::allocator::V3_0::IAllocator;
32 using android::hardware::graphics::mapper::V3_0::BufferDescriptor;
33 using android::hardware::graphics::mapper::V3_0::Error;
34 using android::hardware::graphics::mapper::V3_0::IMapper;
35 using android::hardware::graphics::mapper::V3_0::YCbCrLayout;
/frameworks/native/services/surfaceflinger/
Dmain_surfaceflinger.cpp52 android::hardware::graphics::allocator::V3_0::IAllocator>(); in startGraphicsAllocatorService()