Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dhost_comms_manager.h33 constexpr uint16_t kHostEndpointUnspecified = CHRE_HOST_ENDPOINT_UNSPECIFIED; variable
/system/chre/core/
Dhost_comms_manager.cc43 } else if (hostEndpoint == kHostEndpointUnspecified) { in sendMessageToHostFromNanoapp()