Searched refs:getProtectedContentSupport (Results 1 – 10 of 10) sorted by relevance
353 virtual status_t getProtectedContentSupport(bool* outSupported) const = 0;
160 static bool getProtectedContentSupport();
1477 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport() function in android::SurfaceComposerClient1479 ComposerService::getComposerService()->getProtectedContentSupport(&supported); in getProtectedContentSupport()
770 virtual status_t getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport() function in android::BpSurfaceComposer1477 status_t error = getProtectedContentSupport(&result); in onTransact()
450 status_t getProtectedContentSupport(bool* outSupported) const override;
1209 status_t SurfaceFlinger::getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport() function in android::SurfaceFlinger
659 if (SurfaceControl.getProtectedContentSupport()) { in getTransformCapabilitiesInternal()
2019 public static boolean getProtectedContentSupport() { in getProtectedContentSupport() method in SurfaceControl
678 status_t getProtectedContentSupport(bool* /*outSupported*/) const override { return NO_ERROR; } in getProtectedContentSupport() function in android::FakeSurfaceComposer
963 return static_cast<jboolean>(SurfaceComposerClient::getProtectedContentSupport()); in nativeGetProtectedContentSupport()