Home
last modified time | relevance | path

Searched defs:GUARDED_BY (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DMessageQueue.h114 GUARDED_BY(mutex) = {"VsyncWorkDuration-sf", std::chrono::nanoseconds(0)}; in GUARDED_BY() function
115 std::chrono::nanoseconds lastCallbackTime GUARDED_BY(mutex) = std::chrono::nanoseconds{0}; in GUARDED_BY() function
H A DVsyncModulator.h122 VsyncConfig mVsyncConfig GUARDED_BY(mMutex){mVsyncConfigSet.late}; in GUARDED_BY() function
/aosp12/frameworks/minikin/include/minikin/
H A DMacros.h54 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/aosp12/frameworks/av/services/mediametrics/
H A DAudioPowerUsage.h107 std::string mMode GUARDED_BY(mLock) {"AUDIO_MODE_NORMAL"}; in GUARDED_BY() function
/aosp12/frameworks/native/libs/gui/include/gui/
H A DBLASTBufferQueue.h235 uint64_t mTransactionCompleteFrameNumber GUARDED_BY(mMutex){0}; in GUARDED_BY() function
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.h334 bool mDisconnected GUARDED_BY(mLock) {false}; in GUARDED_BY() function
/aosp12/frameworks/base/media/jni/soundpool/
H A DStreamManager.h267 K mNextKey GUARDED_BY(mHashLock) {}; in GUARDED_BY() function
/aosp12/system/libbase/include/android-base/
H A Dthread_annotations.h32 #define GUARDED_BY(x) \ macro
/aosp12/system/core/libutils/include/utils/
H A DMutex.h43 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/aosp12/art/runtime/jit/
H A Ddebugger_interface.cc192 JITDescriptor __jit_debug_descriptor GUARDED_BY(g_jit_debug_lock) {}; in GUARDED_BY() function
199 JITDescriptor __dex_debug_descriptor GUARDED_BY(g_dex_debug_lock) {}; in GUARDED_BY() function
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp210 bool mInputDevicesChanged GUARDED_BY(mLock){false}; in GUARDED_BY() function in android::FakeInputReaderPolicy