HomeSort by relevance Sort by last modified time
    Searched refs:targetEventLoop (Results 1 - 2 of 2) sorted by null

  /system/chre/core/
host_comms_manager.cc 75 const void *messageData, uint32_t messageSize, EventLoop *targetEventLoop,
77 CHRE_ASSERT(targetEventLoop != nullptr);
96 success = targetEventLoop->postEvent(
110 EventLoop *targetEventLoop;
122 &targetEventLoop)) {
128 targetEventLoop, targetInstanceId);
  /system/chre/core/include/chre/core/
host_comms_manager.h 154 * @param targetEventLoop EventLoop containing the target app
161 const void *messageData, uint32_t messageSize, EventLoop *targetEventLoop,

Completed in 246 milliseconds