Home
last modified time | relevance | path

Searched refs:getProtectedContentSupport (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h336 virtual status_t getProtectedContentSupport(bool* outSupported) const = 0;
DSurfaceComposerClient.h177 static bool getProtectedContentSupport();
/frameworks/native/libs/gui/
DISurfaceComposer.cpp719 status_t getProtectedContentSupport(bool* outSupported) const override { in getProtectedContentSupport() function in android::BpSurfaceComposer
1688 status_t error = getProtectedContentSupport(&result); in onTransact()
DSurfaceComposerClient.cpp2032 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport() function in android::SurfaceComposerClient
2034 ComposerService::getComposerService()->getProtectedContentSupport(&supported); in getProtectedContentSupport()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h675 status_t getProtectedContentSupport(bool* outSupported) const override;
DSurfaceFlinger.cpp1461 status_t SurfaceFlinger::getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport() function in android::SurfaceFlinger
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java800 if (SurfaceControl.getProtectedContentSupport()) { in getTransformCapabilitiesInternal()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2407 public static boolean getProtectedContentSupport() { in getProtectedContentSupport() method in SurfaceControl
/frameworks/native/libs/gui/tests/
DSurface_test.cpp813 status_t getProtectedContentSupport(bool* /*outSupported*/) const override { return NO_ERROR; } in getProtectedContentSupport() function in android::FakeSurfaceComposer
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1353 return static_cast<jboolean>(SurfaceComposerClient::getProtectedContentSupport()); in nativeGetProtectedContentSupport()