Home
last modified time | relevance | path

Searched refs:PollFastMemoryTotal (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_provider.h66 virtual void PollFastMemoryTotal(uint64_t* memory_total) {} in PollFastMemoryTotal() function
Dmemory_dump_manager_unittest.cc148 MOCK_METHOD1(PollFastMemoryTotal, void(uint64_t* memory_total));
162 ON_CALL(*this, PollFastMemoryTotal(_)) in MockMemoryDumpProvider()
247 void PollFastMemoryTotal(uint64_t* memory_total) { in PollFastMemoryTotal() function in base::trace_event::MemoryDumpManagerTest
248 mdm_->PollFastMemoryTotal(memory_total); in PollFastMemoryTotal()
801 EXPECT_CALL(*mdp1, PollFastMemoryTotal(_)) in TEST_F()
807 EXPECT_CALL(*mdp2, PollFastMemoryTotal(_)) in TEST_F()
Dmemory_dump_manager.h266 bool PollFastMemoryTotal(uint64_t* memory_total);
Dmemory_dump_scheduler.cc180 bool res = mdm_->PollFastMemoryTotal(&polled_memory); in PollMemoryOnPollingThread()
Dmemory_dump_manager.cc712 bool MemoryDumpManager::PollFastMemoryTotal(uint64_t* memory_total) { in PollFastMemoryTotal() function in base::trace_event::MemoryDumpManager
728 mdpinfo->dump_provider->PollFastMemoryTotal(&value); in PollFastMemoryTotal()