Lines Matching refs:SurfaceComposerClient
115 sp<SurfaceComposerClient> mClient;
118 static sp<SurfaceComposerClient> getComposerClient() { in getComposerClient()
122 dc.mClient = new SurfaceComposerClient; in getComposerClient()
130 sp<SurfaceComposerClient> SurfaceComposerClient::getDefault() { in getDefault()
177 const std::unordered_set<sp<SurfaceControl>, SurfaceComposerClient::SCHash>& in addCallbackFunction()
486 SurfaceComposerClient::doUncacheBufferTransaction(cacheId); in uncacheLocked()
530 std::atomic<uint32_t> SurfaceComposerClient::Transaction::idCounter = 1;
532 SurfaceComposerClient::Transaction::Transaction() { in Transaction()
536 SurfaceComposerClient::Transaction::Transaction(const Transaction& other) in Transaction()
554 std::unique_ptr<SurfaceComposerClient::Transaction>
555 SurfaceComposerClient::Transaction::createFromParcel(const Parcel* parcel) { in createFromParcel()
563 int64_t SurfaceComposerClient::Transaction::generateId() { in generateId()
567 status_t SurfaceComposerClient::Transaction::readFromParcel(const Parcel* parcel) { in readFromParcel()
663 status_t SurfaceComposerClient::Transaction::writeToParcel(Parcel* parcel) const { in writeToParcel()
675 const_cast<SurfaceComposerClient::Transaction*>(this)->cacheBuffers(); in writeToParcel()
715 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::merge(Transaction&& other) { in merge()
769 void SurfaceComposerClient::Transaction::clear() { in clear()
786 void SurfaceComposerClient::doUncacheBufferTransaction(uint64_t cacheId) { in doUncacheBufferTransaction()
798 void SurfaceComposerClient::Transaction::cacheBuffers() { in cacheBuffers()
844 status_t SurfaceComposerClient::Transaction::apply(bool synchronous) { in apply()
927 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName, bool secure) { in createDisplay()
932 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) { in destroyDisplay()
936 std::vector<PhysicalDisplayId> SurfaceComposerClient::getPhysicalDisplayIds() { in getPhysicalDisplayIds()
940 status_t SurfaceComposerClient::getPrimaryPhysicalDisplayId(PhysicalDisplayId* id) { in getPrimaryPhysicalDisplayId()
944 std::optional<PhysicalDisplayId> SurfaceComposerClient::getInternalDisplayId() { in getInternalDisplayId()
948 sp<IBinder> SurfaceComposerClient::getPhysicalDisplayToken(PhysicalDisplayId displayId) { in getPhysicalDisplayToken()
952 sp<IBinder> SurfaceComposerClient::getInternalDisplayToken() { in getInternalDisplayToken()
956 void SurfaceComposerClient::Transaction::setAnimationTransaction() { in setAnimationTransaction()
960 void SurfaceComposerClient::Transaction::setEarlyWakeupStart() { in setEarlyWakeupStart()
964 void SurfaceComposerClient::Transaction::setEarlyWakeupEnd() { in setEarlyWakeupEnd()
968 layer_state_t* SurfaceComposerClient::Transaction::getLayerState(const sp<SurfaceControl>& sc) { in getLayerState()
984 void SurfaceComposerClient::Transaction::registerSurfaceControlForCallback( in registerSurfaceControlForCallback()
993 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setPosition( in setPosition()
1008 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::show( in show()
1013 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::hide( in hide()
1018 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSize( in setSize()
1033 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setLayer( in setLayer()
1048 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setRelativeLayer( in setRelativeLayer()
1064 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFlags( in setFlags()
1085 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransparentRegionHint( in setTransparentRegionHint()
1100 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setAlpha( in setAlpha()
1114 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setLayerStack( in setLayerStack()
1128 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setMetadata( in setMetadata()
1143 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setMatrix( in setMatrix()
1163 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCrop( in setCrop()
1177 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setCornerRadius( in setCornerRadius()
1189 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBackgroundBlurRadius( in setBackgroundBlurRadius()
1201 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBlurRegions( in setBlurRegions()
1213 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::reparent( in reparent()
1230 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColor( in setColor()
1245 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBackgroundColor( in setBackgroundColor()
1262 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTransform( in setTransform()
1276 SurfaceComposerClient::Transaction&
1277 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse()
1291 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBuffer( in setBuffer()
1314 void SurfaceComposerClient::Transaction::removeReleaseBufferCallback(layer_state_t* s) { in removeReleaseBufferCallback()
1326 void SurfaceComposerClient::Transaction::setReleaseBufferCallback(layer_state_t* s, in setReleaseBufferCallback()
1346 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setAcquireFence( in setAcquireFence()
1360 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDataspace( in setDataspace()
1374 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setHdrMetadata( in setHdrMetadata()
1388 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSurfaceDamageRegion( in setSurfaceDamageRegion()
1402 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setApi( in setApi()
1416 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSidebandStream( in setSidebandStream()
1430 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDesiredPresentTime( in setDesiredPresentTime()
1437 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorSpaceAgnostic( in setColorSpaceAgnostic()
1451 SurfaceComposerClient::Transaction&
1452 SurfaceComposerClient::Transaction::setFrameRateSelectionPriority(const sp<SurfaceControl>& sc, in setFrameRateSelectionPriority()
1467 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::addTransactionCallback( in addTransactionCallback()
1485 SurfaceComposerClient::Transaction&
1486 SurfaceComposerClient::Transaction::addTransactionCompletedCallback( in addTransactionCompletedCallback()
1491 SurfaceComposerClient::Transaction&
1492 SurfaceComposerClient::Transaction::addTransactionCommittedCallback( in addTransactionCommittedCallback()
1497 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::notifyProducerDisconnect( in notifyProducerDisconnect()
1509 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFrameNumber( in setFrameNumber()
1523 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setInputWindowInfo( in setInputWindowInfo()
1535 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFocusedWindow( in setFocusedWindow()
1541 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::syncInputWindows() { in syncInputWindows()
1546 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorTransform( in setColorTransform()
1560 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setGeometry( in setGeometry()
1614 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setShadowRadius( in setShadowRadius()
1626 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFrameRate( in setFrameRate()
1649 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFixedTransformHint( in setFixedTransformHint()
1665 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setFrameTimelineInfo( in setFrameTimelineInfo()
1671 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setAutoRefresh( in setAutoRefresh()
1684 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setTrustedOverlay( in setTrustedOverlay()
1697 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setApplyToken( in setApplyToken()
1703 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setStretchEffect( in setStretchEffect()
1716 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setBufferCrop( in setBufferCrop()
1731 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDestinationFrame( in setDestinationFrame()
1746 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDropInputMode( in setDropInputMode()
1763 DisplayState& SurfaceComposerClient::Transaction::getDisplayState(const sp<IBinder>& token) { in getDisplayState()
1775 status_t SurfaceComposerClient::Transaction::setDisplaySurface(const sp<IBinder>& token, in setDisplaySurface()
1794 void SurfaceComposerClient::Transaction::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack()
1801 void SurfaceComposerClient::Transaction::setDisplayFlags(const sp<IBinder>& token, uint32_t flags) { in setDisplayFlags()
1807 void SurfaceComposerClient::Transaction::setDisplayProjection(const sp<IBinder>& token, in setDisplayProjection()
1819 void SurfaceComposerClient::Transaction::setDisplaySize(const sp<IBinder>& token, uint32_t width, u… in setDisplaySize()
1828 SurfaceComposerClient::SurfaceComposerClient() : mStatus(NO_INIT) {} in SurfaceComposerClient() function in android::SurfaceComposerClient
1830 SurfaceComposerClient::SurfaceComposerClient(const sp<ISurfaceComposerClient>& client) in SurfaceComposerClient() function in android::SurfaceComposerClient
1833 void SurfaceComposerClient::onFirstRef() { in onFirstRef()
1845 SurfaceComposerClient::~SurfaceComposerClient() { in ~SurfaceComposerClient()
1849 status_t SurfaceComposerClient::initCheck() const { in initCheck()
1853 sp<IBinder> SurfaceComposerClient::connection() const { in connection()
1857 status_t SurfaceComposerClient::linkToComposerDeath( in linkToComposerDeath()
1864 void SurfaceComposerClient::dispose() { in dispose()
1875 sp<SurfaceControl> SurfaceComposerClient::createSurface(const String8& name, uint32_t w, uint32_t h, in createSurface()
1886 sp<SurfaceControl> SurfaceComposerClient::createWithSurfaceParent(const String8& name, uint32_t w, in createWithSurfaceParent()
1915 status_t SurfaceComposerClient::createSurfaceChecked(const String8& name, uint32_t w, uint32_t h, in createSurfaceChecked()
1945 sp<SurfaceControl> SurfaceComposerClient::mirrorSurface(SurfaceControl* mirrorFromSurface) { in mirrorSurface()
1960 status_t SurfaceComposerClient::clearLayerFrameStats(const sp<IBinder>& token) const { in clearLayerFrameStats()
1967 status_t SurfaceComposerClient::getLayerFrameStats(const sp<IBinder>& token, in getLayerFrameStats()
1977 status_t SurfaceComposerClient::enableVSyncInjections(bool enable) { in enableVSyncInjections()
1982 status_t SurfaceComposerClient::injectVSync(nsecs_t when) { in injectVSync()
1987 status_t SurfaceComposerClient::getDisplayState(const sp<IBinder>& display, in getDisplayState()
1992 status_t SurfaceComposerClient::getStaticDisplayInfo(const sp<IBinder>& display, in getStaticDisplayInfo()
1997 status_t SurfaceComposerClient::getDynamicDisplayInfo(const sp<IBinder>& display, in getDynamicDisplayInfo()
2002 status_t SurfaceComposerClient::getActiveDisplayMode(const sp<IBinder>& display, in getActiveDisplayMode()
2019 status_t SurfaceComposerClient::setDesiredDisplayModeSpecs( in setDesiredDisplayModeSpecs()
2029 status_t SurfaceComposerClient::getDesiredDisplayModeSpecs(const sp<IBinder>& displayToken, in getDesiredDisplayModeSpecs()
2042 status_t SurfaceComposerClient::getDisplayNativePrimaries(const sp<IBinder>& display, in getDisplayNativePrimaries()
2047 status_t SurfaceComposerClient::setActiveColorMode(const sp<IBinder>& display, in setActiveColorMode()
2052 void SurfaceComposerClient::setAutoLowLatencyMode(const sp<IBinder>& display, bool on) { in setAutoLowLatencyMode()
2056 void SurfaceComposerClient::setGameContentType(const sp<IBinder>& display, bool on) { in setGameContentType()
2060 void SurfaceComposerClient::setDisplayPowerMode(const sp<IBinder>& token, in setDisplayPowerMode()
2065 status_t SurfaceComposerClient::getCompositionPreference( in getCompositionPreference()
2073 bool SurfaceComposerClient::getProtectedContentSupport() { in getProtectedContentSupport()
2079 status_t SurfaceComposerClient::clearAnimationFrameStats() { in clearAnimationFrameStats()
2083 status_t SurfaceComposerClient::getAnimationFrameStats(FrameStats* outStats) { in getAnimationFrameStats()
2087 status_t SurfaceComposerClient::overrideHdrTypes(const sp<IBinder>& display, in overrideHdrTypes()
2092 status_t SurfaceComposerClient::onPullAtom(const int32_t atomId, std::string* outData, in onPullAtom()
2097 status_t SurfaceComposerClient::getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes()
2106 status_t SurfaceComposerClient::setDisplayContentSamplingEnabled(const sp<IBinder>& display, in setDisplayContentSamplingEnabled()
2114 status_t SurfaceComposerClient::getDisplayedContentSample(const sp<IBinder>& display, in getDisplayedContentSample()
2121 status_t SurfaceComposerClient::isWideColorDisplay(const sp<IBinder>& display, in isWideColorDisplay()
2127 status_t SurfaceComposerClient::addRegionSamplingListener( in addRegionSamplingListener()
2135 status_t SurfaceComposerClient::removeRegionSamplingListener( in removeRegionSamplingListener()
2140 status_t SurfaceComposerClient::addFpsListener(int32_t taskId, in addFpsListener()
2145 status_t SurfaceComposerClient::removeFpsListener(const sp<gui::IFpsListener>& listener) { in removeFpsListener()
2149 status_t SurfaceComposerClient::addTunnelModeEnabledListener( in addTunnelModeEnabledListener()
2154 status_t SurfaceComposerClient::removeTunnelModeEnabledListener( in removeTunnelModeEnabledListener()
2159 bool SurfaceComposerClient::getDisplayBrightnessSupport(const sp<IBinder>& displayToken) { in getDisplayBrightnessSupport()
2165 status_t SurfaceComposerClient::setDisplayBrightness(const sp<IBinder>& displayToken, in setDisplayBrightness()
2170 status_t SurfaceComposerClient::addHdrLayerInfoListener( in addHdrLayerInfoListener()
2175 status_t SurfaceComposerClient::removeHdrLayerInfoListener( in removeHdrLayerInfoListener()
2181 status_t SurfaceComposerClient::notifyPowerBoost(int32_t boostId) { in notifyPowerBoost()
2185 status_t SurfaceComposerClient::setGlobalShadowSettings(const half4& ambientColor, in setGlobalShadowSettings()
2193 int SurfaceComposerClient::getGPUContextPriority() { in getGPUContextPriority()
2197 status_t SurfaceComposerClient::addWindowInfosListener( in addWindowInfosListener()
2203 status_t SurfaceComposerClient::removeWindowInfosListener( in removeWindowInfosListener()