Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h60 ~GLESRenderEngine() override EXCLUDES(mRenderingMutex);
77 const sp<Fence>& fence) EXCLUDES(mRenderingMutex);
78 void cacheExternalTextureBuffer(const sp<GraphicBuffer>& buffer) EXCLUDES(mRenderingMutex);
79 void unbindExternalTextureBuffer(uint64_t bufferId) EXCLUDES(mRenderingMutex);
97 EXCLUDES(mFramebufferImageCacheMutex);
101 bool isImageCachedForTesting(uint64_t bufferId) EXCLUDES(mRenderingMutex);
104 EXCLUDES(mFramebufferImageCacheMutex);
113 void dump(std::string& result) override EXCLUDES(mRenderingMutex)
114 EXCLUDES(mFramebufferImageCacheMutex);
157 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.h267 EXCLUDES(mStateLock);
394 bool callingThreadHasUnscopedSurfaceFlingerAccess() EXCLUDES(mStateLock);
906 EXCLUDES(mStateLock);
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncModulator.h69 nsecs_t thresholdForNextVsync) EXCLUDES(mMutex);
101 Offsets getOffsets() EXCLUDES(mMutex);
109 void updateOffsets() EXCLUDES(mMutex);
/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()
221 void DenyUsbDevice(std::string_view buf) EXCLUDES(mutex_) { in DenyUsbDevice()
229 void KeyRemoved(std::string_view buf) EXCLUDES(mutex_) { in KeyRemoved()
404 uint64_t PromptUser(std::string_view public_key, void* arg) EXCLUDES(mutex_) { in PromptUser()
413 uint64_t NotifyAuthenticated(std::string_view public_key) EXCLUDES(mutex_) { in NotifyAuthenticated()
422 void NotifyDisconnected(uint64_t id) EXCLUDES(mutex_) { in NotifyDisconnected()
434 std::string_view public_key) EXCLUDES(mutex_) { in NotifyTlsDeviceConnected()
445 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.cpp875 const T_Callback& callback) const EXCLUDES(mMutex) { in recoverable()
/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()