Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/synchronization/
DMessageChannel.h55 size_t beforeWrite() EXCLUDES(mLock) ACQUIRE(mLock);
60 Optional<size_t> beforeTryWrite() EXCLUDES(mLock) ACQUIRE(mLock);
73 size_t beforeRead() EXCLUDES(mLock) ACQUIRE(mLock);
78 Optional<size_t> beforeTryRead() EXCLUDES(mLock) ACQUIRE(mLock);
83 Optional<size_t> beforeTimedRead(uint64_t wallTimeUs) EXCLUDES(mLock) ACQUIRE(mLock);
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DResilientDevice.h48 nn::SharedDevice getDevice() const EXCLUDES(mMutex);
50 bool blocking) const EXCLUDES(mMutex);
83 bool isValidInternal() const EXCLUDES(mMutex);
DResilientExecution.h57 bool isValidInternal() const EXCLUDES(mMutex);
DResilientBurst.h62 bool isValidInternal() const EXCLUDES(mMutex);
DResilientPreparedModel.h75 bool isValidInternal() const EXCLUDES(mMutex);
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp225 int retain(buffer_handle_t handle) EXCLUDES(lock) { in retain()
254 int map(buffer_handle_t handle) EXCLUDES(lock) { in map()
263 int release(buffer_handle_t handle) EXCLUDES(lock) { in release()
298 int validate(buffer_handle_t handle) EXCLUDES(lock) { in validate()
/hardware/google/aemu/base/include/aemu/base/
DThreadAnnotations.h60 #define EXCLUDES(...) \ macro