Home
last modified time | relevance | path

Searched refs:EXCLUDES (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.h171 status_t setDisplayManagerPolicy(const Policy& policy) EXCLUDES(mLock);
173 status_t setOverridePolicy(const std::optional<Policy>& policy) EXCLUDES(mLock);
176 Policy getCurrentPolicy() const EXCLUDES(mLock);
178 Policy getDisplayManagerPolicy() const EXCLUDES(mLock);
181 bool isConfigAllowed(HwcConfigIndexType config) const EXCLUDES(mLock);
221 EXCLUDES(mLock);
239 EXCLUDES(mLock);
242 const AllRefreshRatesMapType& getAllRefreshRates() const EXCLUDES(mLock);
249 const RefreshRate& getMinRefreshRateByPolicy() const EXCLUDES(mLock);
256 const RefreshRate& getMaxRefreshRateByPolicy() const EXCLUDES(mLock);
[all …]
DVSyncModulator.h71 void setPhaseOffsets(const OffsetsConfig&) EXCLUDES(mMutex);
94 Offsets getOffsets() const EXCLUDES(mMutex);
101 void updateOffsets() EXCLUDES(mMutex);
DTimer.h43 void setDebugState(DebugState state) EXCLUDES(mMutex);
DScheduler.h97 EXCLUDES(mFeatureStateLock);
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h58 ~GLESRenderEngine() override EXCLUDES(mRenderingMutex);
65 const sp<Fence>& fence) EXCLUDES(mRenderingMutex);
66 void cacheExternalTextureBuffer(const sp<GraphicBuffer>& buffer) EXCLUDES(mRenderingMutex);
67 void unbindExternalTextureBuffer(uint64_t bufferId) EXCLUDES(mRenderingMutex);
84 EXCLUDES(mFramebufferImageCacheMutex);
88 bool isImageCachedForTesting(uint64_t bufferId) EXCLUDES(mRenderingMutex);
91 EXCLUDES(mFramebufferImageCacheMutex);
100 void dump(std::string& result) override EXCLUDES(mRenderingMutex)
101 EXCLUDES(mFramebufferImageCacheMutex);
128 EXCLUDES(mRenderingMutex);
[all …]
DImageManager.h47 EXCLUDES(mMutex);
49 void releaseAsync(uint64_t bufferId, const std::shared_ptr<Barrier>& barrier) EXCLUDES(mMutex);
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.h182 void onBufferAvailable(const BufferItem& item) EXCLUDES(mImagesMutex);
187 virtual void abandonLocked() EXCLUDES(mImagesMutex);
196 EXCLUDES(mImagesMutex);
216 EXCLUDES(mImagesMutex);
243 virtual void freeBufferLocked(int slotIndex) EXCLUDES(mImagesMutex);
DSurfaceFlinger.h406 EXCLUDES(mStateLock);
586 EXCLUDES(mStateLock);
781 sp<const DisplayDevice> getDefaultDisplayDevice() EXCLUDES(mStateLock) { in getDefaultDisplayDevice()
969 EXCLUDES(mStateLock);
970 void dumpOffscreenLayers(std::string& result) EXCLUDES(mStateLock);
1229 std::optional<ActiveConfigInfo> getDesiredActiveConfig() EXCLUDES(mActiveConfigLock) { in getDesiredActiveConfig()
/frameworks/native/libs/adbd_auth/
Dadbd_auth.cpp182 void HandlePacket(std::string_view packet) EXCLUDES(mutex_) { in HandlePacket()
206 void AllowUsbDevice(std::string_view buf) EXCLUDES(mutex_) { in AllowUsbDevice()
227 void DenyUsbDevice(std::string_view buf) EXCLUDES(mutex_) { in DenyUsbDevice()
235 void KeyRemoved(std::string_view buf) EXCLUDES(mutex_) { in KeyRemoved()
411 uint64_t PromptUser(std::string_view public_key, void* arg) EXCLUDES(mutex_) { in PromptUser()
421 uint64_t NotifyAuthenticated(std::string_view public_key) EXCLUDES(mutex_) { in NotifyAuthenticated()
430 void NotifyDisconnected(uint64_t id) EXCLUDES(mutex_) { in NotifyDisconnected()
442 std::string_view public_key) EXCLUDES(mutex_) { in NotifyTlsDeviceConnected()
453 void NotifyTlsDeviceDisconnected(AdbTransportType type, uint64_t id) EXCLUDES(mutex_) { in NotifyTlsDeviceDisconnected()
/frameworks/ml/nn/runtime/
DVersionedInterfaces.h530 sp<T_IDevice> getDevice() const EXCLUDES(mMutex) { in getDevice()
537 auto getDeviceAndDeathHandler() const EXCLUDES(mMutex) { in getDeviceAndDeathHandler()
554 const T_Callback& callback = nullptr) const EXCLUDES(mMutex);
DVersionedInterfaces.cpp874 const T_Callback& callback) const EXCLUDES(mMutex) { in recoverable()
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp109 explicit Choreographer(const sp<Looper>& looper) EXCLUDES(gChoreographers.lock);
113 EXCLUDES(gChoreographers.lock);
130 virtual ~Choreographer() override EXCLUDES(gChoreographers.lock);
424 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) EXCLUDES(gChoreographers.lock) { in AChoreographer_signalRefreshRateCallbacks()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java86 private static final boolean EXCLUDES = false; field in UpstreamNetworkMonitorTest
505 assertPrefixSet(local, EXCLUDES, wifiLinkPrefixes); in testLocalPrefixes()
512 assertPrefixSet(local, EXCLUDES, wifiLinkPrefixes); in testLocalPrefixes()
513 assertPrefixSet(local, EXCLUDES, cellLinkPrefixes); in testLocalPrefixes()