HomeSort by relevance Sort by last modified time
    Searched refs:MaxActionSize (Results 1 - 4 of 4) sorted by null

  /system/extras/memory_replay/
Action.h 37 static size_t MaxActionSize();
Threads.cpp 60 if (Thread::ACTION_SIZE < Action::MaxActionSize()) {
62 Thread::ACTION_SIZE, Action::MaxActionSize());
Action.cpp 171 size_t Action::MaxActionSize() {
  /system/extras/memory_replay/tests/
ActionTest.cpp 25 uint8_t memory[Action::MaxActionSize()];

Completed in 970 milliseconds