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

  /system/chre/apps/chqts/src/general_test/
event_between_apps_test.h 43 static constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
send_event_test.cc 55 constexpr uint16_t kEventType0 = CHRE_EVENT_FIRST_USER_VALUE + 0;
56 constexpr uint16_t kEventType1 = CHRE_EVENT_FIRST_USER_VALUE + 1;
57 constexpr uint16_t kEventTypeCallback = CHRE_EVENT_FIRST_USER_VALUE + 2;
send_event_stress_test.cc 34 constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
basic_sensor_test_base.cc 54 constexpr uint16_t kStartEvent = CHRE_EVENT_FIRST_USER_VALUE;
55 constexpr uint16_t kPassiveCompleteEvent = CHRE_EVENT_FIRST_USER_VALUE + 1;
heap_exhaustion_stability_test.cc 57 constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
  /system/chre/apps/unload_tester/
unload_tester.cc 59 bool eventSent = chreSendEvent(CHRE_EVENT_FIRST_USER_VALUE, nullptr, nullptr,
78 if (eventType == CHRE_EVENT_FIRST_USER_VALUE
  /device/google/contexthub/inc/chre/
event.h 66 #define CHRE_EVENT_FIRST_USER_VALUE UINT16_C(0x8000)
189 * value CHRE_EVENT_FIRST_USER_VALUE. It is illegal to attempt to use any
  /system/chre/chre_api/legacy/v1_0/chre/
event.h 66 #define CHRE_EVENT_FIRST_USER_VALUE UINT16_C(0x8000)
189 * value CHRE_EVENT_FIRST_USER_VALUE. It is illegal to attempt to use any
  /system/chre/apps/message_world/
message_world.cc 39 if (!chreSendEvent(CHRE_EVENT_FIRST_USER_VALUE, nullptr, nullptr,
  /system/chre/core/include/chre/core/
event_loop_manager.h 39 FirstCallbackType = CHRE_EVENT_FIRST_USER_VALUE,
  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 26 #define EVT_LOCAL_SETUP CHRE_EVENT_FIRST_USER_VALUE
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 26 #define EVT_LOCAL_SETUP CHRE_EVENT_FIRST_USER_VALUE
  /system/chre/apps/spammer/
spammer.cc 39 constexpr uint16_t kMessageSentEvent = CHRE_EVENT_FIRST_USER_VALUE;
  /system/chre/chre_api/include/chre_api/chre/
event.h 66 #define CHRE_EVENT_FIRST_USER_VALUE UINT16_C(0x8000)
328 * value CHRE_EVENT_FIRST_USER_VALUE. It is illegal to attempt to use any
  /system/chre/apps/chqts/src/busy_startup/
busy_startup.cc 70 constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 178 * therefore, we have to enforce the evtType >= CHRE_EVENT_FIRST_USER_VALUE.
180 if (evtType < CHRE_EVENT_FIRST_USER_VALUE) {

Completed in 240 milliseconds