Home
last modified time | relevance | path

Searched refs:preEventLoopProcess (Results 1 – 7 of 7) sorted by relevance

/system/chre/platform/linux/
Dpower_control_manager.cc21 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
/system/chre/platform/zephyr/
Dpower_control_manager.cc21 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
/system/chre/platform/exynos/
Dpower_control_manager.cc21 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
/system/chre/platform/include/chre/platform/
Dpower_control_manager.h38 void preEventLoopProcess(size_t numPendingEvents);
/system/chre/platform/tinysys/
Dpower_control_manager.cc47 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
/system/chre/platform/slpi/see/
Dpower_control_manager.cc83 void PowerControlManager::preEventLoopProcess(size_t /* numPendingEvents */) {} in preEventLoopProcess() function in chre::PowerControlManager
/system/chre/core/
Devent_loop.cc156 mPowerControlManager.preEventLoopProcess(mEvents.size() + 1); in run()