Searched refs:preEventLoopProcess (Results 1 – 8 of 8) sorted by relevance
21 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
20 void PowerControlManager::preEventLoopProcess(size_t) {} in preEventLoopProcess() function in chre::PowerControlManager
38 void preEventLoopProcess(size_t numPendingEvents);
47 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
83 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
162 mPowerControlManager.preEventLoopProcess(mEvents.size() + 1); in run()