Searched refs:surfaceFlinger (Results 1 – 1 of 1) sorted by relevance
3322 IBinder surfaceFlinger = ServiceManager.getService("SurfaceFlinger"); in performEnableScreen() local3323 if (surfaceFlinger != null) { in performEnableScreen()3327 surfaceFlinger.transact(IBinder.FIRST_CALL_TRANSACTION, // BOOT_FINISHED in performEnableScreen()4510 ISurfaceFlingerConfigs surfaceFlinger = ISurfaceFlingerConfigs.getService(); in queryWideColorGamutSupport() local4511 OptionalBool hasWideColor = surfaceFlinger.hasWideColorDisplay(); in queryWideColorGamutSupport()4523 ISurfaceFlingerConfigs surfaceFlinger = ISurfaceFlingerConfigs.getService(); in queryHdrSupport() local4524 OptionalBool hasHdr = surfaceFlinger.hasHDRDisplay(); in queryHdrSupport()