Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp169 uint64_t usage, bool* outSupported) { in isSupported() argument
170 return mMapper->isSupported(width, height, format, layerCount, usage, outSupported); in isSupported()
DGralloc3.cpp315 bool* outSupported) const { in isSupported()
326 if (outSupported) { in isSupported()
327 *outSupported = tmpSupported; in isSupported()
DGraphicBuffer.cpp372 bool* outSupported) const { in isSupported()
374 outSupported); in isSupported()
/frameworks/native/libs/ui/include/ui/
DGralloc.h78 uint32_t layerCount, uint64_t usage, bool* outSupported) const = 0;
DGralloc3.h64 uint32_t layerCount, uint64_t usage, bool* outSupported) const override;
DGraphicBufferMapper.h86 uint32_t layerCount, uint64_t usage, bool* outSupported);
DGralloc2.h65 uint32_t layerCount, uint64_t usage, bool* outSupported) const override;
DGraphicBuffer.h209 uint32_t inLayerCount, uint64_t inUsage, bool* outSupported) const;
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h86 uint32_t layerCount, uint64_t usage, bool* outSupported);
DGralloc2.h65 uint32_t layerCount, uint64_t usage, bool* outSupported) const override;
DGraphicBuffer.h209 uint32_t inLayerCount, uint64_t inUsage, bool* outSupported) const;
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h159 std::vector<FrameEvent>* outSupported) const = 0;
356 virtual status_t getProtectedContentSupport(bool* outSupported) const = 0;
/frameworks/native/libs/gui/
DISurfaceComposer.cpp238 std::vector<FrameEvent>* outSupported) const { in getSupportedFrameTimestamps()
239 if (!outSupported) { in getSupportedFrameTimestamps()
242 outSupported->clear(); in getSupportedFrameTimestamps()
274 outSupported->reserve(supported.size()); in getSupportedFrameTimestamps()
276 outSupported->push_back(static_cast<FrameEvent>(s)); in getSupportedFrameTimestamps()
771 virtual status_t getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport()
779 error = reply.readBool(outSupported); in getProtectedContentSupport()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h413 status_t getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) const override;
465 status_t getProtectedContentSupport(bool* outSupported) const override;
DSurfaceFlinger.cpp748 std::vector<FrameEvent>* outSupported) const { in getSupportedFrameTimestamps()
749 *outSupported = { in getSupportedFrameTimestamps()
763 outSupported->push_back(FrameEvent::DISPLAY_PRESENT); in getSupportedFrameTimestamps()
1194 status_t SurfaceFlinger::getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport()
1195 if (!outSupported) { in getProtectedContentSupport()
1198 *outSupported = getRenderEngine().supportsProtectedContent(); in getProtectedContentSupport()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp700 status_t getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) in getSupportedFrameTimestamps()
702 *outSupported = { in getSupportedFrameTimestamps()
713 outSupported->push_back( in getSupportedFrameTimestamps()