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()
718 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setMatrix( in setMatrix()
738 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop_legacy( in setCrop_legacy()
752 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCornerRadius( in setCornerRadius()
764 SurfaceComposerClient::Transaction&
765 SurfaceComposerClient::Transaction::deferTransactionUntil_legacy(const sp<SurfaceControl>& sc, in deferTransactionUntil_legacy()
781 SurfaceComposerClient::Transaction&
782 SurfaceComposerClient::Transaction::deferTransactionUntil_legacy(const sp<SurfaceControl>& sc, in deferTransactionUntil_legacy()
798 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparentChildren( in reparentChildren()
813 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparent( in reparent()
828 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColor( in setColor()
843 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBackgroundColor( in setBackgroundColor()
860 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransform( in setTransform()
874 SurfaceComposerClient::Transaction&
875 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse()
889 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop( in setCrop()
903 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFrame( in setFrame()
917 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBuffer( in setBuffer()
933 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setAcquireFence( in setAcquireFence()
947 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDataspace( in setDataspace()
961 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setHdrMetadata( in setHdrMetadata()
975 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSurfaceDamageRegion( in setSurfaceDamageRegion()
989 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setApi( in setApi()
1003 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSidebandStream( in setSidebandStream()
1017 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDesiredPresentTime( in setDesiredPresentTime()
1023 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorSpaceAgnostic( in setColorSpaceAgnostic()
1037 SurfaceComposerClient::Transaction&
1038 SurfaceComposerClient::Transaction::addTransactionCompletedCallback( in addTransactionCompletedCallback()
1054 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::detachChildren( in detachChildren()
1066 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setOverrideScalingMode( in setOverrideScalingMode()
1095 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setGeometryAppliesWithResiz… in setGeometryAppliesWithResize()
1109 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setInputWindowInfo( in setInputWindowInfo()
1122 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::transferTouchFocus( in transferTouchFocus()
1131 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows()
1138 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorTransform( in setColorTransform()
1152 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setGeometry( in setGeometry()
1206 DisplayState& SurfaceComposerClient::Transaction::getDisplayState(const sp<IBinder>& token) { in getDisplayState()
1218 status_t SurfaceComposerClient::Transaction::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
1237 void SurfaceComposerClient::Transaction::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
1244 void SurfaceComposerClient::Transaction::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
1256 void SurfaceComposerClient::Transaction::setDisplaySize(const sp<IBinder>& token, uint32_t width, u… in setDisplaySize()
1265 SurfaceComposerClient::SurfaceComposerClient() in SurfaceComposerClient() function in android::SurfaceComposerClient
1270 SurfaceComposerClient::SurfaceComposerClient(const sp<ISurfaceComposerClient>& client) in SurfaceComposerClient() function in android::SurfaceComposerClient
1275 void SurfaceComposerClient::onFirstRef() { in onFirstRef()
1287 SurfaceComposerClient::~SurfaceComposerClient() { in ~SurfaceComposerClient()
1291 status_t SurfaceComposerClient::initCheck() const { in initCheck()
1295 sp<IBinder> SurfaceComposerClient::connection() const { in connection()
1299 status_t SurfaceComposerClient::linkToComposerDeath( in linkToComposerDeath()
1306 void SurfaceComposerClient::dispose() { in dispose()
1317 sp<SurfaceControl> SurfaceComposerClient::createSurface(const String8& name, uint32_t w, uint32_t h, in createSurface()
1326 sp<SurfaceControl> SurfaceComposerClient::createWithSurfaceParent(const String8& name, uint32_t w, in createWithSurfaceParent()
1348 status_t SurfaceComposerClient::createSurfaceChecked(const String8& name, uint32_t w, uint32_t h, in createSurfaceChecked()
1375 status_t SurfaceComposerClient::clearLayerFrameStats(const sp<IBinder>& token) const { in clearLayerFrameStats()
1382 status_t SurfaceComposerClient::getLayerFrameStats(const sp<IBinder>& token, in getLayerFrameStats()
1392 status_t SurfaceComposerClient::enableVSyncInjections(bool enable) { in enableVSyncInjections()
1397 status_t SurfaceComposerClient::injectVSync(nsecs_t when) { in injectVSync()
1402 status_t SurfaceComposerClient::getDisplayConfigs( in getDisplayConfigs()
1408 status_t SurfaceComposerClient::getDisplayInfo(const sp<IBinder>& display, in getDisplayInfo()
1426 int SurfaceComposerClient::getActiveConfig(const sp<IBinder>& display) { in getActiveConfig()
1430 status_t SurfaceComposerClient::setActiveConfig(const sp<IBinder>& display, int id) { in setActiveConfig()
1434 status_t SurfaceComposerClient::setAllowedDisplayConfigs( in setAllowedDisplayConfigs()
1440 status_t SurfaceComposerClient::getAllowedDisplayConfigs(const sp<IBinder>& displayToken, in getAllowedDisplayConfigs()
1446 status_t SurfaceComposerClient::getDisplayColorModes(const sp<IBinder>& display, in getDisplayColorModes()
1451 status_t SurfaceComposerClient::getDisplayNativePrimaries(const sp<IBinder>& display, in getDisplayNativePrimaries()
1456 ColorMode SurfaceComposerClient::getActiveColorMode(const sp<IBinder>& display) { in getActiveColorMode()
1460 status_t SurfaceComposerClient::setActiveColorMode(const sp<IBinder>& display, in setActiveColorMode()
1465 void SurfaceComposerClient::setDisplayPowerMode(const sp<IBinder>& token, in setDisplayPowerMode()
1470 status_t SurfaceComposerClient::getCompositionPreference( in getCompositionPreference()
1478 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport()
1484 status_t SurfaceComposerClient::clearAnimationFrameStats() { in clearAnimationFrameStats()
1488 status_t SurfaceComposerClient::getAnimationFrameStats(FrameStats* outStats) { in getAnimationFrameStats()
1492 status_t SurfaceComposerClient::getHdrCapabilities(const sp<IBinder>& display, in getHdrCapabilities()
1498 status_t SurfaceComposerClient::getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes()
1507 status_t SurfaceComposerClient::setDisplayContentSamplingEnabled(const sp<IBinder>& display, in setDisplayContentSamplingEnabled()
1515 status_t SurfaceComposerClient::getDisplayedContentSample(const sp<IBinder>& display, in getDisplayedContentSample()
1522 status_t SurfaceComposerClient::isWideColorDisplay(const sp<IBinder>& display, in isWideColorDisplay()
1528 status_t SurfaceComposerClient::addRegionSamplingListener( in addRegionSamplingListener()
1536 status_t SurfaceComposerClient::removeRegionSamplingListener( in removeRegionSamplingListener()
1541 bool SurfaceComposerClient::getDisplayBrightnessSupport(const sp<IBinder>& displayToken) { in getDisplayBrightnessSupport()
1547 status_t SurfaceComposerClient::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
1552 status_t SurfaceComposerClient::notifyPowerHint(int32_t hintId) { in notifyPowerHint()