Home
last modified time | relevance | path

Searched defs:DummyConfig (Results 1 – 3 of 3) sorted by relevance

/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc355 struct DummyConfig : public Config { in Main() struct
356 void Sleep(size_t seconds) override {} in Main()
357 bool IsProfilingEnabled() const override { return false; } in Main()
/system/extras/perfprofd/
Dconfigreader.cc90 struct DummyConfig : public Config { in addDefaultEntries() struct
91 void Sleep(size_t seconds) override {} in addDefaultEntries()
92 bool IsProfilingEnabled() const override { return false; } in addDefaultEntries()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1277 struct DummyConfig : public Config { in TEST_F() struct
1278 void Sleep(size_t seconds) override {} in TEST_F()
1279 bool IsProfilingEnabled() const override { return false; } in TEST_F()