HomeSort by relevance Sort by last modified time
    Searched defs:OsLayer (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
os.cc 53 // OsLayer initialization.
54 OsLayer::OsLayer() {
89 // OsLayer cleanup.
90 OsLayer::~OsLayer() {
97 // OsLayer initialization.
98 bool OsLayer::Initialize() {
124 bool OsLayer::IsSupported() {
135 int OsLayer::AddressMode()
    [all...]
os.h 54 class OsLayer {
56 OsLayer();
57 virtual ~OsLayer();
301 // Update OsLayer state regarding cpu support for various features.
407 DISALLOW_COPY_AND_ASSIGN(OsLayer);
411 // OsLayer::Initialize() on the new object.
412 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options);

Completed in 47 milliseconds