Lines Matching refs:mStateLock
281 Mutex::Autolock _l(mStateLock); in getDefaultDisplayDevice()
320 sp<Layer> fromHandle(const sp<IBinder>& handle) REQUIRES(mStateLock);
381 bool callingThreadHasUnscopedSurfaceFlingerAccess() EXCLUDES(mStateLock);
507 void onInitializeDisplays() REQUIRES(mStateLock);
509 void setDesiredActiveConfig(const ActiveConfigInfo& info) REQUIRES(mStateLock);
512 void setActiveConfigInternal() REQUIRES(mStateLock);
517 bool performSetActiveConfig() REQUIRES(mStateLock);
519 void setPowerModeInternal(const sp<DisplayDevice>& display, int mode) REQUIRES(mStateLock);
524 REQUIRES(mStateLock);
535 void handleTransactionLocked(uint32_t transactionFlags) REQUIRES(mStateLock);
539 void commitInputWindowCommands() REQUIRES(mStateLock);
560 REQUIRES(mStateLock);
571 void commitTransaction() REQUIRES(mStateLock);
578 int64_t postTime, bool privileged) REQUIRES(mStateLock);
579 uint32_t setDisplayStateLocked(const DisplayState& s) REQUIRES(mStateLock);
581 REQUIRES(mStateLock);
670 Mutex::Autolock _l(mStateLock); in getDisplayDevice()
675 Mutex::Autolock _l(mStateLock); in getDisplayDevice()
799 nsecs_t getVsyncPeriod() const REQUIRES(mStateLock);
803 void setRefreshRateTo(RefreshRateType, Scheduler::ConfigEvent event) REQUIRES(mStateLock);
805 bool isDisplayConfigAllowed(int32_t configId) REQUIRES(mStateLock);
867 void dumpAllLocked(const DumpArgs& args, std::string& result) const REQUIRES(mStateLock);
871 void dumpStatsLocked(const DumpArgs& args, std::string& result) const REQUIRES(mStateLock);
876 void dumpVSync(std::string& result) const REQUIRES(mStateLock);
888 void withTracingLock(std::function<void()> operation) REQUIRES(mStateLock);
920 mutable Mutex mStateLock; variable
1010 bool mTracingEnabledChanged GUARDED_BY(mStateLock) = false;
1123 DisplayConfigs mAllowedDisplayConfigs GUARDED_BY(mStateLock);
1142 InputWindowCommands mPendingInputWindowCommands GUARDED_BY(mStateLock);
1157 bool mPendingSyncInputWindows GUARDED_BY(mStateLock);