Home
last modified time | relevance | path

Searched refs:ATOMIC_FLAG_INIT (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DBurstBuilder.h52 std::atomic_flag mCurrentlyRunning = ATOMIC_FLAG_INIT;
/aosp12/bionic/tests/
H A Dstdatomic_test.cpp46 atomic_flag f = ATOMIC_FLAG_INIT; in TEST()
76 atomic_flag f = ATOMIC_FLAG_INIT; in TEST()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A DBurst.h114 mutable std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT;
/aosp12/system/hardware/interfaces/suspend/1.0/default/
H A DSystemSuspend.h157 std::atomic_flag mAutosuspendEnabled = ATOMIC_FLAG_INIT;
/aosp12/frameworks/av/services/mediametrics/
H A DMediaMetricsService.h113 std::atomic_flag mStatsdRegistered = ATOMIC_FLAG_INIT;
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstController.h191 mutable std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT;
/aosp12/bionic/libc/include/bits/
H A Dstdatomic.h270 #define ATOMIC_FLAG_INIT { ATOMIC_VAR_INIT(false) } macro
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriver.h174 std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT;
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.h225 std::atomic_flag mSyncFlag = ATOMIC_FLAG_INIT;
/aosp12/frameworks/av/services/audioflinger/
H A DTrackBase.h411 std::atomic_flag mChangeNotified = ATOMIC_FLAG_INIT;
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimPreparedModel.cpp357 std::atomic_flag mExecutionInFlight = ATOMIC_FLAG_INIT;