Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/contexthubhal/
Dnanohubhal.h41 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co…
67 uint16_t endpoint, const void *data, uint32_t len) { in HubMessage() argument
73 message_endpoint = endpoint; in HubMessage()
81 HubMessage(const hub_app_name_t *name, uint32_t typ, uint16_t endpoint, const void *data, in HubMessage() argument
82 uint32_t len) : HubMessage(name, typ, 0, endpoint, data, len) { } in HubMessage()
84 HubMessage(const hub_message_t *msg, uint32_t transaction_id, uint16_t endpoint) { in HubMessage() argument
90 message_endpoint = endpoint; in HubMessage()
153 uint32_t transaction_id, uint16_t endpoint);
155 uint32_t messageType = 0, uint16_t endpoint = ENDPOINT_UNSPECIFIED);
188 uint32_t transaction_id, uint16_t endpoint) { in sendToNanohub() argument
[all …]
Dnanohubhal.cpp68 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co… in dumpBuffer() argument
75 if (endpoint) in dumpBuffer()
76 os << "; EPT=" << std::hex << endpoint; in dumpBuffer()
165 …const hub_app_name_t name, const void *data, uint32_t len, uint32_t messageType, uint16_t endpoint) in doSendToDevice() argument
178 .endpoint = endpoint, in doSendToDevice()
289 …er("(CHRE) DEV -> APP", app_name, msg.chre.hdr.appEventId, msg.chre.hdr.endpoint, &msg.chre.data[0… in runDeviceRx()
291 …doSendToApp(HubMessage(&app_name, msg.chre.hdr.appEventId, msg.chre.hdr.endpoint, &msg.chre.data[0… in runDeviceRx()
408 …endToNanohub(uint32_t hub_id, const hub_message_t *msg, uint32_t transaction_id, uint16_t endpoint) in doSendToNanohub() argument
435 …dumpBuffer("APP -> DEV", msg->app_name, msg->message_type, endpoint, msg->message, msg->message_le… in doSendToNanohub()
437 … ret = doSendToDevice(msg->app_name, msg->message, msg->message_len, msg->message_type, endpoint); in doSendToNanohub()
/device/google/contexthub/firmware/app/chre/chre_test2.app/
Dmain.cpp113 const uint16_t endpoint = msg->hostEndpoint; in nanoappHandleEvent() local
115 data, (data && size) ? data[0] : 0, size, type, endpoint); in nanoappHandleEvent()
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
DReadme.md21 Devices connect to the *register_device* endpoint and send these types of
37 Clients connect to the *connect_client* endpoint and send these types of
/device/google/contexthub/firmware/os/inc/
Deventnums.h82 uint16_t endpoint; member
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h85 uint16_t endpoint; member
/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c272 u.msg.hostEndpoint = hdr->endpoint; in chreappHandle()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c994 .endpoint = hostPacket->endpoint, in writeEvent()
1019 .endpoint = CHRE_HOST_ENDPOINT_UNSPECIFIED, in writeEvent()