Home
last modified time | relevance | path

Searched defs:getLayerCount (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DCachedSet.h65 size_t getLayerCount() const { return mLayers.size(); } in getLayerCount() function
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGraphicBuffer.h154 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
H A DGralloc.h102 virtual status_t getLayerCount(buffer_handle_t /*bufferHandle*/, in getLayerCount() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h154 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const { in getLayerCount() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapperExtensions.cpp265 Return<void> QtiMapperExtensions::getLayerCount(void *buffer, getLayerCount_cb hidl_cb) { in getLayerCount() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapperExtensions.cpp265 Return<void> QtiMapperExtensions::getLayerCount(void *buffer, getLayerCount_cb hidl_cb) { in getLayerCount() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
/aosp12/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp208 status_t GraphicBufferMapper::getLayerCount(buffer_handle_t bufferHandle, uint64_t* outLayerCount) { in getLayerCount() function in android::GraphicBufferMapper
H A DGralloc4.cpp481 status_t Gralloc4Mapper::getLayerCount(buffer_handle_t bufferHandle, in getLayerCount() function in android::Gralloc4Mapper
/aosp12/hardware/google/graphics/common/libacryl/include/hardware/exynos/
H A Dacryl.h1277 int getLayerCount() { return mNumLayers; } in getLayerCount() function
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp916 int FakeComposerClient::getLayerCount() const { in getLayerCount() function in FakeComposerClient