Searched refs:NO_THREAD_SAFETY_ANALYSIS (Results 1 – 25 of 44) sorted by relevance
12
92 void dump() const NO_THREAD_SAFETY_ANALYSIS; // disable for ALOGV (see func for details).111 int32_t getPriority() const NO_THREAD_SAFETY_ANALYSIS { return mPriority; } in getPriority()112 int32_t getPairPriority() const NO_THREAD_SAFETY_ANALYSIS { in getPairPriority()115 int64_t getStopTimeNs() const NO_THREAD_SAFETY_ANALYSIS { return mStopTimeNs; } in getStopTimeNs()118 int32_t getStreamID() const NO_THREAD_SAFETY_ANALYSIS { return mStreamID; } in getStreamID()121 int32_t getSoundID() const NO_THREAD_SAFETY_ANALYSIS { return mSoundID; } in getSoundID()123 bool hasSound() const NO_THREAD_SAFETY_ANALYSIS { return mSound.get() != nullptr; } in hasSound()166 void onBufferEnd(int toggle, int tries) NO_THREAD_SAFETY_ANALYSIS;
33 void loadSound(int32_t soundID) NO_THREAD_SAFETY_ANALYSIS; // uses unique_lock38 void run(int32_t id) NO_THREAD_SAFETY_ANALYSIS; // uses unique_lock
402 NO_THREAD_SAFETY_ANALYSIS; // uses unique_lock419 void run(int32_t id) NO_THREAD_SAFETY_ANALYSIS; // worker thread, takes unique_lock.
40 ProfileData* get() NO_THREAD_SAFETY_ANALYSIS { return mData; } in get()42 ProfileData* operator->() NO_THREAD_SAFETY_ANALYSIS { return mData; }
66 void dumpStats(int fd) NO_THREAD_SAFETY_ANALYSIS { dumpData(fd, &mDescription, mData.get()); } in dumpStats()
54 int32_t getProcState_l(uid_t uid) NO_THREAD_SAFETY_ANALYSIS;55 void updateTopUid_l() NO_THREAD_SAFETY_ANALYSIS;
117 std::optional<PhysicalDisplayId> pacesetterDisplayId() const NO_THREAD_SAFETY_ANALYSIS { in pacesetterDisplayId()138 size_t layerHistorySize() NO_THREAD_SAFETY_ANALYSIS { in layerHistorySize()142 size_t getNumActiveLayers() NO_THREAD_SAFETY_ANALYSIS { in getNumActiveLayers()187 DisplayModeChoiceMap chooseDisplayModes() NO_THREAD_SAFETY_ANALYSIS { in chooseDisplayModes()
91 size_t activeLayerCount() const NO_THREAD_SAFETY_ANALYSIS { in activeLayerCount()95 auto frequentLayerCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in frequentLayerCount()102 auto animatingLayerCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in animatingLayerCount()109 auto clearLayerHistoryCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in clearLayerHistoryCount()117 LayerHistory::LayerVoteType vote) NO_THREAD_SAFETY_ANALYSIS { in setDefaultLayerVote()
109 NO_THREAD_SAFETY_ANALYSIS {114 [this]() NO_THREAD_SAFETY_ANALYSIS { return !mCalls.empty(); });
138 void updateGlobalMetaState() NO_THREAD_SAFETY_ANALYSIS override;139 int32_t getGlobalMetaState() NO_THREAD_SAFETY_ANALYSIS override;144 int32_t bumpGeneration() NO_THREAD_SAFETY_ANALYSIS override;151 int32_t getNextId() NO_THREAD_SAFETY_ANALYSIS override;
50 SkCanvas* SkiaCapture::tryCapture(SkSurface* surface) NO_THREAD_SAFETY_ANALYSIS { in tryCapture()88 void SkiaCapture::endCapture() NO_THREAD_SAFETY_ANALYSIS { in endCapture()
35 bool MediaSampleQueue::dequeue(std::shared_ptr<MediaSample>* sample) NO_THREAD_SAFETY_ANALYSIS { in dequeue()
33 NO_THREAD_SAFETY_ANALYSIS { in getBufferWithSize()
44 std::string AAudioClientTracker::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()209 std::string AAudioClientTracker::NotificationClient::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()
100 std::string AAudioStreamTracker::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()
45 std::string AAudioServiceEndpoint::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()
148 NO_THREAD_SAFETY_ANALYSIS { in startStream()
55 std::string AAudioServiceStreamShared::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()
47 std::string AAudioEndpointManager::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()
67 void periodicallyClearMap() NO_THREAD_SAFETY_ANALYSIS;
41 bool AudioWatchdog::threadLoop() NO_THREAD_SAFETY_ANALYSIS // unique_lock in threadLoop()
81 void threadLoop() NO_THREAD_SAFETY_ANALYSIS { // thread safety doesn't cover unique_lock in threadLoop()
171 NO_THREAD_SAFETY_ANALYSIS // access of AudioFlinger::checkOutputThread_l in startMelComputationForActivePatch_l()271 NO_THREAD_SAFETY_ANALYSIS // access of AudioFlinger::checkOutputThread_l in stopMelComputationForPatch_l()
90 void traverseStatesWithBuffersWhileTrue(Visitor&& visitor) NO_THREAD_SAFETY_ANALYSIS { in traverseStatesWithBuffersWhileTrue()
95 [this]() NO_THREAD_SAFETY_ANALYSIS { return mAvailable; }); in getScreenCapture()