Home
last modified time | relevance | path

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

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