Home
last modified time | relevance | path

Searched defs:taskRan (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
DUptimeTimerTest.java35 AtomicBoolean taskRan = new AtomicBoolean(false); in testBasic() local
48 AtomicBoolean taskRan = new AtomicBoolean(false); in testCancel() local
/frameworks/av/media/utils/tests/
DTimerThread-test.cpp52 std::atomic<bool> taskRan = false; in testBasic() local
70 std::atomic<bool> taskRan = false; in testCancel() local
89 std::atomic<bool> taskRan = false; in testCancelAfterRun() local
108 std::array<std::atomic<bool>, 6> taskRan{}; in testMultipleTasks() local