Home
last modified time | relevance | path

Searched refs:NO_THREAD_SAFETY_ANALYSIS (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/media/jni/soundpool/
DStream.h91 void dump() const NO_THREAD_SAFETY_ANALYSIS; // disable for ALOGV (see func for details).
108 int32_t getPriority() const NO_THREAD_SAFETY_ANALYSIS { return mPriority; } in getPriority()
109 int32_t getPairPriority() const NO_THREAD_SAFETY_ANALYSIS { in getPairPriority()
112 int64_t getStopTimeNs() const NO_THREAD_SAFETY_ANALYSIS { return mStopTimeNs; } in getStopTimeNs()
115 int32_t getStreamID() const NO_THREAD_SAFETY_ANALYSIS { return mStreamID; } in getStreamID()
118 int32_t getSoundID() const NO_THREAD_SAFETY_ANALYSIS { return mSoundID; } in getSoundID()
120 bool hasSound() const NO_THREAD_SAFETY_ANALYSIS { return mSound.get() != nullptr; } in hasSound()
135 NO_THREAD_SAFETY_ANALYSIS; // uses unique_lock
DSoundDecoder.h33 void loadSound(int32_t soundID) NO_THREAD_SAFETY_ANALYSIS; // uses unique_lock
38 void run(int32_t id) NO_THREAD_SAFETY_ANALYSIS; // uses unique_lock
DStreamManager.h396 NO_THREAD_SAFETY_ANALYSIS; // uses unique_lock
411 void run(int32_t id) NO_THREAD_SAFETY_ANALYSIS; // worker thread, takes unique_lock.
/frameworks/native/services/surfaceflinger/Scheduler/
DEventControlThread.cpp62 void EventControlThread::threadMain() NO_THREAD_SAFETY_ANALYSIS { in threadMain()
70 mCondition.wait(lock, [this, currentVsyncEnabled, keepRunning]() NO_THREAD_SAFETY_ANALYSIS { in threadMain()
DEventThread.cpp178 mThread = std::thread([this]() NO_THREAD_SAFETY_ANALYSIS { in EventThread()
/frameworks/native/services/surfaceflinger/tests/unittests/
DAsyncCallRecorder.h109 NO_THREAD_SAFETY_ANALYSIS {
114 [this]() NO_THREAD_SAFETY_ANALYSIS { return !mCalls.empty(); });
DTestableScheduler.h57 size_t layerHistorySize() const NO_THREAD_SAFETY_ANALYSIS { in layerHistorySize()
DTestableSurfaceFlinger.h292 auto resetDisplayState() NO_THREAD_SAFETY_ANALYSIS { return mFlinger->resetDisplayState(); } in resetDisplayState()
299 const sp<IGraphicBufferProducer>& producer) NO_THREAD_SAFETY_ANALYSIS { in setupNewDisplayDeviceInternal()
320 auto onInitializeDisplays() NO_THREAD_SAFETY_ANALYSIS { in onInitializeDisplays()
326 hal::PowerMode mode) NO_THREAD_SAFETY_ANALYSIS { in setPowerModeInternal()
DLayerHistoryTest.cpp56 size_t activeLayerCount() const NO_THREAD_SAFETY_ANALYSIS { return history().mActiveLayersEnd; } in activeLayerCount()
58 size_t frequentLayerCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in frequentLayerCount()
DLayerHistoryTestV2.cpp57 size_t activeLayerCount() const NO_THREAD_SAFETY_ANALYSIS { return history().mActiveLayersEnd; } in activeLayerCount()
59 auto frequentLayerCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in frequentLayerCount()
66 auto animatingLayerCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in animatingLayerCount()
74 LayerHistory::LayerVoteType vote) NO_THREAD_SAFETY_ANALYSIS { in setLayerInfoVote()
/frameworks/native/services/surfaceflinger/
DSurfaceTracing.h50 void notifyLocked(const char* where) NO_THREAD_SAFETY_ANALYSIS /* REQUIRES(mSfLock) */;
65 bool flagIsSetLocked(uint32_t flags) NO_THREAD_SAFETY_ANALYSIS /* REQUIRES(mSfLock) */ { in flagIsSetLocked()
DRegionSamplingThread.cpp460 void RegionSamplingThread::threadMain() NO_THREAD_SAFETY_ANALYSIS { in threadMain()
DSurfaceFlinger.cpp139 #undef NO_THREAD_SAFETY_ANALYSIS
140 #define NO_THREAD_SAFETY_ANALYSIS \ macro
/frameworks/av/services/mediametrics/
DTimedAction.h75 void threadLoop() NO_THREAD_SAFETY_ANALYSIS { // thread safety doesn't cover unique_lock in threadLoop()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp380 static bool dumpTryLock(Mutex& mutex) ACQUIRE(mutex) NO_THREAD_SAFETY_ANALYSIS in dumpTryLock()
385 static void dumpReleaseLock(Mutex& mutex, bool locked) RELEASE(mutex) NO_THREAD_SAFETY_ANALYSIS in dumpReleaseLock()