OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunkReply
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
nanohubPacket.h
174
uint8_t
chunkReply
;
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
93
uint8_t
chunkReply
;
315
mDownloadState->
chunkReply
= NANOHUB_FIRMWARE_CHUNK_REPLY_ACCEPTED;
600
} else if (mDownloadState->
chunkReply
!= NANOHUB_FIRMWARE_CHUNK_REPLY_ACCEPTED) {
601
reply = mDownloadState->
chunkReply
;
639
resp->
chunkReply
= doFirmwareChunk(req->data, offset, len, NULL);
[
all
...]
Completed in 141 milliseconds