Home
last modified time | relevance | path

Searched refs:dataOffset (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dremote_connection.cpp50 , dataOffset(sizeof(WifiForwardHeader)) in WifiForwardHeader()
68 uint16_t dataOffset; member
195 const uint16_t offset = __le16_to_cpu(fwd->dataOffset); in receive()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c252 uint32_t dataOffset = sizeof(outHeader) + sizeof(app); in finalizeAndWrite() local
253 uint32_t hdrDiff = dataOffset - sizeof(*bin); in finalizeAndWrite()
259 memmove(buf + dataOffset, buf + sizeof(*bin), bufUsed - sizeof(*bin)); in finalizeAndWrite()
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h534 uint32_t dataOffset; member
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1744 if (req->dataOffset < RSA_BYTES) { in halKeyInfo()
1746 if (RSA_BYTES - req->dataOffset > NANOHUB_RSA_KEY_CHUNK_LEN) in halKeyInfo()
1749 dataLength = RSA_BYTES - req->dataOffset; in halKeyInfo()
1750 …memcpy(resp->data, (const uint8_t *)ptr + (req->keyNum * RSA_BYTES) + req->dataOffset, dataLength); in halKeyInfo()