Home
last modified time | relevance | path

Searched refs:SuspendFastMemoryPolling (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_provider.h71 virtual void SuspendFastMemoryPolling() {} in SuspendFastMemoryPolling() function
Dmemory_dump_manager.cc442 mdpinfo->dump_provider->SuspendFastMemoryPolling(); in UnregisterPollingMDPOnDumpThread()
947 mdpinfo->dump_provider->SuspendFastMemoryPolling(); in OnTraceLogDisabled()
Dmemory_dump_manager_unittest.cc149 MOCK_METHOD0(SuspendFastMemoryPolling, void());
770 EXPECT_CALL(*mdp1, SuspendFastMemoryPolling()).Times(1); in TEST_F()
771 EXPECT_CALL(*mdp2, SuspendFastMemoryPolling()).Times(1); in TEST_F()