Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl323 boolean getProtectedContentSupport(); in getProtectedContentSupport() method
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h249 static bool getProtectedContentSupport();
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h618 status_t getProtectedContentSupport(bool* outSupported) const;
1642 binder::Status getProtectedContentSupport(bool* outSupporte) override;
DSurfaceFlinger.cpp1903 status_t SurfaceFlinger::getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport() function in android::SurfaceFlinger
10166 binder::Status SurfaceComposerAIDL::getProtectedContentSupport(bool* outSupported) { in getProtectedContentSupport() function in android::SurfaceComposerAIDL
10167 status_t status = mFlinger->getProtectedContentSupport(outSupported); in getProtectedContentSupport()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java910 if (SurfaceControl.getProtectedContentSupport()) { in getTransformCapabilitiesInternal()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2849 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport() function in android::SurfaceComposerClient
2851 ComposerServiceAIDL::getComposerService()->getProtectedContentSupport(&supported); in getProtectedContentSupport()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2477 public static boolean getProtectedContentSupport() { in getProtectedContentSupport() method in SurfaceControl
/frameworks/native/libs/gui/tests/
DSurface_test.cpp834 binder::Status getProtectedContentSupport(bool* /*outSupporte*/) override { in getProtectedContentSupport() function in android::FakeSurfaceComposerAIDL
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1599 return static_cast<jboolean>(SurfaceComposerClient::getProtectedContentSupport()); in nativeGetProtectedContentSupport()