Home
last modified time | relevance | path

Searched refs:kHostClientIdUnspecified (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_common.h39 constexpr uint16_t kHostClientIdUnspecified = 0; variable
108 uint16_t hostClientId = kHostClientIdUnspecified);
/system/chre/host/common/
Ddaemon_base.cc172 hostClientId = ::chre::kHostClientIdUnspecified; in onMessageReceived()
200 } else if (hostClientId == ::chre::kHostClientIdUnspecified) { in onMessageReceived()