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

  /device/google/contexthub/inc/chre/
event.h 38 * a message sent to chreSendMessageToHost(). This must be at least
166 * This callback is (optionally) provided to the chreSendMessageToHost() method
172 * @param message The 'message' argument from chreSendMessageToHost().
173 * @param messageSize The 'messageSize' argument from chreSendMessageToHost().
175 * @see chreSendMessageToHost
258 * invoked directly from within chreSendMessageToHost(), so it's necessary
263 bool chreSendMessageToHost(void *message, uint32_t messageSize,
  /system/chre/chre_api/legacy/v1_0/chre/
event.h 38 * a message sent to chreSendMessageToHost(). This must be at least
166 * This callback is (optionally) provided to the chreSendMessageToHost() method
172 * @param message The 'message' argument from chreSendMessageToHost().
173 * @param messageSize The 'messageSize' argument from chreSendMessageToHost().
175 * @see chreSendMessageToHost
258 * invoked directly from within chreSendMessageToHost(), so it's necessary
263 bool chreSendMessageToHost(void *message, uint32_t messageSize,
  /system/chre/apps/chqts/src/shared/
send_message.cc 61 chreSendMessageToHost(nullptr, 0,
114 if (!chreSendMessageToHost(data, dataSize,
  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 92 chreSendMessageToHost(extMsg, sizeof(*extMsg), 0, nanoappFreeMessage);
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 105 chreSendMessageToHost(extMsg, sizeof(*extMsg), 0, nanoappFreeMessage);
  /system/chre/chre_api/include/chre_api/chre/
event.h 38 * a message sent to chreSendMessageToHost(). This must be at least
306 * This callback is (optionally) provided to the chreSendMessageToHost() method
312 * @param message The 'message' argument from chreSendMessageToHost().
313 * @param messageSize The 'messageSize' argument from chreSendMessageToHost().
315 * @see chreSendMessageToHost
365 bool chreSendMessageToHost(void *message, uint32_t messageSize,
418 * invoked directly from within chreSendMessageToHost(), so it's necessary
  /device/google/contexthub/firmware/app/chre/common/
chre_app_syscalls.c 123 bool chreSendMessageToHost(void *message, uint32_t messageSize,
  /system/chre/platform/shared/
chre_api_core.cc 70 DLL_EXPORT bool chreSendMessageToHost(void *message, uint32_t messageSize,
  /system/chre/apps/chqts/src/general_test/
send_message_to_host_test.cc 241 // Wrapper for chreSendMessageToHost() that sets sInMethod to false during its
249 bool success = chreSendMessageToHost(message, messageSize,
280 sendFatalFailureToHost("Failed chreSendMessageToHost stage 0");
286 sendFatalFailureToHost("Failed chreSendMessageToHost stage 1");
292 sendFatalFailureToHost("Failed chreSendMessageToHost stage 2");
300 sendFatalFailureToHost("Failed chreSendMessageToHost stage 3");
305 sendFatalFailureToHost("Failed chreSendMessageToHost stage 4");
318 sendFatalFailureToHost("Oversized data to chreSendMessageToHost "
325 sendFatalFailureToHost("Failed chreSendMessageToHost stage 7");

Completed in 246 milliseconds