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

  /system/chre/core/include/chre/core/
host_comms_manager.h 63 uint16_t hostEndpoint;
98 * @param hostEndpoint Identifier for the entity on the host that should
112 uint32_t messageType, uint16_t hostEndpoint,
123 * @param hostEndpoint Identifier for the entity on the host that sent this
130 uint64_t appId, uint32_t messageType, uint16_t hostEndpoint,
169 uint64_t appId, uint16_t hostEndpoint, uint32_t messageType,
  /system/chre/chre_api/include/chre_api/chre/
event.h 205 * A special value for the hostEndpoint argument in
208 * hostEndpoint field of struct chreMessageFromHostData supplied with
216 * A special value for hostEndpoint in struct chreMessageFromHostData that
285 uint16_t hostEndpoint;
431 * @param hostEndpoint An identifier for the intended recipient of the message,
454 uint32_t messageType, uint16_t hostEndpoint,
  /system/chre/chre_api/legacy/v1_1/chre/
event.h 177 * A special value for the hostEndpoint argument in
180 * hostEndpoint field of struct chreMessageFromHostData supplied with
188 * A special value for hostEndpoint in struct chreMessageFromHostData that
257 uint16_t hostEndpoint;
403 * @param hostEndpoint An identifier for the intended recipient of the message,
426 uint32_t messageType, uint16_t hostEndpoint,
  /device/google/contexthub/firmware/os/inc/
eventnums.h 66 uint16_t hostEndpoint;
  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 206 uint32_t messageType, uint16_t hostEndpoint,
225 hostMsg->hostEndpoint = hostEndpoint;
493 uint16_t hostEndpoint = va_arg(args, uint32_t);
496 *retValP = osChreSendMessageToHost(message, messageSize, messageType, hostEndpoint, freeCallback);

Completed in 1120 milliseconds