Lines Matching refs:SurfaceComposerClient
110 sp<SurfaceComposerClient> mClient;
113 static sp<SurfaceComposerClient> getComposerClient() { in getComposerClient()
117 dc.mClient = new SurfaceComposerClient; in getComposerClient()
125 sp<SurfaceComposerClient> SurfaceComposerClient::getDefault() { in getDefault()
161 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
278 SurfaceComposerClient::doUncacheBufferTransaction(cacheId); in uncacheLocked()
320 SurfaceComposerClient::Transaction::Transaction(const Transaction& other) in Transaction()
331 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::merge(Transaction&& other) { in merge()
374 void SurfaceComposerClient::doDropReferenceTransaction(const sp<IBinder>& handle, in doDropReferenceTransaction()
391 void SurfaceComposerClient::doUncacheBufferTransaction(uint64_t cacheId) { in doUncacheBufferTransaction()
402 void SurfaceComposerClient::Transaction::cacheBuffers() { in cacheBuffers()
441 status_t SurfaceComposerClient::Transaction::apply(bool synchronous) { in apply()
515 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName, bool secure) { in createDisplay()
520 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) { in destroyDisplay()
524 std::vector<PhysicalDisplayId> SurfaceComposerClient::getPhysicalDisplayIds() { in getPhysicalDisplayIds()
528 std::optional<PhysicalDisplayId> SurfaceComposerClient::getInternalDisplayId() { in getInternalDisplayId()
532 sp<IBinder> SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId displayId) { in getPhysicalDisplayToken()
536 sp<IBinder> SurfaceComposerClient::getInternalDisplayToken() { in getInternalDisplayToken()
540 void SurfaceComposerClient::Transaction::setAnimationTransaction() { in setAnimationTransaction()
544 void SurfaceComposerClient::Transaction::setEarlyWakeup() { in setEarlyWakeup()
548 layer_state_t* SurfaceComposerClient::Transaction::getLayerState(const sp<SurfaceControl>& sc) { in getLayerState()
560 void SurfaceComposerClient::Transaction::registerSurfaceControlForCallback( in registerSurfaceControlForCallback()
569 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setPosition( in setPosition()
584 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::show( in show()
589 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::hide( in hide()
594 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSize( in setSize()
609 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setLayer( in setLayer()
624 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setRelativeLayer(const sp<S… in setRelativeLayer()
639 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFlags( in setFlags()
660 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransparentRegionHint( in setTransparentRegionHint()
675 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setAlpha( in setAlpha()
689 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setLayerStack( in setLayerStack()
703 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setMetadata( in setMetadata()
717 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setMatrix( in setMatrix()
737 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop_legacy( in setCrop_legacy()
751 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCornerRadius( in setCornerRadius()
763 SurfaceComposerClient::Transaction&
764 SurfaceComposerClient::Transaction::deferTransactionUntil_legacy(const sp<SurfaceControl>& sc, in deferTransactionUntil_legacy()
780 SurfaceComposerClient::Transaction&
781 SurfaceComposerClient::Transaction::deferTransactionUntil_legacy(const sp<SurfaceControl>& sc, in deferTransactionUntil_legacy()
797 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren()
812 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparent( in reparent()
827 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColor( in setColor()
842 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBackgroundColor( in setBackgroundColor()
859 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransform( in setTransform()
873 SurfaceComposerClient::Transaction&
874 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse()
888 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop( in setCrop()
902 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFrame( in setFrame()
916 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBuffer( in setBuffer()
932 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setAcquireFence( in setAcquireFence()
946 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDataspace( in setDataspace()
960 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setHdrMetadata( in setHdrMetadata()
974 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSurfaceDamageRegion( in setSurfaceDamageRegion()
988 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setApi( in setApi()
1002 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSidebandStream( in setSidebandStream()
1016 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDesiredPresentTime( in setDesiredPresentTime()
1022 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorSpaceAgnostic( in setColorSpaceAgnostic()
1036 SurfaceComposerClient::Transaction&
1037 SurfaceComposerClient::Transaction::addTransactionCompletedCallback( in addTransactionCompletedCallback()
1053 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::detachChildren( in detachChildren()
1065 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setOverrideScalingMode( in setOverrideScalingMode()
1094 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setGeometryAppliesWithResiz… in setGeometryAppliesWithResize()
1108 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setInputWindowInfo( in setInputWindowInfo()
1121 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::transferTouchFocus( in transferTouchFocus()
1130 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows()
1137 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorTransform( in setColorTransform()
1151 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setGeometry( in setGeometry()
1205 DisplayState& SurfaceComposerClient::Transaction::getDisplayState(const sp<IBinder>& token) { in getDisplayState()
1217 status_t SurfaceComposerClient::Transaction::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
1236 void SurfaceComposerClient::Transaction::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
1243 void SurfaceComposerClient::Transaction::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
1255 void SurfaceComposerClient::Transaction::setDisplaySize(const sp<IBinder>& token, uint32_t width, u… in setDisplaySize()
1264 SurfaceComposerClient::SurfaceComposerClient() in SurfaceComposerClient() function in android::SurfaceComposerClient
1269 SurfaceComposerClient::SurfaceComposerClient(const sp<ISurfaceComposerClient>& client) in SurfaceComposerClient() function in android::SurfaceComposerClient
1274 void SurfaceComposerClient::onFirstRef() { in onFirstRef()
1286 SurfaceComposerClient::~SurfaceComposerClient() { in ~SurfaceComposerClient()
1290 status_t SurfaceComposerClient::initCheck() const { in initCheck()
1294 sp<IBinder> SurfaceComposerClient::connection() const { in connection()
1298 status_t SurfaceComposerClient::linkToComposerDeath( in linkToComposerDeath()
1305 void SurfaceComposerClient::dispose() { in dispose()
1316 sp<SurfaceControl> SurfaceComposerClient::createSurface(const String8& name, uint32_t w, uint32_t h, in createSurface()
1325 sp<SurfaceControl> SurfaceComposerClient::createWithSurfaceParent(const String8& name, uint32_t w, in createWithSurfaceParent()
1347 status_t SurfaceComposerClient::createSurfaceChecked(const String8& name, uint32_t w, uint32_t h, in createSurfaceChecked()
1374 status_t SurfaceComposerClient::clearLayerFrameStats(const sp<IBinder>& token) const { in clearLayerFrameStats()
1381 status_t SurfaceComposerClient::getLayerFrameStats(const sp<IBinder>& token, in getLayerFrameStats()
1391 status_t SurfaceComposerClient::enableVSyncInjections(bool enable) { in enableVSyncInjections()
1396 status_t SurfaceComposerClient::injectVSync(nsecs_t when) { in injectVSync()
1401 status_t SurfaceComposerClient::getDisplayConfigs( in getDisplayConfigs()
1407 status_t SurfaceComposerClient::getDisplayInfo(const sp<IBinder>& display, in getDisplayInfo()
1425 int SurfaceComposerClient::getActiveConfig(const sp<IBinder>& display) { in getActiveConfig()
1429 status_t SurfaceComposerClient::setActiveConfig(const sp<IBinder>& display, int id) { in setActiveConfig()
1433 status_t SurfaceComposerClient::setAllowedDisplayConfigs( in setAllowedDisplayConfigs()
1439 status_t SurfaceComposerClient::getAllowedDisplayConfigs(const sp<IBinder>& displayToken, in getAllowedDisplayConfigs()
1445 status_t SurfaceComposerClient::getDisplayColorModes(const sp<IBinder>& display, in getDisplayColorModes()
1450 status_t SurfaceComposerClient::getDisplayNativePrimaries(const sp<IBinder>& display, in getDisplayNativePrimaries()
1455 ColorMode SurfaceComposerClient::getActiveColorMode(const sp<IBinder>& display) { in getActiveColorMode()
1459 status_t SurfaceComposerClient::setActiveColorMode(const sp<IBinder>& display, in setActiveColorMode()
1464 void SurfaceComposerClient::setDisplayPowerMode(const sp<IBinder>& token, in setDisplayPowerMode()
1469 status_t SurfaceComposerClient::getCompositionPreference( in getCompositionPreference()
1477 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport()
1483 status_t SurfaceComposerClient::clearAnimationFrameStats() { in clearAnimationFrameStats()
1487 status_t SurfaceComposerClient::getAnimationFrameStats(FrameStats* outStats) { in getAnimationFrameStats()
1491 status_t SurfaceComposerClient::getHdrCapabilities(const sp<IBinder>& display, in getHdrCapabilities()
1497 status_t SurfaceComposerClient::getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes()
1506 status_t SurfaceComposerClient::setDisplayContentSamplingEnabled(const sp<IBinder>& display, in setDisplayContentSamplingEnabled()
1514 status_t SurfaceComposerClient::getDisplayedContentSample(const sp<IBinder>& display, in getDisplayedContentSample()
1521 status_t SurfaceComposerClient::isWideColorDisplay(const sp<IBinder>& display, in isWideColorDisplay()
1527 status_t SurfaceComposerClient::addRegionSamplingListener( in addRegionSamplingListener()
1535 status_t SurfaceComposerClient::removeRegionSamplingListener( in removeRegionSamplingListener()
1540 bool SurfaceComposerClient::getDisplayBrightnessSupport(const sp<IBinder>& displayToken) { in getDisplayBrightnessSupport()
1546 status_t SurfaceComposerClient::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
1551 status_t SurfaceComposerClient::notifyPowerHint(int32_t hintId) { in notifyPowerHint()