Home
last modified time | relevance | path

Searched refs:GetAction (Results 1 – 3 of 3) sorted by relevance

/system/extras/memory_replay/
DThread.h45 Action* GetAction() { return reinterpret_cast<Action*>(action_memory_); } in GetAction() function
DThreads.cpp37 Action* action = thread->GetAction(); in ThreadRunner()
/system/extras/memory_replay/tests/
DThreadTest.cpp107 ASSERT_EQ(action, thread.GetAction()); in TEST()