Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h59 ~GLESRenderEngine() override EXCLUDES(mRenderingMutex);
76 const sp<Fence>& fence) EXCLUDES(mRenderingMutex);
77 status_t cacheExternalTextureBuffer(const sp<GraphicBuffer>& buffer) EXCLUDES(mRenderingMutex);
78 void unbindExternalTextureBuffer(uint64_t bufferId) EXCLUDES(mRenderingMutex);
89 EXCLUDES(mRenderingMutex) override;
100 bool isImageCachedForTesting(uint64_t bufferId) EXCLUDES(mRenderingMutex);
102 bool isFramebufferImageCachedForTesting(uint64_t bufferId) EXCLUDES(mRenderingMutex);
238 void queueSync(EGLSyncKHR sync) EXCLUDES(mMutex);
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.h179 void onBufferAvailable(const BufferItem& item) EXCLUDES(mImagesMutex);
184 virtual void abandonLocked() EXCLUDES(mImagesMutex);
193 EXCLUDES(mImagesMutex);
213 EXCLUDES(mImagesMutex);
241 virtual void freeBufferLocked(int slotIndex) EXCLUDES(mImagesMutex);
DSurfaceFlinger.h381 bool callingThreadHasUnscopedSurfaceFlingerAccess() EXCLUDES(mStateLock);
/frameworks/ml/nn/runtime/
DVersionedInterfaces.h571 sp<T_IDevice> getDevice() const EXCLUDES(mMutex) { in getDevice()
578 auto getDeviceAndDeathHandler() const EXCLUDES(mMutex) { in getDeviceAndDeathHandler()
594 const T_Callback& callback = nullptr) const EXCLUDES(mMutex);
DVersionedInterfaces.cpp360 const T_Callback& callback) const EXCLUDES(mMutex) { in recoverable()
/frameworks/base/tests/net/java/com/android/server/connectivity/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()