Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/platform/zephyr/
H A Dpower_control_manager.cc23 void PowerControlManager::postEventLoopProcess(size_t /* numPendingEvents */) {} in postEventLoopProcess() function in chre::PowerControlManager
/aosp_15_r20/external/pigweed/pw_chre/
H A Dpower_control_manager.cc21 void PowerControlManager::postEventLoopProcess(size_t) {} in postEventLoopProcess() function in chre::PowerControlManager
/aosp_15_r20/system/chre/platform/exynos/
H A Dpower_control_manager.cc23 void PowerControlManager::postEventLoopProcess(size_t /* numPendingEvents */) {} in postEventLoopProcess() function in chre::PowerControlManager
/aosp_15_r20/system/chre/platform/linux/
H A Dpower_control_manager.cc23 void PowerControlManager::postEventLoopProcess(size_t /* numPendingEvents */) {} in postEventLoopProcess() function in chre::PowerControlManager
/aosp_15_r20/system/chre/platform/include/chre/platform/
H A Dpower_control_manager.h45 void postEventLoopProcess(size_t numPendingEvents);
/aosp_15_r20/system/chre/platform/tinysys/
H A Dpower_control_manager.cc49 void PowerControlManager::postEventLoopProcess(size_t /* numPendingEvents */) {} in postEventLoopProcess() function in chre::PowerControlManager
/aosp_15_r20/system/chre/platform/slpi/see/
H A Dpower_control_manager.cc85 void PowerControlManager::postEventLoopProcess(size_t numPendingEvents) { in postEventLoopProcess() function in chre::PowerControlManager
/aosp_15_r20/system/chre/core/
H A Devent_loop.cc165 mPowerControlManager.postEventLoopProcess(mEvents.size()); in run()