Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGralloc3.cpp315 bool* outSupported) const { in isSupported()
326 if (outSupported) { in isSupported()
327 *outSupported = tmpSupported; in isSupported()
DGraphicBufferMapper.cpp188 uint64_t usage, bool* outSupported) { in isSupported() argument
189 return mMapper->isSupported(width, height, format, layerCount, usage, outSupported); in isSupported()
DGraphicBuffer.cpp351 bool* outSupported) const { in isSupported()
353 outSupported); in isSupported()
DGralloc4.cpp407 bool* outSupported) const { in isSupported()
418 if (outSupported) { in isSupported()
419 *outSupported = tmpSupported; in isSupported()
/frameworks/native/libs/ui/include/ui/
DGralloc3.h64 uint32_t layerCount, uint64_t usage, bool* outSupported) const override;
DGraphicBuffer.h199 uint32_t inLayerCount, uint64_t inUsage, bool* outSupported) const;
DGraphicBufferMapper.h90 uint32_t layerCount, uint64_t usage, bool* outSupported);
DGralloc4.h68 uint64_t usage, bool* outSupported) const override;
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h171 std::vector<FrameEvent>* outSupported) const = 0;
408 virtual status_t getProtectedContentSupport(bool* outSupported) const = 0;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h426 status_t getSupportedFrameTimestamps(std::vector<FrameEvent>* outSupported) const override;
456 bool* outSupported) const override;
459 bool* outSupported) const override;
482 status_t getProtectedContentSupport(bool* outSupported) const override;
DSurfaceFlinger.cpp806 std::vector<FrameEvent>* outSupported) const { in getSupportedFrameTimestamps()
807 *outSupported = { in getSupportedFrameTimestamps()
820 outSupported->push_back(FrameEvent::DISPLAY_PRESENT); in getSupportedFrameTimestamps()
1413 status_t SurfaceFlinger::getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport()
1414 if (!outSupported) { in getProtectedContentSupport()
1417 *outSupported = getRenderEngine().supportsProtectedContent(); in getProtectedContentSupport()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp241 std::vector<FrameEvent>* outSupported) const { in getSupportedFrameTimestamps()
242 if (!outSupported) { in getSupportedFrameTimestamps()
245 outSupported->clear(); in getSupportedFrameTimestamps()
277 outSupported->reserve(supported.size()); in getSupportedFrameTimestamps()
279 outSupported->push_back(static_cast<FrameEvent>(s)); in getSupportedFrameTimestamps()
849 virtual status_t getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport()
857 error = reply.readBool(outSupported); in getProtectedContentSupport()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBuffer.h199 uint32_t inLayerCount, uint64_t inUsage, bool* outSupported) const;
DGraphicBufferMapper.h90 uint32_t layerCount, uint64_t usage, bool* outSupported);
/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()