Searched refs:getProtectedContentSupport (Results 1 – 10 of 10) sorted by relevance
336 virtual status_t getProtectedContentSupport(bool* outSupported) const = 0;
177 static bool getProtectedContentSupport();
719 status_t getProtectedContentSupport(bool* outSupported) const override { in getProtectedContentSupport() function in android::BpSurfaceComposer1688 status_t error = getProtectedContentSupport(&result); in onTransact()
2032 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport() function in android::SurfaceComposerClient2034 ComposerService::getComposerService()->getProtectedContentSupport(&supported); in getProtectedContentSupport()
675 status_t getProtectedContentSupport(bool* outSupported) const override;
1461 status_t SurfaceFlinger::getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport() function in android::SurfaceFlinger
800 if (SurfaceControl.getProtectedContentSupport()) { in getTransformCapabilitiesInternal()
2407 public static boolean getProtectedContentSupport() { in getProtectedContentSupport() method in SurfaceControl
813 status_t getProtectedContentSupport(bool* /*outSupported*/) const override { return NO_ERROR; } in getProtectedContentSupport() function in android::FakeSurfaceComposer
1353 return static_cast<jboolean>(SurfaceComposerClient::getProtectedContentSupport()); in nativeGetProtectedContentSupport()