Home
last modified time | relevance | path

Searched refs:normal_mem_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dos.h327 bool normal_mem() const { return normal_mem_; } in normal_mem()
368 bool normal_mem_; // Memory DMA capable? variable
Dos.cc60 normal_mem_ = true; in OsLayer()