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

  /device/google/contexthub/inc/chre/
event.h 75 #define CHRE_EVENT_MESSAGE_FROM_HOST UINT16_C(0x0001)
119 * CHRE_EVENT_MESSAGE_FROM_HOST
  /system/chre/chre_api/legacy/v1_0/chre/
event.h 75 #define CHRE_EVENT_MESSAGE_FROM_HOST UINT16_C(0x0001)
119 * CHRE_EVENT_MESSAGE_FROM_HOST
  /system/chre/apps/message_world/
message_world.cc 59 if (eventType == CHRE_EVENT_MESSAGE_FROM_HOST) {
  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 97 case CHRE_EVENT_MESSAGE_FROM_HOST:
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 110 case CHRE_EVENT_MESSAGE_FROM_HOST:
  /system/chre/chre_api/include/chre_api/chre/
event.h 75 #define CHRE_EVENT_MESSAGE_FROM_HOST UINT16_C(0x0001)
167 * CHRE_EVENT_MESSAGE_FROM_HOST.
176 * value may be received in CHRE_EVENT_MESSAGE_FROM_HOST, but it is not valid to
185 * Data provided with CHRE_EVENT_MESSAGE_FROM_HOST.
  /system/chre/build/app_support/qcom_nanohub/
app_support.cc 147 evt = CHRE_EVENT_MESSAGE_FROM_HOST;
  /system/chre/core/
host_comms_manager.cc 97 CHRE_EVENT_MESSAGE_FROM_HOST, &msgFromHost->fromHostData,
  /device/google/contexthub/firmware/app/chre/common/
chre_app.c 244 evt = CHRE_EVENT_MESSAGE_FROM_HOST;
253 evt = CHRE_EVENT_MESSAGE_FROM_HOST;

Completed in 2804 milliseconds