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

  /system/chre/apps/chqts/src/general_test/
send_event_stress_test.cc 34 constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
79 chreSendEvent(kEventType, kEventData, completeCallback,
121 if (eventType != kEventType) {
event_between_apps_test.h 35 * app0 to app1: kEventType, kMagic
43 static constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
68 * app0 to app1: kEventType, EventBetweenApps1::kMagic
heap_exhaustion_stability_test.cc 57 constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
158 if (chreSendEvent(kEventType, nullptr, nullptr, chreGetInstanceId())) {
223 } else if (eventType == kEventType) {
event_between_apps_test.cc 74 chreSendEvent(kEventType, sendData, nullptr, app1InstanceId);
112 } else if (eventType == EventBetweenApps0::kEventType) {
  /system/chre/apps/chqts/src/busy_startup/
busy_startup.cc 70 constexpr uint16_t kEventType = CHRE_EVENT_FIRST_USER_VALUE;
85 if (eventType != kEventType) {
174 if (!chreSendEvent(kEventType, &gInstanceId, nullptr, gInstanceId)) {

Completed in 85 milliseconds