Home
last modified time | relevance | path

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

/aosp12/system/chre/core/include/chre/core/
H A Devent_loop_manager.h102 mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data, callback,
134 if (mEventLoop.postSystemEvent(static_cast<uint16_t>(type), data.get(), in deferCallback()
H A Devent_loop.h228 bool postSystemEvent(uint16_t eventType, void *eventData,
/aosp12/system/chre/core/
H A Devent_loop.cc277 bool EventLoop::postSystemEvent(uint16_t eventType, void *eventData, in postSystemEvent() function in chre::EventLoop
324 postSystemEvent(static_cast<uint16_t>(SystemCallbackType::Shutdown), in stop()