Searched refs:getProtectedContentSupport (Results 1 – 9 of 9) sorted by relevance
323 boolean getProtectedContentSupport(); in getProtectedContentSupport() method
249 static bool getProtectedContentSupport();
618 status_t getProtectedContentSupport(bool* outSupported) const;1642 binder::Status getProtectedContentSupport(bool* outSupporte) override;
1903 status_t SurfaceFlinger::getProtectedContentSupport(bool* outSupported) const { in getProtectedContentSupport() function in android::SurfaceFlinger10166 binder::Status SurfaceComposerAIDL::getProtectedContentSupport(bool* outSupported) { in getProtectedContentSupport() function in android::SurfaceComposerAIDL10167 status_t status = mFlinger->getProtectedContentSupport(outSupported); in getProtectedContentSupport()
910 if (SurfaceControl.getProtectedContentSupport()) { in getTransformCapabilitiesInternal()
2849 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport() function in android::SurfaceComposerClient2851 ComposerServiceAIDL::getComposerService()->getProtectedContentSupport(&supported); in getProtectedContentSupport()
2477 public static boolean getProtectedContentSupport() { in getProtectedContentSupport() method in SurfaceControl
834 binder::Status getProtectedContentSupport(bool* /*outSupporte*/) override { in getProtectedContentSupport() function in android::FakeSurfaceComposerAIDL
1599 return static_cast<jboolean>(SurfaceComposerClient::getProtectedContentSupport()); in nativeGetProtectedContentSupport()