Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBuffer.h163 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
/frameworks/native/libs/ui/include/ui/
DGraphicBuffer.h163 uint32_t getLayerCount() const { return static_cast<uint32_t>(layerCount); } in getLayerCount() function
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp611 int FakeComposerClient::getLayerCount() const { in getLayerCount() function in FakeComposerClient