HomeSort by relevance Sort by last modified time
    Searched refs:chunkReply (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/inc/
nanohubPacket.h 173 uint8_t chunkReply;
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 85 uint8_t chunkReply;
301 mDownloadState->chunkReply = NANOHUB_FIRMWARE_CHUNK_REPLY_ACCEPTED;
559 } else if (mDownloadState->chunkReply != NANOHUB_FIRMWARE_CHUNK_REPLY_ACCEPTED) {
560 reply = mDownloadState->chunkReply;
598 resp->chunkReply = doFirmwareChunk(req->data, offset, len, NULL);
    [all...]

Completed in 568 milliseconds