Lines Matching refs:SurfaceFlinger
172 using HotplugEvent = SurfaceFlinger::HotplugEvent;
174 TestableSurfaceFlinger(sp<SurfaceFlinger> flinger = nullptr) : mFlinger(flinger) { in mFlinger()
176 mFlinger = sp<SurfaceFlinger>::make(mFactory, SurfaceFlinger::SkipInitialization); in mFlinger()
180 SurfaceFlinger* flinger() { return mFlinger.get(); } in flinger()
492 SurfaceFlinger::GetLayerSnapshotsFunction getLayerSnapshotsFn, in renderScreenImpl()
516 return mFlinger->SurfaceFlinger::getDisplayNativePrimaries(displayToken, primaries); in getDisplayNativePrimaries()
561 return SurfaceFlinger::calculateMaxAcquiredBufferCount(refreshRate, presentLatency); in calculateMaxAcquiredBufferCount()
698 return SurfaceFlinger::sActiveDisplayRotationFlags; in mutableActiveDisplayRotationFlags()
701 auto& mutableMinAcquiredBuffers() { return SurfaceFlinger::minAcquiredBuffers; } in mutableMinAcquiredBuffers()
730 SurfaceFlinger::NotifyExpectedPresentHintStatus::ScheduleOnPresent; in verifyHintIsScheduledOnPresent()
735 SurfaceFlinger::NotifyExpectedPresentHintStatus::Sent; in verifyHintIsSent()
740 SurfaceFlinger::NotifyExpectedPresentHintStatus::Start; in verifyHintStatusIsStart()
745 SurfaceFlinger::NotifyExpectedPresentHintStatus::ScheduleOnTx; in verifyHintStatusIsScheduledOnTx()
763 SurfaceFlinger::NotifyExpectedPresentHintStatus::Start; in resetNotifyExpectedPresentHintState()
1160 sp<SurfaceFlinger> mFlinger;