Searched refs:mAutosuspendEnabled (Results 1 – 2 of 2) sorted by relevance
156 std::atomic_flag mAutosuspendEnabled = ATOMIC_FLAG_INIT; variable
180 if (mAutosuspendEnabled.test_and_set()) { in enableAutosuspend()