Searched refs:copyTLVEmpty (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 1471 static bool copyTLVEmpty(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag) in copyTLVEmpty() function 1519 success = copyTLVEmpty(data, &offset, max_len, tags[i]); in processAppTags() 1525 success = copyTLVEmpty(data, &offset, max_len, tags[i]); in processAppTags() 1537 success = copyTLVEmpty(data, &offset, max_len, tags[i]); in processAppTags() 1543 success = copyTLVEmpty(data, &offset, max_len, tags[i]); in processAppTags() 1557 success = copyTLVEmpty(data, &offset, max_len, tags[i]); in processAppTags() 1565 success = copyTLVEmpty(data, &offset, max_len, tags[i]); in processAppTags() 1570 copyTLVEmpty(data, &offset, max_len, NANOHUB_HAL_APP_INFO_END); in processAppTags() 1682 success = copyTLVEmpty(resp->data, &offset, max_len, req->tags[i]); in halSysInfo() 1709 copyTLVEmpty(resp->data, &offset, max_len, NANOHUB_HAL_APP_INFO_END); in halSysInfo()
|